Shades of Pale Violet Red #D86995
Tints of Pale Violet Red #D86995
RGB
CMYK
RGB Variations
Color information
#D86995 (or 0xD86995) is known color: 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
| RGB | 216 | 105 | 149 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.15 |
| HSL | 336.22º | 0.59% | 0.63% | - |
| HSV(B) | 336.22º | 0.51% | 0.85% | - |
| XYZ | 38.8 | 26.87 | 31.58 | - |
| YUV | 143.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 149 | 0 | 0.51 | 0.31 | 0.15 | 336.22 | 0.59 | 0.63 |
| Hex | D8 | 69 | 95 | 0 | 33 | 1F | F | 150 | 3B | 3F |
| Octal | 330 | 151 | 225 | 0 | 63 | 37 | 17 | 520 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10010101 | 0 | 110011 | 11111 | 1111 | 101010000 | 111011 | 111111 |
Color Harmonies of #D86995
Complementary color
Monochromatic Colors of #D86995
Black with #D86995
Text Example
Text Example
White with #D86995
Text Example
Text Example
HTML Codes & Css Web 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>