Shades of Pale Violet Red #D96E96
Tints of Pale Violet Red #D96E96
RGB
CMYK
RGB Variations
Color information
#D96E96 (or 0xD96E96) is known color: Pale Violet Red. HEX triplet: D9, 6E and 96. RGB value is (217,110,150). Sum of RGB (Red+Green+Blue) = 217+110+150=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E96 is #269169. Grayscale: #929292. Windows color (decimal): -2527594 or 9858777. OLE color: 9858777.
HSL color Cylindrical-coordinate representation of color #D96E96: hue angle of 337.57º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96E96 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 150 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.15 |
| HSL | 337.57º | 0.58% | 0.64% | - |
| HSV(B) | 337.57º | 0.49% | 0.85% | - |
| XYZ | 39.7 | 28.11 | 32.19 | - |
| YUV | 146.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 150 | 0 | 0.49 | 0.31 | 0.15 | 337.57 | 0.58 | 0.64 |
| Hex | D9 | 6E | 96 | 0 | 31 | 1F | F | 152 | 3A | 40 |
| Octal | 331 | 156 | 226 | 0 | 61 | 37 | 17 | 522 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10010110 | 0 | 110001 | 11111 | 1111 | 101010010 | 111010 | 1000000 |
Color Harmonies of #D96E96
Complementary color
Monochromatic Colors of #D96E96
Black with #D96E96
Text Example
Text Example
White with #D96E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E96; }
p { color: rgb(217,110,150); }
H1.HeaderClassName
{
color: #D96E96;
}
.AnyTagClassName
{
color: #D96E96;
}
</style>
background-color css
<style>
a { background-color: #D96E96; }
a { background-color: rgb(217,110,150); }
div.DivClassName
{
background-color: #D96E96;
}
.BgClassName
{
background-color: #D96E96;
}
</style>
border-color css
<style>
span { border-color: #D96E96; }
span { border-color: rgb(217,110,150); }
td.TdClassName
{
border-color: #D96E96;
}
.TagClassName
{
border-color: #D96E96;
}
</style>