Shades of Medium Violet Red #DB0580
Tints of Medium Violet Red #DB0580
RGB
CMYK
RGB Variations
Color information
#DB0580 (or 0xDB0580) is known color: Medium Violet Red. HEX triplet: DB, 05 and 80. RGB value is (219,5,128). Sum of RGB (Red+Green+Blue) = 219+5+128=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0580 is #24FA7F. Grayscale: #525252. Windows color (decimal): -2423424 or 8390107. OLE color: 8390107.
HSL color Cylindrical-coordinate representation of color #DB0580: hue angle of 325.51º 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 #DB0580 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.14 |
| HSL | 325.51º | 0.96% | 0.44% | - |
| HSV(B) | 325.51º | 0.98% | 0.86% | - |
| XYZ | 33.16 | 16.73 | 21.9 | - |
| YUV | 83.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 128 | 0 | 0.98 | 0.42 | 0.14 | 325.51 | 0.96 | 0.44 |
| Hex | DB | 5 | 80 | 0 | 62 | 2A | E | 146 | 60 | 2C |
| Octal | 333 | 5 | 200 | 0 | 142 | 52 | 16 | 506 | 140 | 54 |
| Binary | 11011011 | 101 | 10000000 | 0 | 1100010 | 101010 | 1110 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DB0580
Complementary color
Monochromatic Colors of #DB0580
Black with #DB0580
Text Example
Text Example
White with #DB0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0580; }
p { color: rgb(219,5,128); }
H1.HeaderClassName
{
color: #DB0580;
}
.AnyTagClassName
{
color: #DB0580;
}
</style>
background-color css
<style>
a { background-color: #DB0580; }
a { background-color: rgb(219,5,128); }
div.DivClassName
{
background-color: #DB0580;
}
.BgClassName
{
background-color: #DB0580;
}
</style>
border-color css
<style>
span { border-color: #DB0580; }
span { border-color: rgb(219,5,128); }
td.TdClassName
{
border-color: #DB0580;
}
.TagClassName
{
border-color: #DB0580;
}
</style>