Shades of Pale Violet Red #D96695
Tints of Pale Violet Red #D96695
RGB
CMYK
RGB Variations
Color information
#D96695 (or 0xD96695) is known color: Pale Violet Red. HEX triplet: D9, 66 and 95. RGB value is (217,102,149). Sum of RGB (Red+Green+Blue) = 217+102+149=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D96695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96695 is #26996A. Grayscale: #8D8D8D. Windows color (decimal): -2529643 or 9791193. OLE color: 9791193.
HSL color Cylindrical-coordinate representation of color #D96695: hue angle of 335.48º 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 #D96695 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 149 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.15 |
| HSL | 335.48º | 0.6% | 0.63% | - |
| HSV(B) | 335.48º | 0.53% | 0.85% | - |
| XYZ | 38.79 | 26.42 | 31.49 | - |
| YUV | 141.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 149 | 0 | 0.53 | 0.31 | 0.15 | 335.48 | 0.6 | 0.63 |
| Hex | D9 | 66 | 95 | 0 | 35 | 1F | F | 14F | 3C | 3F |
| Octal | 331 | 146 | 225 | 0 | 65 | 37 | 17 | 517 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10010101 | 0 | 110101 | 11111 | 1111 | 101001111 | 111100 | 111111 |
Color Harmonies of #D96695
Complementary color
Monochromatic Colors of #D96695
Black with #D96695
Text Example
Text Example
White with #D96695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96695; }
p { color: rgb(217,102,149); }
H1.HeaderClassName
{
color: #D96695;
}
.AnyTagClassName
{
color: #D96695;
}
</style>
background-color css
<style>
a { background-color: #D96695; }
a { background-color: rgb(217,102,149); }
div.DivClassName
{
background-color: #D96695;
}
.BgClassName
{
background-color: #D96695;
}
</style>
border-color css
<style>
span { border-color: #D96695; }
span { border-color: rgb(217,102,149); }
td.TdClassName
{
border-color: #D96695;
}
.TagClassName
{
border-color: #D96695;
}
</style>