#D87EBD

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

Shades of Persian Pink #D87EBD

Tints of Persian Pink #D87EBD

Color information

#D87EBD (or 0xD87EBD) is unknown color: approx Persian Pink. HEX triplet: D8, 7E and BD. RGB value is (216,126,189). Sum of RGB (Red+Green+Blue) = 216+126+189=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EBD is #278142. Grayscale: #9F9F9F. Windows color (decimal): -2588995 or 12418776. OLE color: 12418776.

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

Color convert

RGB216126189-
CMYK00.420.120.15
HSL318º53.57%67.06%-
HSV(B)318º41.67%84.71%-
XYZ44.9733.1952.18-
YUV160.09144.32167.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=40.68%
G=23.73%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612618900.420.120.1531853.5767.06
HexD87EBD02ACF13e3643
Octal330176275052141747666103
Binary110110001111110101111010101010110011111001111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EBD; }

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

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

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

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

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

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

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

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