Shades of Pale Violet Red #D96B9F
Tints of Pale Violet Red #D96B9F
RGB
CMYK
RGB Variations
Color information
#D96B9F (or 0xD96B9F) is known color: Pale Violet Red. HEX triplet: D9, 6B and 9F. RGB value is (217,107,159). Sum of RGB (Red+Green+Blue) = 217+107+159=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B9F is #269460. Grayscale: #919191. Windows color (decimal): -2528353 or 10447833. OLE color: 10447833.
HSL color Cylindrical-coordinate representation of color #D96B9F: hue angle of 331.64º 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 #D96B9F is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 159 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.15 |
| HSL | 331.64º | 0.59% | 0.64% | - |
| HSV(B) | 331.64º | 0.51% | 0.85% | - |
| XYZ | 40.13 | 27.77 | 36.05 | - |
| YUV | 145.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 159 | 0 | 0.51 | 0.27 | 0.15 | 331.64 | 0.59 | 0.64 |
| Hex | D9 | 6B | 9F | 0 | 33 | 1B | F | 14C | 3B | 40 |
| Octal | 331 | 153 | 237 | 0 | 63 | 33 | 17 | 514 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10011111 | 0 | 110011 | 11011 | 1111 | 101001100 | 111011 | 1000000 |
Color Harmonies of #D96B9F
Complementary color
Monochromatic Colors of #D96B9F
Black with #D96B9F
Text Example
Text Example
White with #D96B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B9F; }
p { color: rgb(217,107,159); }
H1.HeaderClassName
{
color: #D96B9F;
}
.AnyTagClassName
{
color: #D96B9F;
}
</style>
background-color css
<style>
a { background-color: #D96B9F; }
a { background-color: rgb(217,107,159); }
div.DivClassName
{
background-color: #D96B9F;
}
.BgClassName
{
background-color: #D96B9F;
}
</style>
border-color css
<style>
span { border-color: #D96B9F; }
span { border-color: rgb(217,107,159); }
td.TdClassName
{
border-color: #D96B9F;
}
.TagClassName
{
border-color: #D96B9F;
}
</style>