COLOR #D66C89

HEX: #D66C89 RGB: (214,108,137)

Color info

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

RGB color model

#D66C89 color RGB value is (214,108,137).

RGB: (214,108,137) (84%, 42%, 54%)

RGB channels and saturation

R 214 of 255 = 84%
G 108 of 255 = 42%
B 137 of 255 = 54%

214
108
137

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

Portions of RGB colors in percentages

R + G + B = 214 + 108 + 137 = 459 (100%)
R 214 of 459 ~ 46.62%
G 108 of 459 ~ 23.53%
B 137 of 459 ~ 29.85'%

%46.62
%23.53
%29.85

CMYK color model

#D66C89 color CMYK value is (0,50,36,16).

  • cyan value is 0.00%
  • magenta value is 49.53%
  • yellow value is 35.98%
  • key color value is 16.08%
CMYK: (0,50,36,16) C0M50Y36K16 (0%,50%,36%,16%) (0.00/0.50/0.36/0.16) 

CMYK percentages

%0
%49.53
%35.98
%16.08

Codes

Color #D66C89 in popluar color models

D6 6C 89
RGB 214 108 137
HSL 344° 56.38% 63.14%
HSB/HSV 344° 49.53% 83.92%
CMYK 0.00% 49.53% 35.98%
16.08%

Color #D66C89 in popluar number systems.

HEX D6 6C 89
Decimal 214 108 137
Binary 11010110 1101100 10001001
Octal 326 154 211

Shades and tints

Shades of #D66C89

#D66C89
(214,108,137)
#C3637D
(195,99,125)
#B05A71
(176,90,113)
#9D5165
(157,81,101)
#8A4859
(138,72,89)
#773F4D
(119,63,77)
#643641
(100,54,65)
#512D35
(81,45,53)
#3E2429
(62,36,41)
#2B1B1D
(43,27,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #D66C89

#D66C89
(214,108,137)
#D97993
(217,121,147)
#DC869D
(220,134,157)
#DF93A7
(223,147,167)
#E2A0B1
(226,160,177)
#E5ADBB
(229,173,187)
#E8BAC5
(232,186,197)
#EBC7CF
(235,199,207)
#EED4D9
(238,212,217)
#F1E1E3
(241,225,227)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66C89 color. Also use rgb(214,108,137) instead hex code.

Text Font Color

.myTextColor { color: #D66C89; }

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

This text font color is #D66C89.

Background Color

.myBgColor { background-color: #D66C89; }

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

This div background color is #D66C89.

Border color

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

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

This div border color is #D66C89.

Opacity

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

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

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

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

This text has shadow with #D66C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D66C89.

Preview

Color preview on black background

This text has color #D66C89 on black background.


Color preview on white background

This text has color #D66C89 on white background.


Black color preview on #D66C89 background

This text has black color on #D66C89 background.


White color preview on #D66C89 background

This text has white color on #D66C89 background.


Related colors

Complementary color

Complementary color for #hex is #299376.


I love getcolorcode.com

Triadic colors

1 #89D66C and #6C89D6 with #D66C89 are triadic colors.

2 #896CD6 and #6CD689 with #D66C89 are triadic colors.