COLOR #D04E60

HEX: #D04E60
RGB: (208,78,96)

Color info

#D04E60 contains mainly red color. Web safe color of #D04E60 is #CC6666 (or #C66).

RGB color model

#D04E60 color RGB value is (208,78,96).

  • red value is 208;
  • green value is 78;
  • blue value is 96.
RGB:
(208,78,96)
(82%,31%,38%)

RGB channels and saturation

R 208 of 255 = 82%
G 78 of 255 = 31%
B 96 of 255 = 38%

208
78
96

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

Portions of RGB colors in percentages

R + G + B =
208 + 78 + 96 = 382 (100%)
R 208 of 382 ~ 54.45%
G 78 of 382 ~ 20.42%
B 96 of 382 ~ 25.13%

%54.45
%20.42
%25.13

CMYK color model

#D04E60 color CMYK value is (0,63,54,18).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 53.85%
  • key color value is 18.43%
CMYK:
(0,63,54,18)
C0M63Y54K18 
(0%,63%,54%,18%)
(0.00/0.63/0.54/0.18)	

CMYK percentages

%0
%62.5
%53.85
%18.43

Codes

Color #D04E60 in popluar color models

D04E60
RGB2087896
HSL352°58.04%56.08%
HSB/HSV352°62.50%81.57%
CMYK0.00%62.50%53.85%
18.43%

Color #D04E60 in popluar number systems.

HEXD04E60
Decimal2087896
Binary1101000010011101100000
Octal320116140

Shades and tints

Shades of #D04E60

#D04E60
(208,78,96)
#BE4758
(190,71,88)
#AC4050
(172,64,80)
#9A3948
(154,57,72)
#883240
(136,50,64)
#762B38
(118,43,56)
#642430
(100,36,48)
#521D28
(82,29,40)
#401620
(64,22,32)
#2E0F18
(46,15,24)
#1C0810
(28,8,16)
#000000
(0,0,0)

Tints of #D04E60

#D04E60
(208,78,96)
#D45E6E
(212,94,110)
#D86E7C
(216,110,124)
#DC7E8A
(220,126,138)
#E08E98
(224,142,152)
#E49EA6
(228,158,166)
#E8AEB4
(232,174,180)
#ECBEC2
(236,190,194)
#F0CED0
(240,206,208)
#F4DEDE
(244,222,222)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04E60 color. Also use rgb(208,78,96) instead hex code.

Text Font Color

.myTextColor { color: #D04E60; }

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

This text font color is #D04E60.


Background Color

.myBgColor { background-color: #D04E60; }

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

This div background color is #D04E60.


Border color

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

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

This div border color is #D04E60.


Opacity

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

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

Text with #D04E60 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 #D04E60;}

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

This text has shadow with #D04E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04E60 on black background.


Color preview on white background

This text has color #D04E60 on white background.



Black color preview on #D04E60 background

This text has black color on #D04E60 background.


White color preview on #D04E60 background

This text has white color on #D04E60 background.