#D87EB6

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

Shades of Persian Pink #D87EB6

Tints of Persian Pink #D87EB6

Color information

#D87EB6 (or 0xD87EB6) is unknown color: approx Persian Pink. HEX triplet: D8, 7E and B6. RGB value is (216,126,182). Sum of RGB (Red+Green+Blue) = 216+126+182=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EB6 is #278149. Grayscale: #9F9F9F. Windows color (decimal): -2589002 or 11960024. OLE color: 11960024.

HSL color Cylindrical-coordinate representation of color #D87EB6: hue angle of 322.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EB6 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216126182-
CMYK00.420.160.15
HSL322.67º53.57%67.06%-
HSV(B)322.67º41.67%84.71%-
XYZ44.2232.948.28-
YUV159.29140.82168.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=41.22%
G=24.05%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612618200.420.160.15322.6753.5767.06
HexD87EB602A10F1433643
Octal330176266052201750366103
Binary1101100011111101011011001010101000011111010000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EB6; }

 p { color: rgb(216,126,182); }

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

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

 a { background-color: rgb(216,126,182); }

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

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

 span { border-color: rgb(216,126,182); }

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