#D87FBA

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

Shades of Persian Pink #D87FBA

Tints of Persian Pink #D87FBA

Color information

#D87FBA (or 0xD87FBA) is unknown color: approx Persian Pink. HEX triplet: D8, 7F and BA. RGB value is (216,127,186). Sum of RGB (Red+Green+Blue) = 216+127+186=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FBA is #278045. Grayscale: #A0A0A0. Windows color (decimal): -2588742 or 12222424. OLE color: 12222424.

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

Color convert

RGB216127186-
CMYK00.410.140.15
HSL320.22º53.29%67.25%-
HSV(B)320.22º41.2%84.71%-
XYZ44.7733.3250.53-
YUV160.34142.49167.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=40.83%
G=24.01%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612718600.410.140.15320.2253.2967.25
HexD87FBA029EF1403543
Octal330177272051161750065103
Binary110110001111111101110100101001111011111010000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FBA; }

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

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

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

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

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

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

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

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