#D87FB4

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

Shades of Persian Pink #D87FB4

Tints of Persian Pink #D87FB4

Color information

#D87FB4 (or 0xD87FB4) is unknown color: approx Persian Pink. HEX triplet: D8, 7F and B4. RGB value is (216,127,180). Sum of RGB (Red+Green+Blue) = 216+127+180=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FB4 is #27804B. Grayscale: #9F9F9F. Windows color (decimal): -2588748 or 11829208. OLE color: 11829208.

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

Color convert

RGB216127180-
CMYK00.410.170.15
HSL324.27º53.29%67.25%-
HSV(B)324.27º41.2%84.71%-
XYZ44.1533.0747.24-
YUV159.65139.49168.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=41.30%
G=24.28%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612718000.410.170.15324.2753.2967.25
HexD87FB402911F1443543
Octal330177264051211750465103
Binary1101100011111111011010001010011000111111010001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FB4; }

 p { color: rgb(216,127,180); }

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

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

 a { background-color: rgb(216,127,180); }

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

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

 span { border-color: rgb(216,127,180); }

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