Shades of Pale Violet Red #DB7792
Tints of Pale Violet Red #DB7792
RGB
CMYK
RGB Variations
Color information
#DB7792 (or 0xDB7792) is known color: Pale Violet Red. HEX triplet: DB, 77 and 92. RGB value is (219,119,146). Sum of RGB (Red+Green+Blue) = 219+119+146=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7792 is #24886D. Grayscale: #979797. Windows color (decimal): -2394222 or 9598939. OLE color: 9598939.
HSL color Cylindrical-coordinate representation of color #DB7792: hue angle of 343.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7792 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 146 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.14 |
| HSL | 343.8º | 0.58% | 0.66% | - |
| HSV(B) | 343.8º | 0.46% | 0.86% | - |
| XYZ | 41 | 30.33 | 30.89 | - |
| YUV | 151.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 146 | 0 | 0.46 | 0.33 | 0.14 | 343.8 | 0.58 | 0.66 |
| Hex | DB | 77 | 92 | 0 | 2E | 21 | E | 158 | 3A | 42 |
| Octal | 333 | 167 | 222 | 0 | 56 | 41 | 16 | 530 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10010010 | 0 | 101110 | 100001 | 1110 | 101011000 | 111010 | 1000010 |
Color Harmonies of #DB7792
Complementary color
Monochromatic Colors of #DB7792
Black with #DB7792
Text Example
Text Example
White with #DB7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7792; }
p { color: rgb(219,119,146); }
H1.HeaderClassName
{
color: #DB7792;
}
.AnyTagClassName
{
color: #DB7792;
}
</style>
background-color css
<style>
a { background-color: #DB7792; }
a { background-color: rgb(219,119,146); }
div.DivClassName
{
background-color: #DB7792;
}
.BgClassName
{
background-color: #DB7792;
}
</style>
border-color css
<style>
span { border-color: #DB7792; }
span { border-color: rgb(219,119,146); }
td.TdClassName
{
border-color: #DB7792;
}
.TagClassName
{
border-color: #DB7792;
}
</style>