Shades of Pale Violet Red #D96B9D
Tints of Pale Violet Red #D96B9D
RGB
CMYK
RGB Variations
Color information
#D96B9D (or 0xD96B9D) is known color: Pale Violet Red. HEX triplet: D9, 6B and 9D. RGB value is (217,107,157). Sum of RGB (Red+Green+Blue) = 217+107+157=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B9D is #269462. Grayscale: #919191. Windows color (decimal): -2528355 or 10316761. OLE color: 10316761.
HSL color Cylindrical-coordinate representation of color #D96B9D: hue angle of 332.73º 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 #D96B9D is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 157 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.15 |
| HSL | 332.73º | 0.59% | 0.64% | - |
| HSV(B) | 332.73º | 0.51% | 0.85% | - |
| XYZ | 39.96 | 27.7 | 35.14 | - |
| YUV | 145.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 157 | 0 | 0.51 | 0.28 | 0.15 | 332.73 | 0.59 | 0.64 |
| Hex | D9 | 6B | 9D | 0 | 33 | 1C | F | 14D | 3B | 40 |
| Octal | 331 | 153 | 235 | 0 | 63 | 34 | 17 | 515 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10011101 | 0 | 110011 | 11100 | 1111 | 101001101 | 111011 | 1000000 |
Color Harmonies of #D96B9D
Complementary color
Monochromatic Colors of #D96B9D
Black with #D96B9D
Text Example
Text Example
White with #D96B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B9D; }
p { color: rgb(217,107,157); }
H1.HeaderClassName
{
color: #D96B9D;
}
.AnyTagClassName
{
color: #D96B9D;
}
</style>
background-color css
<style>
a { background-color: #D96B9D; }
a { background-color: rgb(217,107,157); }
div.DivClassName
{
background-color: #D96B9D;
}
.BgClassName
{
background-color: #D96B9D;
}
</style>
border-color css
<style>
span { border-color: #D96B9D; }
span { border-color: rgb(217,107,157); }
td.TdClassName
{
border-color: #D96B9D;
}
.TagClassName
{
border-color: #D96B9D;
}
</style>