#D87DB9

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

Shades of Persian Pink #D87DB9

Tints of Persian Pink #D87DB9

Color information

#D87DB9 (or 0xD87DB9) is unknown color: approx Persian Pink. HEX triplet: D8, 7D and B9. RGB value is (216,125,185). Sum of RGB (Red+Green+Blue) = 216+125+185=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB9 is #278246. Grayscale: #9E9E9E. Windows color (decimal): -2589255 or 12156376. OLE color: 12156376.

HSL color Cylindrical-coordinate representation of color #D87DB9: hue angle of 320.44º 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 #D87DB9 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216125185-
CMYK00.420.140.15
HSL320.44º53.85%66.86%-
HSV(B)320.44º42.13%84.71%-
XYZ44.4132.7749.88-
YUV159.05142.65168.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=41.06%
G=23.76%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612518500.420.140.15320.4453.8566.86
HexD87DB902AEF1403643
Octal330175271052161750066103
Binary110110001111101101110010101010111011111010000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DB9; }

 p { color: rgb(216,125,185); }

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

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

 a { background-color: rgb(216,125,185); }

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

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

 span { border-color: rgb(216,125,185); }

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