#D87BBC

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

Shades of Persian Pink #D87BBC

Tints of Persian Pink #D87BBC

Color information

#D87BBC (or 0xD87BBC) is unknown color: approx Persian Pink. HEX triplet: D8, 7B and BC. RGB value is (216,123,188). Sum of RGB (Red+Green+Blue) = 216+123+188=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBC is #278443. Grayscale: #9E9E9E. Windows color (decimal): -2589764 or 12352472. OLE color: 12352472.

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

Color convert

RGB216123188-
CMYK00.430.130.15
HSL318.06º54.39%66.47%-
HSV(B)318.06º43.06%84.71%-
XYZ44.4832.451.49-
YUV158.22144.81169.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=40.99%
G=23.34%
B=35.67%

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
Decimal21612318800.430.130.15318.0654.3966.47
HexD87BBC02BDF13e3642
Octal330173274053151747666102
Binary110110001111011101111000101011110111111001111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BBC; }

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

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

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

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

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

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

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

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