Shades of Medium Violet Red #DB0582
Tints of Medium Violet Red #DB0582
RGB
CMYK
RGB Variations
Color information
#DB0582 (or 0xDB0582) is known color: Medium Violet Red. HEX triplet: DB, 05 and 82. RGB value is (219,5,130). Sum of RGB (Red+Green+Blue) = 219+5+130=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0582 is #24FA7D. Grayscale: #525252. Windows color (decimal): -2423422 or 8521179. OLE color: 8521179.
HSL color Cylindrical-coordinate representation of color #DB0582: hue angle of 324.95º 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 #DB0582 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.14 |
| HSL | 324.95º | 0.96% | 0.44% | - |
| HSV(B) | 324.95º | 0.98% | 0.86% | - |
| XYZ | 33.3 | 16.78 | 22.6 | - |
| YUV | 83.24 | 154.4 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 130 | 0 | 0.98 | 0.41 | 0.14 | 324.95 | 0.96 | 0.44 |
| Hex | DB | 5 | 82 | 0 | 62 | 29 | E | 145 | 60 | 2C |
| Octal | 333 | 5 | 202 | 0 | 142 | 51 | 16 | 505 | 140 | 54 |
| Binary | 11011011 | 101 | 10000010 | 0 | 1100010 | 101001 | 1110 | 101000101 | 1100000 | 101100 |
Color Harmonies of #DB0582
Complementary color
Monochromatic Colors of #DB0582
Black with #DB0582
Text Example
Text Example
White with #DB0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0582; }
p { color: rgb(219,5,130); }
H1.HeaderClassName
{
color: #DB0582;
}
.AnyTagClassName
{
color: #DB0582;
}
</style>
background-color css
<style>
a { background-color: #DB0582; }
a { background-color: rgb(219,5,130); }
div.DivClassName
{
background-color: #DB0582;
}
.BgClassName
{
background-color: #DB0582;
}
</style>
border-color css
<style>
span { border-color: #DB0582; }
span { border-color: rgb(219,5,130); }
td.TdClassName
{
border-color: #DB0582;
}
.TagClassName
{
border-color: #DB0582;
}
</style>