Shades of Pale Violet Red #DB799D
Tints of Pale Violet Red #DB799D
RGB
CMYK
RGB Variations
Color information
#DB799D (or 0xDB799D) is known color: Pale Violet Red. HEX triplet: DB, 79 and 9D. RGB value is (219,121,157). Sum of RGB (Red+Green+Blue) = 219+121+157=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB799D is #248662. Grayscale: #9A9A9A. Windows color (decimal): -2393699 or 10320347. OLE color: 10320347.
HSL color Cylindrical-coordinate representation of color #DB799D: hue angle of 337.96º 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 #DB799D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 157 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.14 |
| HSL | 337.96º | 0.58% | 0.67% | - |
| HSV(B) | 337.96º | 0.45% | 0.86% | - |
| XYZ | 42.14 | 31.17 | 35.69 | - |
| YUV | 154.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 157 | 0 | 0.45 | 0.28 | 0.14 | 337.96 | 0.58 | 0.67 |
| Hex | DB | 79 | 9D | 0 | 2D | 1C | E | 152 | 3A | 43 |
| Octal | 333 | 171 | 235 | 0 | 55 | 34 | 16 | 522 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10011101 | 0 | 101101 | 11100 | 1110 | 101010010 | 111010 | 1000011 |
Color Harmonies of #DB799D
Complementary color
Monochromatic Colors of #DB799D
Black with #DB799D
Text Example
Text Example
White with #DB799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB799D; }
p { color: rgb(219,121,157); }
H1.HeaderClassName
{
color: #DB799D;
}
.AnyTagClassName
{
color: #DB799D;
}
</style>
background-color css
<style>
a { background-color: #DB799D; }
a { background-color: rgb(219,121,157); }
div.DivClassName
{
background-color: #DB799D;
}
.BgClassName
{
background-color: #DB799D;
}
</style>
border-color css
<style>
span { border-color: #DB799D; }
span { border-color: rgb(219,121,157); }
td.TdClassName
{
border-color: #DB799D;
}
.TagClassName
{
border-color: #DB799D;
}
</style>