#D87BB9

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

Shades of Persian Pink #D87BB9

Tints of Persian Pink #D87BB9

Color information

#D87BB9 (or 0xD87BB9) is unknown color: approx Persian Pink. HEX triplet: D8, 7B and B9. RGB value is (216,123,185). Sum of RGB (Red+Green+Blue) = 216+123+185=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BB9 is #278446. Grayscale: #9D9D9D. Windows color (decimal): -2589767 or 12155864. OLE color: 12155864.

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

Color convert

RGB216123185-
CMYK00.430.140.15
HSL320º54.39%66.47%-
HSV(B)320º43.06%84.71%-
XYZ44.1632.2749.8-
YUV157.88143.31169.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=41.22%
G=23.47%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612318500.430.140.1532054.3966.47
HexD87BB902BEF1403642
Octal330173271053161750066102
Binary110110001111011101110010101011111011111010000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BB9; }

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

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

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

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

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

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

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

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