Shades of Pale Violet Red #D96F8F
Tints of Pale Violet Red #D96F8F
RGB
CMYK
RGB Variations
Color information
#D96F8F (or 0xD96F8F) is known color: Pale Violet Red. HEX triplet: D9, 6F and 8F. RGB value is (217,111,143). Sum of RGB (Red+Green+Blue) = 217+111+143=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F8F is #269070. Grayscale: #929292. Windows color (decimal): -2527345 or 9400281. OLE color: 9400281.
HSL color Cylindrical-coordinate representation of color #D96F8F: hue angle of 341.89º 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 #D96F8F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 143 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.15 |
| HSL | 341.89º | 0.58% | 0.64% | - |
| HSV(B) | 341.89º | 0.49% | 0.85% | - |
| XYZ | 39.26 | 28.1 | 29.34 | - |
| YUV | 146.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 143 | 0 | 0.49 | 0.34 | 0.15 | 341.89 | 0.58 | 0.64 |
| Hex | D9 | 6F | 8F | 0 | 31 | 22 | F | 156 | 3A | 40 |
| Octal | 331 | 157 | 217 | 0 | 61 | 42 | 17 | 526 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10001111 | 0 | 110001 | 100010 | 1111 | 101010110 | 111010 | 1000000 |
Color Harmonies of #D96F8F
Complementary color
Monochromatic Colors of #D96F8F
Black with #D96F8F
Text Example
Text Example
White with #D96F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F8F; }
p { color: rgb(217,111,143); }
H1.HeaderClassName
{
color: #D96F8F;
}
.AnyTagClassName
{
color: #D96F8F;
}
</style>
background-color css
<style>
a { background-color: #D96F8F; }
a { background-color: rgb(217,111,143); }
div.DivClassName
{
background-color: #D96F8F;
}
.BgClassName
{
background-color: #D96F8F;
}
</style>
border-color css
<style>
span { border-color: #D96F8F; }
span { border-color: rgb(217,111,143); }
td.TdClassName
{
border-color: #D96F8F;
}
.TagClassName
{
border-color: #D96F8F;
}
</style>