#D87CB6

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

Shades of Persian Pink #D87CB6

Tints of Persian Pink #D87CB6

Color information

#D87CB6 (or 0xD87CB6) is unknown color: approx Persian Pink. HEX triplet: D8, 7C and B6. RGB value is (216,124,182). Sum of RGB (Red+Green+Blue) = 216+124+182=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CB6 is #278349. Grayscale: #9D9D9D. Windows color (decimal): -2589514 or 11959512. OLE color: 11959512.

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

Color convert

RGB216124182-
CMYK00.430.160.15
HSL322.17º54.12%66.67%-
HSV(B)322.17º42.59%84.71%-
XYZ43.9732.3948.19-
YUV158.12141.48169.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=41.38%
G=23.75%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612418200.430.160.15322.1754.1266.67
HexD87CB602B10F1423643
Octal330174266053201750266103
Binary1101100011111001011011001010111000011111010000101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CB6; }

 p { color: rgb(216,124,182); }

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

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

 a { background-color: rgb(216,124,182); }

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

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

 span { border-color: rgb(216,124,182); }

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