Shades of Pale Violet Red #D96999
Tints of Pale Violet Red #D96999
RGB
CMYK
RGB Variations
Color information
#D96999 (or 0xD96999) is known color: Pale Violet Red. HEX triplet: D9, 69 and 99. RGB value is (217,105,153). Sum of RGB (Red+Green+Blue) = 217+105+153=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D96999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96999 is #269666. Grayscale: #8F8F8F. Windows color (decimal): -2528871 or 10054105. OLE color: 10054105.
HSL color Cylindrical-coordinate representation of color #D96999: hue angle of 334.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96999 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 153 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.15 |
| HSL | 334.29º | 0.6% | 0.63% | - |
| HSV(B) | 334.29º | 0.52% | 0.85% | - |
| XYZ | 39.42 | 27.15 | 33.3 | - |
| YUV | 143.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 153 | 0 | 0.52 | 0.29 | 0.15 | 334.29 | 0.6 | 0.63 |
| Hex | D9 | 69 | 99 | 0 | 34 | 1D | F | 14E | 3C | 3F |
| Octal | 331 | 151 | 231 | 0 | 64 | 35 | 17 | 516 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10011001 | 0 | 110100 | 11101 | 1111 | 101001110 | 111100 | 111111 |
Color Harmonies of #D96999
Complementary color
Monochromatic Colors of #D96999
Black with #D96999
Text Example
Text Example
White with #D96999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96999; }
p { color: rgb(217,105,153); }
H1.HeaderClassName
{
color: #D96999;
}
.AnyTagClassName
{
color: #D96999;
}
</style>
background-color css
<style>
a { background-color: #D96999; }
a { background-color: rgb(217,105,153); }
div.DivClassName
{
background-color: #D96999;
}
.BgClassName
{
background-color: #D96999;
}
</style>
border-color css
<style>
span { border-color: #D96999; }
span { border-color: rgb(217,105,153); }
td.TdClassName
{
border-color: #D96999;
}
.TagClassName
{
border-color: #D96999;
}
</style>