Shades of Medium Violet Red #DB0792
Tints of Medium Violet Red #DB0792
RGB
CMYK
RGB Variations
Color information
#DB0792 (or 0xDB0792) is known color: Medium Violet Red. HEX triplet: DB, 07 and 92. RGB value is (219,7,146). Sum of RGB (Red+Green+Blue) = 219+7+146=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0792 is #24F86D. Grayscale: #555555. Windows color (decimal): -2422894 or 9570267. OLE color: 9570267.
HSL color Cylindrical-coordinate representation of color #DB0792: hue angle of 320.66º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0792 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.14 |
| HSL | 320.66º | 0.94% | 0.44% | - |
| HSV(B) | 320.66º | 0.97% | 0.86% | - |
| XYZ | 34.48 | 17.29 | 28.71 | - |
| YUV | 86.23 | 161.74 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 146 | 0 | 0.97 | 0.33 | 0.14 | 320.66 | 0.94 | 0.44 |
| Hex | DB | 7 | 92 | 0 | 61 | 21 | E | 141 | 5E | 2C |
| Octal | 333 | 7 | 222 | 0 | 141 | 41 | 16 | 501 | 136 | 54 |
| Binary | 11011011 | 111 | 10010010 | 0 | 1100001 | 100001 | 1110 | 101000001 | 1011110 | 101100 |
Color Harmonies of #DB0792
Complementary color
Monochromatic Colors of #DB0792
Black with #DB0792
Text Example
Text Example
White with #DB0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0792; }
p { color: rgb(219,7,146); }
H1.HeaderClassName
{
color: #DB0792;
}
.AnyTagClassName
{
color: #DB0792;
}
</style>
background-color css
<style>
a { background-color: #DB0792; }
a { background-color: rgb(219,7,146); }
div.DivClassName
{
background-color: #DB0792;
}
.BgClassName
{
background-color: #DB0792;
}
</style>
border-color css
<style>
span { border-color: #DB0792; }
span { border-color: rgb(219,7,146); }
td.TdClassName
{
border-color: #DB0792;
}
.TagClassName
{
border-color: #DB0792;
}
</style>