COLOR #D878BB

HEX: #D878BB RGB: (216,120,187)

Color info

#D878BB contains mainly red and blue colors. Web safe color of #D878BB is #CC66CC (or #C6C).

RGB color model

#D878BB color RGB value is (216,120,187).

RGB: (216,120,187) (85%, 47%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 120 of 255 = 47%
B 187 of 255 = 73%

216
120
187

R + G + B ~ 68%. #D878BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 120 + 187 = 523 (100%)
R 216 of 523 ~ 41.3%
G 120 of 523 ~ 22.94%
B 187 of 523 ~ 35.76'%

%41.3
%22.94
%35.76

CMYK color model

#D878BB color CMYK value is (0,44,13,15).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK: (0,44,13,15) C0M44Y13K15 (0%,44%,13%,15%) (0.00/0.44/0.13/0.15) 

CMYK percentages

%0
%44.44
%13.43
%15.29

Codes

Color #D878BB in popluar color models

D8 78 BB
RGB 216 120 187
HSL 318° 55.17% 65.88%
HSB/HSV 318° 44.44% 84.71%
CMYK 0.00% 44.44% 13.43%
15.29%

Color #D878BB in popluar number systems.

HEX D8 78 BB
Decimal 216 120 187
Binary 11011000 1111000 10111011
Octal 330 170 273

Shades and tints

Shades of #D878BB

#D878BB
(216,120,187)
#C56EAA
(197,110,170)
#B26499
(178,100,153)
#9F5A88
(159,90,136)
#8C5077
(140,80,119)
#794666
(121,70,102)
#663C55
(102,60,85)
#533244
(83,50,68)
#402833
(64,40,51)
#2D1E22
(45,30,34)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #D878BB

#D878BB
(216,120,187)
#DB84C1
(219,132,193)
#DE90C7
(222,144,199)
#E19CCD
(225,156,205)
#E4A8D3
(228,168,211)
#E7B4D9
(231,180,217)
#EAC0DF
(234,192,223)
#EDCCE5
(237,204,229)
#F0D8EB
(240,216,235)
#F3E4F1
(243,228,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D878BB color. Also use rgb(216,120,187) instead hex code.

Text Font Color

.myTextColor { color: #D878BB; }

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

This text font color is #D878BB.

Background Color

.myBgColor { background-color: #D878BB; }

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

This div background color is #D878BB.

Border color

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

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

This div border color is #D878BB.

Opacity

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

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

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

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

This text has shadow with #D878BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D878BB.

Preview

Color preview on black background

This text has color #D878BB on black background.


Color preview on white background

This text has color #D878BB on white background.


Black color preview on #D878BB background

This text has black color on #D878BB background.


White color preview on #D878BB background

This text has white color on #D878BB background.


Related colors

Complementary color

Complementary color for #hex is #278744.


I love getcolorcode.com

Triadic colors

1 #BBD878 and #78BBD8 with #D878BB are triadic colors.

2 #BB78D8 and #78D8BB with #D878BB are triadic colors.