#D86994

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

Shades of Pale Violet Red #D86994

Tints of Pale Violet Red #D86994

Color information

#D86994 (or 0xD86994) is unknown color: approx Pale Violet Red. HEX triplet: D8, 69 and 94. RGB value is (216,105,148). Sum of RGB (Red+Green+Blue) = 216+105+148=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D86994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86994 is #27966B. Grayscale: #8F8F8F. Windows color (decimal): -2594412 or 9726424. OLE color: 9726424.

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

Color convert

RGB216105148-
CMYK00.510.310.15
HSL336.76º58.73%62.94%-
HSV(B)336.76º51.39%84.71%-
XYZ38.7226.8431.16-
YUV143.09130.77180-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=46.06%
G=22.39%
B=31.56%

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
Decimal21610514800.510.310.15336.7658.7362.94
HexD869940331FF1513b3f
Octal33015122406337175217377
Binary110110001101001100101000110011111111111101010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86994; }

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

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

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

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

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

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

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

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