Shades of Medium Violet Red #DB0579
Tints of Medium Violet Red #DB0579
RGB
CMYK
RGB Variations
Color information
#DB0579 (or 0xDB0579) is known color: Medium Violet Red. HEX triplet: DB, 05 and 79. RGB value is (219,5,121). Sum of RGB (Red+Green+Blue) = 219+5+121=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0579 is #24FA86. Grayscale: #515151. Windows color (decimal): -2423431 or 7931355. OLE color: 7931355.
HSL color Cylindrical-coordinate representation of color #DB0579: hue angle of 327.48º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0579 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.14 |
| HSL | 327.48º | 0.96% | 0.44% | - |
| HSV(B) | 327.48º | 0.98% | 0.86% | - |
| XYZ | 32.72 | 16.55 | 19.56 | - |
| YUV | 82.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 121 | 0 | 0.98 | 0.45 | 0.14 | 327.48 | 0.96 | 0.44 |
| Hex | DB | 5 | 79 | 0 | 62 | 2D | E | 147 | 60 | 2C |
| Octal | 333 | 5 | 171 | 0 | 142 | 55 | 16 | 507 | 140 | 54 |
| Binary | 11011011 | 101 | 1111001 | 0 | 1100010 | 101101 | 1110 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DB0579
Complementary color
Monochromatic Colors of #DB0579
Black with #DB0579
Text Example
Text Example
White with #DB0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0579; }
p { color: rgb(219,5,121); }
H1.HeaderClassName
{
color: #DB0579;
}
.AnyTagClassName
{
color: #DB0579;
}
</style>
background-color css
<style>
a { background-color: #DB0579; }
a { background-color: rgb(219,5,121); }
div.DivClassName
{
background-color: #DB0579;
}
.BgClassName
{
background-color: #DB0579;
}
</style>
border-color css
<style>
span { border-color: #DB0579; }
span { border-color: rgb(219,5,121); }
td.TdClassName
{
border-color: #DB0579;
}
.TagClassName
{
border-color: #DB0579;
}
</style>