Shades of Pale Violet Red #D96E9E
Tints of Pale Violet Red #D96E9E
RGB
CMYK
RGB Variations
Color information
#D96E9E (or 0xD96E9E) is known color: Pale Violet Red. HEX triplet: D9, 6E and 9E. RGB value is (217,110,158). Sum of RGB (Red+Green+Blue) = 217+110+158=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E9E is #269161. Grayscale: #939393. Windows color (decimal): -2527586 or 10383065. OLE color: 10383065.
HSL color Cylindrical-coordinate representation of color #D96E9E: hue angle of 333.08º 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 #D96E9E is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 158 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.15 |
| HSL | 333.08º | 0.58% | 0.64% | - |
| HSV(B) | 333.08º | 0.49% | 0.85% | - |
| XYZ | 40.36 | 28.37 | 35.7 | - |
| YUV | 147.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 158 | 0 | 0.49 | 0.27 | 0.15 | 333.08 | 0.58 | 0.64 |
| Hex | D9 | 6E | 9E | 0 | 31 | 1B | F | 14D | 3A | 40 |
| Octal | 331 | 156 | 236 | 0 | 61 | 33 | 17 | 515 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10011110 | 0 | 110001 | 11011 | 1111 | 101001101 | 111010 | 1000000 |
Color Harmonies of #D96E9E
Complementary color
Monochromatic Colors of #D96E9E
Black with #D96E9E
Text Example
Text Example
White with #D96E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E9E; }
p { color: rgb(217,110,158); }
H1.HeaderClassName
{
color: #D96E9E;
}
.AnyTagClassName
{
color: #D96E9E;
}
</style>
background-color css
<style>
a { background-color: #D96E9E; }
a { background-color: rgb(217,110,158); }
div.DivClassName
{
background-color: #D96E9E;
}
.BgClassName
{
background-color: #D96E9E;
}
</style>
border-color css
<style>
span { border-color: #D96E9E; }
span { border-color: rgb(217,110,158); }
td.TdClassName
{
border-color: #D96E9E;
}
.TagClassName
{
border-color: #D96E9E;
}
</style>