COLOR #D877A9

HEX: #D877A9
RGB: (216,119,169)

Color info

#D877A9 contains mainly red and blue colors. Web safe color of #D877A9 is #CC6699 (or #C69).

RGB color model

#D877A9 color RGB value is (216,119,169).

  • red value is 216;
  • green value is 119;
  • blue value is 169.
RGB:
(216,119,169)
(85%,47%,66%)

RGB channels and saturation

R 216 of 255 = 85%
G 119 of 255 = 47%
B 169 of 255 = 66%

216
119
169

R + G + B ~ 66%. #D877A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 119 + 169 = 504 (100%)
R 216 of 504 ~ 42.86%
G 119 of 504 ~ 23.61%
B 169 of 504 ~ 33.53%

%42.86
%23.61
%33.53

CMYK color model

#D877A9 color CMYK value is (0,45,22,15).

  • cyan value is 0.00%
  • magenta value is 44.91%
  • yellow value is 21.76%
  • key color value is 15.29%
CMYK:
(0,45,22,15)
C0M45Y22K15 
(0%,45%,22%,15%)
(0.00/0.45/0.22/0.15)	

CMYK percentages

%0
%44.91
%21.76
%15.29

Codes

Color #D877A9 in popluar color models

D877A9
RGB216119169
HSL329°55.43%65.69%
HSB/HSV329°44.91%84.71%
CMYK0.00%44.91%21.76%
15.29%

Color #D877A9 in popluar number systems.

HEXD877A9
Decimal216119169
Binary11011000111011110101001
Octal330167251

Shades and tints

Shades of #D877A9

#D877A9
(216,119,169)
#C56D9A
(197,109,154)
#B2638B
(178,99,139)
#9F597C
(159,89,124)
#8C4F6D
(140,79,109)
#79455E
(121,69,94)
#663B4F
(102,59,79)
#533140
(83,49,64)
#402731
(64,39,49)
#2D1D22
(45,29,34)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #D877A9

#D877A9
(216,119,169)
#DB83B0
(219,131,176)
#DE8FB7
(222,143,183)
#E19BBE
(225,155,190)
#E4A7C5
(228,167,197)
#E7B3CC
(231,179,204)
#EABFD3
(234,191,211)
#EDCBDA
(237,203,218)
#F0D7E1
(240,215,225)
#F3E3E8
(243,227,232)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D877A9 color. Also use rgb(216,119,169) instead hex code.

Text Font Color

.myTextColor { color: #D877A9; }

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

This text font color is #D877A9.


Background Color

.myBgColor { background-color: #D877A9; }

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

This div background color is #D877A9.


Border color

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

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

This div border color is #D877A9.


Opacity

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

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

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

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

This text has shadow with #D877A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D877A9 on black background.


Color preview on white background

This text has color #D877A9 on white background.



Black color preview on #D877A9 background

This text has black color on #D877A9 background.


White color preview on #D877A9 background

This text has white color on #D877A9 background.