COLOR #D66D81

HEX: #D66D81 RGB: (214,109,129)

Color info

#D66D81 contains mainly red color. Web safe color of #D66D81 is #CC6699 (or #C69).

RGB color model

#D66D81 color RGB value is (214,109,129).

RGB: (214,109,129) (84%, 43%, 51%)

RGB channels and saturation

R 214 of 255 = 84%
G 109 of 255 = 43%
B 129 of 255 = 51%

214
109
129

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

Portions of RGB colors in percentages

R + G + B = 214 + 109 + 129 = 452 (100%)
R 214 of 452 ~ 47.35%
G 109 of 452 ~ 24.12%
B 129 of 452 ~ 28.54'%

%47.35
%24.12
%28.54

CMYK color model

#D66D81 color CMYK value is (0,49,40,16).

  • cyan value is 0.00%
  • magenta value is 49.07%
  • yellow value is 39.72%
  • key color value is 16.08%
CMYK: (0,49,40,16) C0M49Y40K16 (0%,49%,40%,16%) (0.00/0.49/0.40/0.16) 

CMYK percentages

%0
%49.07
%39.72
%16.08

Codes

Color #D66D81 in popluar color models

D6 6D 81
RGB 214 109 129
HSL 349° 56.15% 63.33%
HSB/HSV 349° 49.07% 83.92%
CMYK 0.00% 49.07% 39.72%
16.08%

Color #D66D81 in popluar number systems.

HEX D6 6D 81
Decimal 214 109 129
Binary 11010110 1101101 10000001
Octal 326 155 201

Shades and tints

Shades of #D66D81

#D66D81
(214,109,129)
#C36476
(195,100,118)
#B05B6B
(176,91,107)
#9D5260
(157,82,96)
#8A4955
(138,73,85)
#77404A
(119,64,74)
#64373F
(100,55,63)
#512E34
(81,46,52)
#3E2529
(62,37,41)
#2B1C1E
(43,28,30)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #D66D81

#D66D81
(214,109,129)
#D97A8C
(217,122,140)
#DC8797
(220,135,151)
#DF94A2
(223,148,162)
#E2A1AD
(226,161,173)
#E5AEB8
(229,174,184)
#E8BBC3
(232,187,195)
#EBC8CE
(235,200,206)
#EED5D9
(238,213,217)
#F1E2E4
(241,226,228)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66D81 color. Also use rgb(214,109,129) instead hex code.

Text Font Color

.myTextColor { color: #D66D81; }

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

This text font color is #D66D81.

Background Color

.myBgColor { background-color: #D66D81; }

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

This div background color is #D66D81.

Border color

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

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

This div border color is #D66D81.

Opacity

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

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

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

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

This text has shadow with #D66D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D66D81.

Preview

Color preview on black background

This text has color #D66D81 on black background.


Color preview on white background

This text has color #D66D81 on white background.


Black color preview on #D66D81 background

This text has black color on #D66D81 background.


White color preview on #D66D81 background

This text has white color on #D66D81 background.


Related colors

Complementary color

Complementary color for #hex is #29927E.


I love getcolorcode.com

Triadic colors

1 #81D66D and #6D81D6 with #D66D81 are triadic colors.

2 #816DD6 and #6DD681 with #D66D81 are triadic colors.