Shades of Pale Violet Red #DB799F
Tints of Pale Violet Red #DB799F
RGB
CMYK
RGB Variations
Color information
#DB799F (or 0xDB799F) is known color: Pale Violet Red. HEX triplet: DB, 79 and 9F. RGB value is (219,121,159). Sum of RGB (Red+Green+Blue) = 219+121+159=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB799F is #248660. Grayscale: #9A9A9A. Windows color (decimal): -2393697 or 10451419. OLE color: 10451419.
HSL color Cylindrical-coordinate representation of color #DB799F: hue angle of 336.73º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB799F is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 159 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.14 |
| HSL | 336.73º | 0.58% | 0.67% | - |
| HSV(B) | 336.73º | 0.45% | 0.86% | - |
| XYZ | 42.31 | 31.24 | 36.6 | - |
| YUV | 154.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 159 | 0 | 0.45 | 0.27 | 0.14 | 336.73 | 0.58 | 0.67 |
| Hex | DB | 79 | 9F | 0 | 2D | 1B | E | 151 | 3A | 43 |
| Octal | 333 | 171 | 237 | 0 | 55 | 33 | 16 | 521 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10011111 | 0 | 101101 | 11011 | 1110 | 101010001 | 111010 | 1000011 |
Color Harmonies of #DB799F
Complementary color
Monochromatic Colors of #DB799F
Black with #DB799F
Text Example
Text Example
White with #DB799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB799F; }
p { color: rgb(219,121,159); }
H1.HeaderClassName
{
color: #DB799F;
}
.AnyTagClassName
{
color: #DB799F;
}
</style>
background-color css
<style>
a { background-color: #DB799F; }
a { background-color: rgb(219,121,159); }
div.DivClassName
{
background-color: #DB799F;
}
.BgClassName
{
background-color: #DB799F;
}
</style>
border-color css
<style>
span { border-color: #DB799F; }
span { border-color: rgb(219,121,159); }
td.TdClassName
{
border-color: #DB799F;
}
.TagClassName
{
border-color: #DB799F;
}
</style>