COLOR #D50D4E

HEX: #D50D4E
RGB: (213,13,78)

Color info

#D50D4E contains mainly red color. Web safe color of #D50D4E is #CC0066 (or #C06).

RGB color model

#D50D4E color RGB value is (213,13,78).

  • red value is 213;
  • green value is 13;
  • blue value is 78.
RGB:
(213,13,78)
(84%,5%,31%)

RGB channels and saturation

R 213 of 255 = 84%
G 13 of 255 = 5%
B 78 of 255 = 31%

213
13
78

R + G + B ~ 40%. #D50D4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 13 + 78 = 304 (100%)
R 213 of 304 ~ 70.07%
G 13 of 304 ~ 4.28%
B 78 of 304 ~ 25.66%

%70.07
%25.66

CMYK color model

#D50D4E color CMYK value is (0,94,63,16).

  • cyan value is 0.00%
  • magenta value is 93.90%
  • yellow value is 63.38%
  • key color value is 16.47%
CMYK:
(0,94,63,16)
C0M94Y63K16 
(0%,94%,63%,16%)
(0.00/0.94/0.63/0.16)	

CMYK percentages

%0
%93.9
%63.38
%16.47

Codes

Color #D50D4E in popluar color models

D50D4E
RGB2131378
HSL341°88.50%44.31%
HSB/HSV341°93.90%83.53%
CMYK0.00%93.90%63.38%
16.47%

Color #D50D4E in popluar number systems.

HEXD50D4E
Decimal2131378
Binary1101010111011001110
Octal32515116

Shades and tints

Shades of #D50D4E

#D50D4E
(213,13,78)
#C20C47
(194,12,71)
#AF0B40
(175,11,64)
#9C0A39
(156,10,57)
#890932
(137,9,50)
#76082B
(118,8,43)
#630724
(99,7,36)
#50061D
(80,6,29)
#3D0516
(61,5,22)
#2A040F
(42,4,15)
#170308
(23,3,8)
#000000
(0,0,0)

Tints of #D50D4E

#D50D4E
(213,13,78)
#D8235E
(216,35,94)
#DB396E
(219,57,110)
#DE4F7E
(222,79,126)
#E1658E
(225,101,142)
#E47B9E
(228,123,158)
#E791AE
(231,145,174)
#EAA7BE
(234,167,190)
#EDBDCE
(237,189,206)
#F0D3DE
(240,211,222)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D50D4E color. Also use rgb(213,13,78) instead hex code.

Text Font Color

.myTextColor { color: #D50D4E; }

<p style="color:#D50D4E">This sample text font color is #D50D4E.</p>

This text font color is #D50D4E.


Background Color

.myBgColor { background-color: #D50D4E; }

<div style="background-color:#D50D4E">Inner text</div>

This div background color is #D50D4E.


Border color

.myBorderColor { border: 1px solid #D50D4E; }

<div style="border:3px solid #D50D4E">Div</div>

This div border color is #D50D4E.


Opacity

.myOpacity80 { color: #D50D4E; opacity: 0.8; }

<p style="color:#D50D4E;opacity:0.8;">80%</p>

Text with #D50D4E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D50D4E;}

<p style="text-shadow: 3px 3px 1px #D50D4E">Text here.</p>

This text has shadow with #D50D4E color.

.textShadow {text-shadow: 3px 3px 1px #D50D4E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D50D4E, 5px 5px 20px red">Text here.</p>

This text has shadow with #D50D4E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D50D4E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D50D4E, Direction=45, Strength=4)">Text</p>

This text has shadow with #D50D4E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D50D4E;
  -webkit-box-shadow:	1px 1px 3px 2px #D50D4E;
  box-shadow:		1px 1px 3px 2px #D50D4E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D50D4E;
-webkit-box-shadow: 1px 1px 3px 2px #D50D4E;
box-shadow:1px 1px 3px 2px #D50D4E;">
Div content here</div>
This div box has shadow with color #D50D4E.

Preview

Color preview on black background

This text has color #D50D4E on black background.


Color preview on white background

This text has color #D50D4E on white background.



Black color preview on #D50D4E background

This text has black color on #D50D4E background.


White color preview on #D50D4E background

This text has white color on #D50D4E background.