Shades of Pale Violet Red #D86996
Tints of Pale Violet Red #D86996
RGB
CMYK
RGB Variations
Color information
#D86996 (or 0xD86996) is known color: Pale Violet Red. HEX triplet: D8, 69 and 96. RGB value is (216,105,150). Sum of RGB (Red+Green+Blue) = 216+105+150=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D86996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86996 is #279669. Grayscale: #8F8F8F. Windows color (decimal): -2594410 or 9857496. OLE color: 9857496.
HSL color Cylindrical-coordinate representation of color #D86996: hue angle of 335.68º 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 #D86996 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 150 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.15 |
| HSL | 335.68º | 0.59% | 0.63% | - |
| HSV(B) | 335.68º | 0.51% | 0.85% | - |
| XYZ | 38.88 | 26.9 | 32 | - |
| YUV | 143.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 150 | 0 | 0.51 | 0.31 | 0.15 | 335.68 | 0.59 | 0.63 |
| Hex | D8 | 69 | 96 | 0 | 33 | 1F | F | 150 | 3B | 3F |
| Octal | 330 | 151 | 226 | 0 | 63 | 37 | 17 | 520 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10010110 | 0 | 110011 | 11111 | 1111 | 101010000 | 111011 | 111111 |
Color Harmonies of #D86996
Complementary color
Monochromatic Colors of #D86996
Black with #D86996
Text Example
Text Example
White with #D86996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86996; }
p { color: rgb(216,105,150); }
H1.HeaderClassName
{
color: #D86996;
}
.AnyTagClassName
{
color: #D86996;
}
</style>
background-color css
<style>
a { background-color: #D86996; }
a { background-color: rgb(216,105,150); }
div.DivClassName
{
background-color: #D86996;
}
.BgClassName
{
background-color: #D86996;
}
</style>
border-color css
<style>
span { border-color: #D86996; }
span { border-color: rgb(216,105,150); }
td.TdClassName
{
border-color: #D86996;
}
.TagClassName
{
border-color: #D86996;
}
</style>