#D86EB3

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

Shades of Persian Pink #D86EB3

Tints of Persian Pink #D86EB3

Color information

#D86EB3 (or 0xD86EB3) is unknown color: approx Persian Pink. HEX triplet: D8, 6E and B3. RGB value is (216,110,179). Sum of RGB (Red+Green+Blue) = 216+110+179=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB3 is #27914C. Grayscale: #959595. Windows color (decimal): -2593101 or 11759320. OLE color: 11759320.

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

Color convert

RGB216110179-
CMYK00.490.170.15
HSL320.94º57.61%63.92%-
HSV(B)320.94º49.07%84.71%-
XYZ42.0329.0146.03-
YUV149.56144.62175.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=42.77%
G=21.78%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611017900.490.170.15320.9457.6163.92
HexD86EB303111F1413a40
Octal330156263061211750172100
Binary1101100011011101011001101100011000111111010000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EB3; }

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

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

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

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

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

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

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

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