Shades of Pale Violet Red #D96B9A
Tints of Pale Violet Red #D96B9A
RGB
CMYK
RGB Variations
Color information
#D96B9A (or 0xD96B9A) is known color: Pale Violet Red. HEX triplet: D9, 6B and 9A. RGB value is (217,107,154). Sum of RGB (Red+Green+Blue) = 217+107+154=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B9A is #269465. Grayscale: #919191. Windows color (decimal): -2528358 or 10120153. OLE color: 10120153.
HSL color Cylindrical-coordinate representation of color #D96B9A: hue angle of 334.36º 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 #D96B9A is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 154 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.15 |
| HSL | 334.36º | 0.59% | 0.64% | - |
| HSV(B) | 334.36º | 0.51% | 0.85% | - |
| XYZ | 39.71 | 27.6 | 33.81 | - |
| YUV | 145.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 154 | 0 | 0.51 | 0.29 | 0.15 | 334.36 | 0.59 | 0.64 |
| Hex | D9 | 6B | 9A | 0 | 33 | 1D | F | 14E | 3B | 40 |
| Octal | 331 | 153 | 232 | 0 | 63 | 35 | 17 | 516 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10011010 | 0 | 110011 | 11101 | 1111 | 101001110 | 111011 | 1000000 |
Color Harmonies of #D96B9A
Complementary color
Monochromatic Colors of #D96B9A
Black with #D96B9A
Text Example
Text Example
White with #D96B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B9A; }
p { color: rgb(217,107,154); }
H1.HeaderClassName
{
color: #D96B9A;
}
.AnyTagClassName
{
color: #D96B9A;
}
</style>
background-color css
<style>
a { background-color: #D96B9A; }
a { background-color: rgb(217,107,154); }
div.DivClassName
{
background-color: #D96B9A;
}
.BgClassName
{
background-color: #D96B9A;
}
</style>
border-color css
<style>
span { border-color: #D96B9A; }
span { border-color: rgb(217,107,154); }
td.TdClassName
{
border-color: #D96B9A;
}
.TagClassName
{
border-color: #D96B9A;
}
</style>