#D87EB8

Color #D87EB8 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #D87EB8

Tints of Persian Pink #D87EB8

Color information

#D87EB8 (or 0xD87EB8) is unknown color: approx Persian Pink. HEX triplet: D8, 7E and B8. RGB value is (216,126,184). Sum of RGB (Red+Green+Blue) = 216+126+184=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EB8 is #278147. Grayscale: #9F9F9F. Windows color (decimal): -2589000 or 12091096. OLE color: 12091096.

HSL color Cylindrical-coordinate representation of color #D87EB8: hue angle of 321.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EB8 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB216126184-
CMYK00.420.150.15
HSL321.33º53.57%67.06%-
HSV(B)321.33º41.67%84.71%-
XYZ44.4332.9849.37-
YUV159.52141.82168.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=41.06%
G=23.95%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612618400.420.150.15321.3353.5767.06
HexD87EB802AFF1413643
Octal330176270052171750166103
Binary110110001111110101110000101010111111111010000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EB8; }

 p { color: rgb(216,126,184); }

 H1.HeaderClassName
 {
   color: #D87EB8;
 }
 .AnyTagClassName
 {
   color: #D87EB8;
 }
</style>
background-color css

<style>
 a { background-color: #D87EB8; }

 a { background-color: rgb(216,126,184); }

 div.DivClassName
 {
   background-color: #D87EB8;
 }
 .BgClassName
 {
   background-color: #D87EB8;
 }
</style>
border-color css

<style>
 span { border-color: #D87EB8; }

 span { border-color: rgb(216,126,184); }

 td.TdClassName
 {
   border-color: #D87EB8;
 }
 .TagClassName
 {
   border-color: #D87EB8;
 }
</style>