#d87cbd

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

Shades of Persian Pink #D87CBD

Tints of Persian Pink #D87CBD

Color information

#D87CBD (or 0xD87CBD) is unknown color: approx Persian Pink. HEX triplet: D8, 7C and BD. RGB value is (216,124,189). Sum of RGB (Red+Green+Blue) = 216+124+189=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CBD is #278342. Grayscale: #9E9E9E. Windows color (decimal): -2589507 or 12418264. OLE color: 12418264.

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

Color convert

RGB216124189-
CMYK00.430.120.15
HSL317.61º54.12%66.67%-
HSV(B)317.61º42.59%84.71%-
XYZ44.7132.6952.1-
YUV158.92144.98168.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=40.83%
G=23.44%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612418900.430.120.15317.6154.1266.67
HexD87CBD02BCF13e3643
Octal330174275053141747666103
Binary110110001111100101111010101011110011111001111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d87cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d87cbd; }

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

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

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

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

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

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

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

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