Shades of Pale Violet Red #D96F9F
Tints of Pale Violet Red #D96F9F
RGB
CMYK
RGB Variations
Color information
#D96F9F (or 0xD96F9F) is known color: Pale Violet Red. HEX triplet: D9, 6F and 9F. RGB value is (217,111,159). Sum of RGB (Red+Green+Blue) = 217+111+159=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F9F is #269060. Grayscale: #949494. Windows color (decimal): -2527329 or 10448857. OLE color: 10448857.
HSL color Cylindrical-coordinate representation of color #D96F9F: hue angle of 332.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96F9F is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 159 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.15 |
| HSL | 332.83º | 0.58% | 0.64% | - |
| HSV(B) | 332.83º | 0.49% | 0.85% | - |
| XYZ | 40.56 | 28.62 | 36.19 | - |
| YUV | 148.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 159 | 0 | 0.49 | 0.27 | 0.15 | 332.83 | 0.58 | 0.64 |
| Hex | D9 | 6F | 9F | 0 | 31 | 1B | F | 14D | 3A | 40 |
| Octal | 331 | 157 | 237 | 0 | 61 | 33 | 17 | 515 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10011111 | 0 | 110001 | 11011 | 1111 | 101001101 | 111010 | 1000000 |
Color Harmonies of #D96F9F
Complementary color
Monochromatic Colors of #D96F9F
Black with #D96F9F
Text Example
Text Example
White with #D96F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F9F; }
p { color: rgb(217,111,159); }
H1.HeaderClassName
{
color: #D96F9F;
}
.AnyTagClassName
{
color: #D96F9F;
}
</style>
background-color css
<style>
a { background-color: #D96F9F; }
a { background-color: rgb(217,111,159); }
div.DivClassName
{
background-color: #D96F9F;
}
.BgClassName
{
background-color: #D96F9F;
}
</style>
border-color css
<style>
span { border-color: #D96F9F; }
span { border-color: rgb(217,111,159); }
td.TdClassName
{
border-color: #D96F9F;
}
.TagClassName
{
border-color: #D96F9F;
}
</style>