COLOR #D04D77

HEX: #D04D77 RGB: (208,77,119)

Color info

#D04D77 contains mainly red color. Web safe color of #D04D77 is #CC3366 (or #C36).

RGB color model

#D04D77 color RGB value is (208,77,119).

RGB: (208,77,119) (82%, 30%, 47%)

RGB channels and saturation

R 208 of 255 = 82%
G 77 of 255 = 30%
B 119 of 255 = 47%

208
77
119

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

Portions of RGB colors in percentages

R + G + B = 208 + 77 + 119 = 404 (100%)
R 208 of 404 ~ 51.49%
G 77 of 404 ~ 19.06%
B 119 of 404 ~ 29.46'%

%51.49
%19.06
%29.46

CMYK color model

#D04D77 color CMYK value is (0,63,43,18).

  • cyan value is 0.00%
  • magenta value is 62.98%
  • yellow value is 42.79%
  • key color value is 18.43%

CMYK: (0,63,43,18)
C0M63Y43K18 (0%, 63%, 43%, 18%)
(0.00 / 0.63 / 0.43 / 0.18)

CMYK percentages

%0
%62.98
%42.79
%18.43

Codes

Color #D04D77 in popluar color models

D0 4D 77
RGB 208 77 119
HSL 341° 58.22% 55.88%
HSB/HSV 341° 62.98% 81.57%
CMYK 0.00% 62.98% 42.79%
18.43%

Color #D04D77 in popluar number systems.

HEX D0 4D 77
Decimal 208 77 119
Binary 11010000 1001101 1110111
Octal 320 115 167

Shades and tints

Shades of #D04D77

#D04D77
(208,77,119)
#BE466D
(190,70,109)
#AC3F63
(172,63,99)
#9A3859
(154,56,89)
#88314F
(136,49,79)
#762A45
(118,42,69)
#64233B
(100,35,59)
#521C31
(82,28,49)
#401527
(64,21,39)
#2E0E1D
(46,14,29)
#1C0713
(28,7,19)
#000000
(0,0,0)

Tints of #D04D77

#D04D77
(208,77,119)
#D45D83
(212,93,131)
#D86D8F
(216,109,143)
#DC7D9B
(220,125,155)
#E08DA7
(224,141,167)
#E49DB3
(228,157,179)
#E8ADBF
(232,173,191)
#ECBDCB
(236,189,203)
#F0CDD7
(240,205,215)
#F4DDE3
(244,221,227)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04D77 color. Also use rgb(208,77,119) instead hex code.

Text Font Color

.myTextColor { color: #D04D77; }

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

This text font color is #D04D77.

Background Color

.myBgColor { background-color: #D04D77; }

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

This div background color is #D04D77.

Border color

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

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

This div border color is #D04D77.

Opacity

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

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

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

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

This text has shadow with #D04D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D04D77.

Preview

Color preview on black background

This text has color #D04D77 on black background.


Color preview on white background

This text has color #D04D77 on white background.


Black color preview on #D04D77 background

This text has black color on #D04D77 background.


White color preview on #D04D77 background

This text has white color on #D04D77 background.


Related colors

Complementary color

Complementary color for #hex is #2FB288.


I love getcolorcode.com

Triadic colors

1 #77D04D and #4D77D0 with #D04D77 are triadic colors.

2 #774DD0 and #4DD077 with #D04D77 are triadic colors.