#D87BB2

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

Shades of Persian Pink #D87BB2

Tints of Persian Pink #D87BB2

Color information

#D87BB2 (or 0xD87BB2) is unknown color: approx Persian Pink. HEX triplet: D8, 7B and B2. RGB value is (216,123,178). Sum of RGB (Red+Green+Blue) = 216+123+178=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BB2 is #27844D. Grayscale: #9C9C9C. Windows color (decimal): -2589774 or 11697112. OLE color: 11697112.

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

Color convert

RGB216123178-
CMYK00.430.180.15
HSL324.52º54.39%66.47%-
HSV(B)324.52º43.06%84.71%-
XYZ43.4431.9846-
YUV157.08139.81170.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=41.78%
G=23.79%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612317800.430.180.15324.5254.3966.47
HexD87BB202B12F1453642
Octal330173262053221750566102
Binary1101100011110111011001001010111001011111010001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BB2; }

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

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

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

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

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

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

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

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