Shades of Pale Violet Red #D96998
Tints of Pale Violet Red #D96998
RGB
CMYK
RGB Variations
Color information
#D96998 (or 0xD96998) is known color: Pale Violet Red. HEX triplet: D9, 69 and 98. RGB value is (217,105,152). Sum of RGB (Red+Green+Blue) = 217+105+152=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D96998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96998 is #269667. Grayscale: #8F8F8F. Windows color (decimal): -2528872 or 9988569. OLE color: 9988569.
HSL color Cylindrical-coordinate representation of color #D96998: hue angle of 334.82º 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 #D96998 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 152 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.15 |
| HSL | 334.82º | 0.6% | 0.63% | - |
| HSV(B) | 334.82º | 0.52% | 0.85% | - |
| XYZ | 39.33 | 27.12 | 32.87 | - |
| YUV | 143.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 152 | 0 | 0.52 | 0.30 | 0.15 | 334.82 | 0.6 | 0.63 |
| Hex | D9 | 69 | 98 | 0 | 34 | 1E | F | 14F | 3C | 3F |
| Octal | 331 | 151 | 230 | 0 | 64 | 36 | 17 | 517 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10011000 | 0 | 110100 | 11110 | 1111 | 101001111 | 111100 | 111111 |
Color Harmonies of #D96998
Complementary color
Monochromatic Colors of #D96998
Black with #D96998
Text Example
Text Example
White with #D96998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96998; }
p { color: rgb(217,105,152); }
H1.HeaderClassName
{
color: #D96998;
}
.AnyTagClassName
{
color: #D96998;
}
</style>
background-color css
<style>
a { background-color: #D96998; }
a { background-color: rgb(217,105,152); }
div.DivClassName
{
background-color: #D96998;
}
.BgClassName
{
background-color: #D96998;
}
</style>
border-color css
<style>
span { border-color: #D96998; }
span { border-color: rgb(217,105,152); }
td.TdClassName
{
border-color: #D96998;
}
.TagClassName
{
border-color: #D96998;
}
</style>