#D86691

Color #D86691 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D86691

Tints of Pale Violet Red #D86691

Color information

#D86691 (or 0xD86691) is unknown color: approx Pale Violet Red. HEX triplet: D8, 66 and 91. RGB value is (216,102,145). Sum of RGB (Red+Green+Blue) = 216+102+145=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86691 is #27996E. Grayscale: #8C8C8C. Windows color (decimal): -2595183 or 9529048. OLE color: 9529048.

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

Color convert

RGB216102145-
CMYK00.530.330.15
HSL337.37º59.38%62.35%-
HSV(B)337.37º52.78%84.71%-
XYZ38.1826.1529.82-
YUV140.99130.27181.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=46.65%
G=22.03%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610214500.530.330.15337.3759.3862.35
HexD8669103521F1513b3e
Octal33014622106541175217376
Binary1101100011001101001000101101011000011111101010001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86691; }

 p { color: rgb(216,102,145); }

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

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

 a { background-color: rgb(216,102,145); }

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

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

 span { border-color: rgb(216,102,145); }

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