#D86BB4

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

Shades of Persian Pink #D86BB4

Tints of Persian Pink #D86BB4

Color information

#D86BB4 (or 0xD86BB4) is unknown color: approx Persian Pink. HEX triplet: D8, 6B and B4. RGB value is (216,107,180). Sum of RGB (Red+Green+Blue) = 216+107+180=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BB4 is #27944B. Grayscale: #939393. Windows color (decimal): -2593868 or 11824088. OLE color: 11824088.

HSL color Cylindrical-coordinate representation of color #D86BB4: hue angle of 319.82º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BB4 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216107180-
CMYK00.500.170.15
HSL319.82º58.29%63.33%-
HSV(B)319.82º50.46%84.71%-
XYZ41.8128.4146.46-
YUV147.91146.11176.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=42.94%
G=21.27%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610718000.500.170.15319.8258.2963.33
HexD86BB403211F1403a3f
Octal33015326406221175007277
Binary110110001101011101101000110010100011111101000000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BB4; }

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

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

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

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

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

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

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

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