Shades of Pale Violet Red #D8799F
Tints of Pale Violet Red #D8799F
RGB
CMYK
RGB Variations
Color information
#D8799F (or 0xD8799F) is known color: Pale Violet Red. HEX triplet: D8, 79 and 9F. RGB value is (216,121,159). Sum of RGB (Red+Green+Blue) = 216+121+159=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8799F is #278660. Grayscale: #999999. Windows color (decimal): -2590305 or 10451416. OLE color: 10451416.
HSL color Cylindrical-coordinate representation of color #D8799F: hue angle of 336º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8799F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 159 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.15 |
| HSL | 336º | 0.55% | 0.66% | - |
| HSV(B) | 336º | 0.44% | 0.85% | - |
| XYZ | 41.41 | 30.78 | 36.56 | - |
| YUV | 153.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 159 | 0 | 0.44 | 0.26 | 0.15 | 336 | 0.55 | 0.66 |
| Hex | D8 | 79 | 9F | 0 | 2C | 1A | F | 150 | 37 | 42 |
| Octal | 330 | 171 | 237 | 0 | 54 | 32 | 17 | 520 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10011111 | 0 | 101100 | 11010 | 1111 | 101010000 | 110111 | 1000010 |
Color Harmonies of #D8799F
Complementary color
Monochromatic Colors of #D8799F
Black with #D8799F
Text Example
Text Example
White with #D8799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8799F; }
p { color: rgb(216,121,159); }
H1.HeaderClassName
{
color: #D8799F;
}
.AnyTagClassName
{
color: #D8799F;
}
</style>
background-color css
<style>
a { background-color: #D8799F; }
a { background-color: rgb(216,121,159); }
div.DivClassName
{
background-color: #D8799F;
}
.BgClassName
{
background-color: #D8799F;
}
</style>
border-color css
<style>
span { border-color: #D8799F; }
span { border-color: rgb(216,121,159); }
td.TdClassName
{
border-color: #D8799F;
}
.TagClassName
{
border-color: #D8799F;
}
</style>