COLOR #D877AB

HEX: #D877AB RGB: (216,119,171)

Color info

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

RGB color model

#D877AB color RGB value is (216,119,171).

RGB: (216,119,171) (85%, 47%, 67%)

RGB channels and saturation

R 216 of 255 = 85%
G 119 of 255 = 47%
B 171 of 255 = 67%

216
119
171

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

Portions of RGB colors in percentages

R + G + B = 216 + 119 + 171 = 506 (100%)
R 216 of 506 ~ 42.69%
G 119 of 506 ~ 23.52%
B 171 of 506 ~ 33.79'%

%42.69
%23.52
%33.79

CMYK color model

#D877AB color CMYK value is (0,45,21,15).

  • cyan value is 0.00%
  • magenta value is 44.91%
  • yellow value is 20.83%
  • key color value is 15.29%

CMYK: (0,45,21,15)
C0M45Y21K15 (0%, 45%, 21%, 15%)
(0.00 / 0.45 / 0.21 / 0.15)

CMYK percentages

%0
%44.91
%20.83
%15.29

Codes

Color #D877AB in popluar color models

D8 77 AB
RGB 216 119 171
HSL 328° 55.43% 65.69%
HSB/HSV 328° 44.91% 84.71%
CMYK 0.00% 44.91% 20.83%
15.29%

Color #D877AB in popluar number systems.

HEX D8 77 AB
Decimal 216 119 171
Binary 11011000 1110111 10101011
Octal 330 167 253

Shades and tints

Shades of #D877AB

#D877AB
(216,119,171)
#C56D9C
(197,109,156)
#B2638D
(178,99,141)
#9F597E
(159,89,126)
#8C4F6F
(140,79,111)
#794560
(121,69,96)
#663B51
(102,59,81)
#533142
(83,49,66)
#402733
(64,39,51)
#2D1D24
(45,29,36)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #D877AB

#D877AB
(216,119,171)
#DB83B2
(219,131,178)
#DE8FB9
(222,143,185)
#E19BC0
(225,155,192)
#E4A7C7
(228,167,199)
#E7B3CE
(231,179,206)
#EABFD5
(234,191,213)
#EDCBDC
(237,203,220)
#F0D7E3
(240,215,227)
#F3E3EA
(243,227,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D877AB; }

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

This text font color is #D877AB.

Background Color

.myBgColor { background-color: #D877AB; }

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

This div background color is #D877AB.

Border color

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

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

This div border color is #D877AB.

Opacity

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

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

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

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

This text has shadow with #D877AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D877AB.

Preview

Color preview on black background

This text has color #D877AB on black background.


Color preview on white background

This text has color #D877AB on white background.


Black color preview on #D877AB background

This text has black color on #D877AB background.


White color preview on #D877AB background

This text has white color on #D877AB background.


Related colors

Complementary color

Complementary color for #hex is #278854.


I love getcolorcode.com

Triadic colors

1 #ABD877 and #77ABD8 with #D877AB are triadic colors.

2 #AB77D8 and #77D8AB with #D877AB are triadic colors.