COLOR #D04E68

HEX: #D04E68 RGB: (208,78,104)

Color info

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

RGB color model

#D04E68 color RGB value is (208,78,104).

RGB: (208,78,104) (82%, 31%, 41%)

RGB channels and saturation

R 208 of 255 = 82%
G 78 of 255 = 31%
B 104 of 255 = 41%

208
78
104

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

Portions of RGB colors in percentages

R + G + B = 208 + 78 + 104 = 390 (100%)
R 208 of 390 ~ 53.33%
G 78 of 390 ~ 20%
B 104 of 390 ~ 26.67'%

%53.33
%20
%26.67

CMYK color model

#D04E68 color CMYK value is (0,63,50,18).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 50.00%
  • key color value is 18.43%

CMYK: (0,63,50,18)
C0M63Y50K18 (0%, 63%, 50%, 18%)
(0.00 / 0.63 / 0.50 / 0.18)

CMYK percentages

%0
%62.5
%50
%18.43

Codes

Color #D04E68 in popluar color models

D0 4E 68
RGB 208 78 104
HSL 348° 58.04% 56.08%
HSB/HSV 348° 62.50% 81.57%
CMYK 0.00% 62.50% 50.00%
18.43%

Color #D04E68 in popluar number systems.

HEX D0 4E 68
Decimal 208 78 104
Binary 11010000 1001110 1101000
Octal 320 116 150

Shades and tints

Shades of #D04E68

#D04E68
(208,78,104)
#BE475F
(190,71,95)
#AC4056
(172,64,86)
#9A394D
(154,57,77)
#883244
(136,50,68)
#762B3B
(118,43,59)
#642432
(100,36,50)
#521D29
(82,29,41)
#401620
(64,22,32)
#2E0F17
(46,15,23)
#1C080E
(28,8,14)
#000000
(0,0,0)

Tints of #D04E68

#D04E68
(208,78,104)
#D45E75
(212,94,117)
#D86E82
(216,110,130)
#DC7E8F
(220,126,143)
#E08E9C
(224,142,156)
#E49EA9
(228,158,169)
#E8AEB6
(232,174,182)
#ECBEC3
(236,190,195)
#F0CED0
(240,206,208)
#F4DEDD
(244,222,221)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D04E68; }

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

This text font color is #D04E68.

Background Color

.myBgColor { background-color: #D04E68; }

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

This div background color is #D04E68.

Border color

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

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

This div border color is #D04E68.

Opacity

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

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

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

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

This text has shadow with #D04E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D04E68.

Preview

Color preview on black background

This text has color #D04E68 on black background.


Color preview on white background

This text has color #D04E68 on white background.


Black color preview on #D04E68 background

This text has black color on #D04E68 background.


White color preview on #D04E68 background

This text has white color on #D04E68 background.


Related colors

Complementary color

Complementary color for #hex is #2FB197.


I love getcolorcode.com

Triadic colors

1 #68D04E and #4E68D0 with #D04E68 are triadic colors.

2 #684ED0 and #4ED068 with #D04E68 are triadic colors.