COLOR #D87D9A

HEX: #D87D9A RGB: (216,125,154)

Color info

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

RGB color model

#D87D9A color RGB value is (216,125,154).

RGB: (216,125,154) (85%, 49%, 60%)

RGB channels and saturation

R 216 of 255 = 85%
G 125 of 255 = 49%
B 154 of 255 = 60%

216
125
154

R + G + B ~ 65%. #D87D9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 125 + 154 = 495 (100%)
R 216 of 495 ~ 43.64%
G 125 of 495 ~ 25.25%
B 154 of 495 ~ 31.11'%

%43.64
%25.25
%31.11

CMYK color model

#D87D9A color CMYK value is (0,42,29,15).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 28.70%
  • key color value is 15.29%

CMYK: (0,42,29,15)
C0M42Y29K15 (0%, 42%, 29%, 15%)
(0.00 / 0.42 / 0.29 / 0.15)

CMYK percentages

%0
%42.13
%28.7
%15.29

Codes

Color #D87D9A in popluar color models

D8 7D 9A
RGB 216 125 154
HSL 341° 53.85% 66.86%
HSB/HSV 341° 42.13% 84.71%
CMYK 0.00% 42.13% 28.70%
15.29%

Color #D87D9A in popluar number systems.

HEX D8 7D 9A
Decimal 216 125 154
Binary 11011000 1111101 10011010
Octal 330 175 232

Shades and tints

Shades of #D87D9A

#D87D9A
(216,125,154)
#C5728C
(197,114,140)
#B2677E
(178,103,126)
#9F5C70
(159,92,112)
#8C5162
(140,81,98)
#794654
(121,70,84)
#663B46
(102,59,70)
#533038
(83,48,56)
#40252A
(64,37,42)
#2D1A1C
(45,26,28)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #D87D9A

#D87D9A
(216,125,154)
#DB88A3
(219,136,163)
#DE93AC
(222,147,172)
#E19EB5
(225,158,181)
#E4A9BE
(228,169,190)
#E7B4C7
(231,180,199)
#EABFD0
(234,191,208)
#EDCAD9
(237,202,217)
#F0D5E2
(240,213,226)
#F3E0EB
(243,224,235)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87D9A color. Also use rgb(216,125,154) instead hex code.

Text Font Color

.myTextColor { color: #D87D9A; }

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

This text font color is #D87D9A.

Background Color

.myBgColor { background-color: #D87D9A; }

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

This div background color is #D87D9A.

Border color

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

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

This div border color is #D87D9A.

Opacity

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

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

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

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

This text has shadow with #D87D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87D9A.

Preview

Color preview on black background

This text has color #D87D9A on black background.


Color preview on white background

This text has color #D87D9A on white background.


Black color preview on #D87D9A background

This text has black color on #D87D9A background.


White color preview on #D87D9A background

This text has white color on #D87D9A background.


Related colors

Complementary color

Complementary color for #hex is #278265.


I love getcolorcode.com

Triadic colors

1 #9AD87D and #7D9AD8 with #D87D9A are triadic colors.

2 #9A7DD8 and #7DD89A with #D87D9A are triadic colors.