#D86D96

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

Shades of Pale Violet Red #D86D96

Tints of Pale Violet Red #D86D96

Color information

#D86D96 (or 0xD86D96) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6D and 96. RGB value is (216,109,150). Sum of RGB (Red+Green+Blue) = 216+109+150=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D96 is #279269. Grayscale: #919191. Windows color (decimal): -2593386 or 9858520. OLE color: 9858520.

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

Color convert

RGB216109150-
CMYK00.500.310.15
HSL337.01º57.84%63.73%-
HSV(B)337.01º49.54%84.71%-
XYZ39.2927.7432.14-
YUV145.67130.45178.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=45.47%
G=22.95%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610915000.500.310.15337.0157.8463.73
HexD86D960321FF1513a40
Octal330155226062371752172100
Binary1101100011011011001011001100101111111111010100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D96; }

 p { color: rgb(216,109,150); }

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

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

 a { background-color: rgb(216,109,150); }

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

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

 span { border-color: rgb(216,109,150); }

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