Shades of Pale Violet Red #D96B9E
Tints of Pale Violet Red #D96B9E
RGB
CMYK
RGB Variations
Color information
#D96B9E (or 0xD96B9E) is known color: Pale Violet Red. HEX triplet: D9, 6B and 9E. RGB value is (217,107,158). Sum of RGB (Red+Green+Blue) = 217+107+158=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B9E is #269461. Grayscale: #919191. Windows color (decimal): -2528354 or 10382297. OLE color: 10382297.
HSL color Cylindrical-coordinate representation of color #D96B9E: hue angle of 332.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B9E is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 158 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.15 |
| HSL | 332.18º | 0.59% | 0.64% | - |
| HSV(B) | 332.18º | 0.51% | 0.85% | - |
| XYZ | 40.04 | 27.74 | 35.59 | - |
| YUV | 145.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 158 | 0 | 0.51 | 0.27 | 0.15 | 332.18 | 0.59 | 0.64 |
| Hex | D9 | 6B | 9E | 0 | 33 | 1B | F | 14C | 3B | 40 |
| Octal | 331 | 153 | 236 | 0 | 63 | 33 | 17 | 514 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10011110 | 0 | 110011 | 11011 | 1111 | 101001100 | 111011 | 1000000 |
Color Harmonies of #D96B9E
Complementary color
Monochromatic Colors of #D96B9E
Black with #D96B9E
Text Example
Text Example
White with #D96B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B9E; }
p { color: rgb(217,107,158); }
H1.HeaderClassName
{
color: #D96B9E;
}
.AnyTagClassName
{
color: #D96B9E;
}
</style>
background-color css
<style>
a { background-color: #D96B9E; }
a { background-color: rgb(217,107,158); }
div.DivClassName
{
background-color: #D96B9E;
}
.BgClassName
{
background-color: #D96B9E;
}
</style>
border-color css
<style>
span { border-color: #D96B9E; }
span { border-color: rgb(217,107,158); }
td.TdClassName
{
border-color: #D96B9E;
}
.TagClassName
{
border-color: #D96B9E;
}
</style>