Shades of Medium Violet Red #DB0079
Tints of Medium Violet Red #DB0079
RGB
CMYK
RGB Variations
Color information
#DB0079 (or 0xDB0079) is known color: Medium Violet Red. HEX triplet: DB, 00 and 79. RGB value is (219,0,121). Sum of RGB (Red+Green+Blue) = 219+0+121=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0079 is #24FF86. Grayscale: #4F4F4F. Windows color (decimal): -2424711 or 7930075. OLE color: 7930075.
HSL color Cylindrical-coordinate representation of color #DB0079: hue angle of 326.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0079 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.45 | 0.14 |
| HSL | 326.85º | 1% | 0.43% | - |
| HSV(B) | 326.85º | 1% | 0.86% | - |
| XYZ | 32.66 | 16.44 | 19.54 | - |
| YUV | 79.28 | 151.55 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 121 | 0 | 1 | 0.45 | 0.14 | 326.85 | 1 | 0.43 |
| Hex | DB | 0 | 79 | 0 | 64 | 2D | E | 147 | 64 | 2B |
| Octal | 333 | 0 | 171 | 0 | 144 | 55 | 16 | 507 | 144 | 53 |
| Binary | 11011011 | 0 | 1111001 | 0 | 1100100 | 101101 | 1110 | 101000111 | 1100100 | 101011 |
Color Harmonies of #DB0079
Complementary color
Monochromatic Colors of #DB0079
Black with #DB0079
Text Example
Text Example
White with #DB0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0079; }
p { color: rgb(219,0,121); }
H1.HeaderClassName
{
color: #DB0079;
}
.AnyTagClassName
{
color: #DB0079;
}
</style>
background-color css
<style>
a { background-color: #DB0079; }
a { background-color: rgb(219,0,121); }
div.DivClassName
{
background-color: #DB0079;
}
.BgClassName
{
background-color: #DB0079;
}
</style>
border-color css
<style>
span { border-color: #DB0079; }
span { border-color: rgb(219,0,121); }
td.TdClassName
{
border-color: #DB0079;
}
.TagClassName
{
border-color: #DB0079;
}
</style>