Shades of Pale Violet Red #D96C9E
Tints of Pale Violet Red #D96C9E
RGB
CMYK
RGB Variations
Color information
#D96C9E (or 0xD96C9E) is known color: Pale Violet Red. HEX triplet: D9, 6C and 9E. RGB value is (217,108,158). Sum of RGB (Red+Green+Blue) = 217+108+158=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96C9E is #269361. Grayscale: #929292. Windows color (decimal): -2528098 or 10382553. OLE color: 10382553.
HSL color Cylindrical-coordinate representation of color #D96C9E: hue angle of 332.48º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96C9E is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 158 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.15 |
| HSL | 332.48º | 0.59% | 0.64% | - |
| HSV(B) | 332.48º | 0.5% | 0.85% | - |
| XYZ | 40.15 | 27.95 | 35.63 | - |
| YUV | 146.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 158 | 0 | 0.50 | 0.27 | 0.15 | 332.48 | 0.59 | 0.64 |
| Hex | D9 | 6C | 9E | 0 | 32 | 1B | F | 14C | 3B | 40 |
| Octal | 331 | 154 | 236 | 0 | 62 | 33 | 17 | 514 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10011110 | 0 | 110010 | 11011 | 1111 | 101001100 | 111011 | 1000000 |
Color Harmonies of #D96C9E
Complementary color
Monochromatic Colors of #D96C9E
Black with #D96C9E
Text Example
Text Example
White with #D96C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C9E; }
p { color: rgb(217,108,158); }
H1.HeaderClassName
{
color: #D96C9E;
}
.AnyTagClassName
{
color: #D96C9E;
}
</style>
background-color css
<style>
a { background-color: #D96C9E; }
a { background-color: rgb(217,108,158); }
div.DivClassName
{
background-color: #D96C9E;
}
.BgClassName
{
background-color: #D96C9E;
}
</style>
border-color css
<style>
span { border-color: #D96C9E; }
span { border-color: rgb(217,108,158); }
td.TdClassName
{
border-color: #D96C9E;
}
.TagClassName
{
border-color: #D96C9E;
}
</style>