#D87CB7

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

Shades of Persian Pink #D87CB7

Tints of Persian Pink #D87CB7

Color information

#D87CB7 (or 0xD87CB7) is unknown color: approx Persian Pink. HEX triplet: D8, 7C and B7. RGB value is (216,124,183). Sum of RGB (Red+Green+Blue) = 216+124+183=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CB7 is #278348. Grayscale: #9E9E9E. Windows color (decimal): -2589513 or 12025048. OLE color: 12025048.

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

Color convert

RGB216124183-
CMYK00.430.150.15
HSL321.52º54.12%66.67%-
HSV(B)321.52º42.59%84.71%-
XYZ44.0732.4348.74-
YUV158.23141.98169.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=41.30%
G=23.71%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612418300.430.150.15321.5254.1266.67
HexD87CB702BFF1423643
Octal330174267053171750266103
Binary110110001111100101101110101011111111111010000101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CB7; }

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

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

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

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

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

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

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

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