COLOR #D877CC

HEX: #D877CC
RGB: (216,119,204)

Color info

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

RGB color model

#D877CC color RGB value is (216,119,204).

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

RGB channels and saturation

R 216 of 255 = 85%
G 119 of 255 = 47%
B 204 of 255 = 80%

216
119
204

R + G + B ~ 71%. #D877CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 119 + 204 = 539 (100%)
R 216 of 539 ~ 40.07%
G 119 of 539 ~ 22.08%
B 204 of 539 ~ 37.85%

%40.07
%22.08
%37.85

CMYK color model

#D877CC color CMYK value is (0,45,6,15).

  • cyan value is 0.00%
  • magenta value is 44.91%
  • yellow value is 5.56%
  • key color value is 15.29%
CMYK:
(0,45,6,15)
C0M45Y6K15 
(0%,45%,6%,15%)
(0.00/0.45/0.06/0.15)	

CMYK percentages

%0
%44.91
%5.56
%15.29

Codes

Color #D877CC in popluar color models

D877CC
RGB216119204
HSL307°55.43%65.69%
HSB/HSV307°44.91%84.71%
CMYK0.00%44.91%5.56%
15.29%

Color #D877CC in popluar number systems.

HEXD877CC
Decimal216119204
Binary11011000111011111001100
Octal330167314

Shades and tints

Shades of #D877CC

#D877CC
(216,119,204)
#C56DBA
(197,109,186)
#B263A8
(178,99,168)
#9F5996
(159,89,150)
#8C4F84
(140,79,132)
#794572
(121,69,114)
#663B60
(102,59,96)
#53314E
(83,49,78)
#40273C
(64,39,60)
#2D1D2A
(45,29,42)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #D877CC

#D877CC
(216,119,204)
#DB83D0
(219,131,208)
#DE8FD4
(222,143,212)
#E19BD8
(225,155,216)
#E4A7DC
(228,167,220)
#E7B3E0
(231,179,224)
#EABFE4
(234,191,228)
#EDCBE8
(237,203,232)
#F0D7EC
(240,215,236)
#F3E3F0
(243,227,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D877CC; }

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

This text font color is #D877CC.


Background Color

.myBgColor { background-color: #D877CC; }

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

This div background color is #D877CC.


Border color

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

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

This div border color is #D877CC.


Opacity

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

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

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

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

This text has shadow with #D877CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D877CC on black background.


Color preview on white background

This text has color #D877CC on white background.



Black color preview on #D877CC background

This text has black color on #D877CC background.


White color preview on #D877CC background

This text has white color on #D877CC background.