#D86995

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

Shades of Pale Violet Red #D86995

Tints of Pale Violet Red #D86995

Color information

#D86995 (or 0xD86995) is unknown color: approx Pale Violet Red. HEX triplet: D8, 69 and 95. RGB value is (216,105,149). Sum of RGB (Red+Green+Blue) = 216+105+149=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D86995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86995 is #27966A. Grayscale: #8F8F8F. Windows color (decimal): -2594411 or 9791960. OLE color: 9791960.

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

Color convert

RGB216105149-
CMYK00.510.310.15
HSL336.22º58.73%62.94%-
HSV(B)336.22º51.39%84.71%-
XYZ38.826.8731.58-
YUV143.2131.27179.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=45.96%
G=22.34%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610514900.510.310.15336.2258.7362.94
HexD869950331FF1503b3f
Octal33015122506337175207377
Binary110110001101001100101010110011111111111101010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86995; }

 p { color: rgb(216,105,149); }

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

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

 a { background-color: rgb(216,105,149); }

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

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

 span { border-color: rgb(216,105,149); }

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