Shades of Pale Violet Red #D96997
Tints of Pale Violet Red #D96997
RGB
CMYK
RGB Variations
Color information
#D96997 (or 0xD96997) is known color: Pale Violet Red. HEX triplet: D9, 69 and 97. RGB value is (217,105,151). Sum of RGB (Red+Green+Blue) = 217+105+151=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D96997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96997 is #269668. Grayscale: #8F8F8F. Windows color (decimal): -2528873 or 9923033. OLE color: 9923033.
HSL color Cylindrical-coordinate representation of color #D96997: hue angle of 335.36º 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 #D96997 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 151 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.15 |
| HSL | 335.36º | 0.6% | 0.63% | - |
| HSV(B) | 335.36º | 0.52% | 0.85% | - |
| XYZ | 39.25 | 27.09 | 32.44 | - |
| YUV | 143.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 151 | 0 | 0.52 | 0.30 | 0.15 | 335.36 | 0.6 | 0.63 |
| Hex | D9 | 69 | 97 | 0 | 34 | 1E | F | 14F | 3C | 3F |
| Octal | 331 | 151 | 227 | 0 | 64 | 36 | 17 | 517 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10010111 | 0 | 110100 | 11110 | 1111 | 101001111 | 111100 | 111111 |
Color Harmonies of #D96997
Complementary color
Monochromatic Colors of #D96997
Black with #D96997
Text Example
Text Example
White with #D96997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96997; }
p { color: rgb(217,105,151); }
H1.HeaderClassName
{
color: #D96997;
}
.AnyTagClassName
{
color: #D96997;
}
</style>
background-color css
<style>
a { background-color: #D96997; }
a { background-color: rgb(217,105,151); }
div.DivClassName
{
background-color: #D96997;
}
.BgClassName
{
background-color: #D96997;
}
</style>
border-color css
<style>
span { border-color: #D96997; }
span { border-color: rgb(217,105,151); }
td.TdClassName
{
border-color: #D96997;
}
.TagClassName
{
border-color: #D96997;
}
</style>