Shades of Medium Violet Red #DB1979
Tints of Medium Violet Red #DB1979
RGB
CMYK
RGB Variations
Color information
#DB1979 (or 0xDB1979) is known color: Medium Violet Red. HEX triplet: DB, 19 and 79. RGB value is (219,25,121). Sum of RGB (Red+Green+Blue) = 219+25+121=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1979 is #24E686. Grayscale: #5D5D5D. Windows color (decimal): -2418311 or 7936475. OLE color: 7936475.
HSL color Cylindrical-coordinate representation of color #DB1979: hue angle of 330.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1979 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 121 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.14 |
| HSL | 330.31º | 0.8% | 0.48% | - |
| HSV(B) | 330.31º | 0.89% | 0.86% | - |
| XYZ | 33.01 | 17.14 | 19.66 | - |
| YUV | 93.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 121 | 0 | 0.89 | 0.45 | 0.14 | 330.31 | 0.8 | 0.48 |
| Hex | DB | 19 | 79 | 0 | 59 | 2D | E | 14A | 50 | 30 |
| Octal | 333 | 31 | 171 | 0 | 131 | 55 | 16 | 512 | 120 | 60 |
| Binary | 11011011 | 11001 | 1111001 | 0 | 1011001 | 101101 | 1110 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DB1979
Complementary color
Monochromatic Colors of #DB1979
Black with #DB1979
Text Example
Text Example
White with #DB1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1979; }
p { color: rgb(219,25,121); }
H1.HeaderClassName
{
color: #DB1979;
}
.AnyTagClassName
{
color: #DB1979;
}
</style>
background-color css
<style>
a { background-color: #DB1979; }
a { background-color: rgb(219,25,121); }
div.DivClassName
{
background-color: #DB1979;
}
.BgClassName
{
background-color: #DB1979;
}
</style>
border-color css
<style>
span { border-color: #DB1979; }
span { border-color: rgb(219,25,121); }
td.TdClassName
{
border-color: #DB1979;
}
.TagClassName
{
border-color: #DB1979;
}
</style>