#D87CBB

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

Shades of Persian Pink #D87CBB

Tints of Persian Pink #D87CBB

Color information

#D87CBB (or 0xD87CBB) is unknown color: approx Persian Pink. HEX triplet: D8, 7C and BB. RGB value is (216,124,187). Sum of RGB (Red+Green+Blue) = 216+124+187=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CBB is #278344. Grayscale: #9E9E9E. Windows color (decimal): -2589509 or 12287192. OLE color: 12287192.

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

Color convert

RGB216124187-
CMYK00.430.130.15
HSL318.91º54.12%66.67%-
HSV(B)318.91º42.59%84.71%-
XYZ44.532.650.96-
YUV158.69143.98168.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=40.99%
G=23.53%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612418700.430.130.15318.9154.1266.67
HexD87CBB02BDF13f3643
Octal330174273053151747766103
Binary110110001111100101110110101011110111111001111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CBB; }

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

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

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

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

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

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

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

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