COLOR #D871AC

HEX: #D871AC
RGB: (216,113,172)

Color info

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

RGB color model

#D871AC color RGB value is (216,113,172).

  • red value is 216;
  • green value is 113;
  • blue value is 172.
RGB:
(216,113,172)
(85%,44%,67%)

RGB channels and saturation

R 216 of 255 = 85%
G 113 of 255 = 44%
B 172 of 255 = 67%

216
113
172

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

Portions of RGB colors in percentages

R + G + B =
216 + 113 + 172 = 501 (100%)
R 216 of 501 ~ 43.11%
G 113 of 501 ~ 22.55%
B 172 of 501 ~ 34.33%

%43.11
%22.55
%34.33

CMYK color model

#D871AC color CMYK value is (0,48,20,15).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 20.37%
  • key color value is 15.29%
CMYK:
(0,48,20,15)
C0M48Y20K15 
(0%,48%,20%,15%)
(0.00/0.48/0.20/0.15)	

CMYK percentages

%0
%47.69
%20.37
%15.29

Codes

Color #D871AC in popluar color models

D871AC
RGB216113172
HSL326°56.91%64.51%
HSB/HSV326°47.69%84.71%
CMYK0.00%47.69%20.37%
15.29%

Color #D871AC in popluar number systems.

HEXD871AC
Decimal216113172
Binary11011000111000110101100
Octal330161254

Shades and tints

Shades of #D871AC

#D871AC
(216,113,172)
#C5679D
(197,103,157)
#B25D8E
(178,93,142)
#9F537F
(159,83,127)
#8C4970
(140,73,112)
#793F61
(121,63,97)
#663552
(102,53,82)
#532B43
(83,43,67)
#402134
(64,33,52)
#2D1725
(45,23,37)
#1A0D16
(26,13,22)
#000000
(0,0,0)

Tints of #D871AC

#D871AC
(216,113,172)
#DB7DB3
(219,125,179)
#DE89BA
(222,137,186)
#E195C1
(225,149,193)
#E4A1C8
(228,161,200)
#E7ADCF
(231,173,207)
#EAB9D6
(234,185,214)
#EDC5DD
(237,197,221)
#F0D1E4
(240,209,228)
#F3DDEB
(243,221,235)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D871AC color. Also use rgb(216,113,172) instead hex code.

Text Font Color

.myTextColor { color: #D871AC; }

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

This text font color is #D871AC.


Background Color

.myBgColor { background-color: #D871AC; }

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

This div background color is #D871AC.


Border color

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

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

This div border color is #D871AC.


Opacity

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

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

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

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

This text has shadow with #D871AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D871AC on black background.


Color preview on white background

This text has color #D871AC on white background.



Black color preview on #D871AC background

This text has black color on #D871AC background.


White color preview on #D871AC background

This text has white color on #D871AC background.