Shades of Medium Violet Red #DB0586
Tints of Medium Violet Red #DB0586
RGB
CMYK
RGB Variations
Color information
#DB0586 (or 0xDB0586) is known color: Medium Violet Red. HEX triplet: DB, 05 and 86. RGB value is (219,5,134). Sum of RGB (Red+Green+Blue) = 219+5+134=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0586 is #24FA79. Grayscale: #535353. Windows color (decimal): -2423418 or 8783323. OLE color: 8783323.
HSL color Cylindrical-coordinate representation of color #DB0586: hue angle of 323.83º 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 #DB0586 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.14 |
| HSL | 323.83º | 0.96% | 0.44% | - |
| HSV(B) | 323.83º | 0.98% | 0.86% | - |
| XYZ | 33.57 | 16.89 | 24.04 | - |
| YUV | 83.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 134 | 0 | 0.98 | 0.39 | 0.14 | 323.83 | 0.96 | 0.44 |
| Hex | DB | 5 | 86 | 0 | 62 | 27 | E | 144 | 60 | 2C |
| Octal | 333 | 5 | 206 | 0 | 142 | 47 | 16 | 504 | 140 | 54 |
| Binary | 11011011 | 101 | 10000110 | 0 | 1100010 | 100111 | 1110 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DB0586
Complementary color
Monochromatic Colors of #DB0586
Black with #DB0586
Text Example
Text Example
White with #DB0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0586; }
p { color: rgb(219,5,134); }
H1.HeaderClassName
{
color: #DB0586;
}
.AnyTagClassName
{
color: #DB0586;
}
</style>
background-color css
<style>
a { background-color: #DB0586; }
a { background-color: rgb(219,5,134); }
div.DivClassName
{
background-color: #DB0586;
}
.BgClassName
{
background-color: #DB0586;
}
</style>
border-color css
<style>
span { border-color: #DB0586; }
span { border-color: rgb(219,5,134); }
td.TdClassName
{
border-color: #DB0586;
}
.TagClassName
{
border-color: #DB0586;
}
</style>