#D86EB6

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

Shades of Persian Pink #D86EB6

Tints of Persian Pink #D86EB6

Color information

#D86EB6 (or 0xD86EB6) is unknown color: approx Persian Pink. HEX triplet: D8, 6E and B6. RGB value is (216,110,182). Sum of RGB (Red+Green+Blue) = 216+110+182=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB6 is #279149. Grayscale: #959595. Windows color (decimal): -2593098 or 11955928. OLE color: 11955928.

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

Color convert

RGB216110182-
CMYK00.490.160.15
HSL319.25º57.61%63.92%-
HSV(B)319.25º49.07%84.71%-
XYZ42.3429.1347.65-
YUV149.9146.12175.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=42.52%
G=21.65%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611018200.490.160.15319.2557.6163.92
HexD86EB603110F13f3a40
Octal330156266061201747772100
Binary1101100011011101011011001100011000011111001111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EB6; }

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

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

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

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

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

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

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

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