Shades of Pale Violet Red #D96699
Tints of Pale Violet Red #D96699
RGB
CMYK
RGB Variations
Color information
#D96699 (or 0xD96699) is known color: Pale Violet Red. HEX triplet: D9, 66 and 99. RGB value is (217,102,153). Sum of RGB (Red+Green+Blue) = 217+102+153=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D96699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96699 is #269966. Grayscale: #8E8E8E. Windows color (decimal): -2529639 or 10053337. OLE color: 10053337.
HSL color Cylindrical-coordinate representation of color #D96699: hue angle of 333.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96699 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 153 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.15 |
| HSL | 333.39º | 0.6% | 0.63% | - |
| HSV(B) | 333.39º | 0.53% | 0.85% | - |
| XYZ | 39.12 | 26.55 | 33.2 | - |
| YUV | 142.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 153 | 0 | 0.53 | 0.29 | 0.15 | 333.39 | 0.6 | 0.63 |
| Hex | D9 | 66 | 99 | 0 | 35 | 1D | F | 14D | 3C | 3F |
| Octal | 331 | 146 | 231 | 0 | 65 | 35 | 17 | 515 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10011001 | 0 | 110101 | 11101 | 1111 | 101001101 | 111100 | 111111 |
Color Harmonies of #D96699
Complementary color
Monochromatic Colors of #D96699
Black with #D96699
Text Example
Text Example
White with #D96699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96699; }
p { color: rgb(217,102,153); }
H1.HeaderClassName
{
color: #D96699;
}
.AnyTagClassName
{
color: #D96699;
}
</style>
background-color css
<style>
a { background-color: #D96699; }
a { background-color: rgb(217,102,153); }
div.DivClassName
{
background-color: #D96699;
}
.BgClassName
{
background-color: #D96699;
}
</style>
border-color css
<style>
span { border-color: #D96699; }
span { border-color: rgb(217,102,153); }
td.TdClassName
{
border-color: #D96699;
}
.TagClassName
{
border-color: #D96699;
}
</style>