#D87BBB

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

Shades of Persian Pink #D87BBB

Tints of Persian Pink #D87BBB

Color information

#D87BBB (or 0xD87BBB) is unknown color: approx Persian Pink. HEX triplet: D8, 7B and BB. RGB value is (216,123,187). Sum of RGB (Red+Green+Blue) = 216+123+187=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBB is #278444. Grayscale: #9D9D9D. Windows color (decimal): -2589765 or 12286936. OLE color: 12286936.

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

Color convert

RGB216123187-
CMYK00.430.130.15
HSL318.71º54.39%66.47%-
HSV(B)318.71º43.06%84.71%-
XYZ44.3732.3550.92-
YUV158.1144.31169.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=41.06%
G=23.38%
B=35.55%

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
Decimal21612318700.430.130.15318.7154.3966.47
HexD87BBB02BDF13f3642
Octal330173273053151747766102
Binary110110001111011101110110101011110111111001111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BBB; }

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

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

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

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

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

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

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

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