Shades of Medium Violet Red #DB0581
Tints of Medium Violet Red #DB0581
RGB
CMYK
RGB Variations
Color information
#DB0581 (or 0xDB0581) is known color: Medium Violet Red. HEX triplet: DB, 05 and 81. RGB value is (219,5,129). Sum of RGB (Red+Green+Blue) = 219+5+129=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0581 is #24FA7E. Grayscale: #525252. Windows color (decimal): -2423423 or 8455643. OLE color: 8455643.
HSL color Cylindrical-coordinate representation of color #DB0581: hue angle of 325.23º 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 #DB0581 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.14 |
| HSL | 325.23º | 0.96% | 0.44% | - |
| HSV(B) | 325.23º | 0.98% | 0.86% | - |
| XYZ | 33.23 | 16.75 | 22.25 | - |
| YUV | 83.12 | 153.9 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 129 | 0 | 0.98 | 0.41 | 0.14 | 325.23 | 0.96 | 0.44 |
| Hex | DB | 5 | 81 | 0 | 62 | 29 | E | 145 | 60 | 2C |
| Octal | 333 | 5 | 201 | 0 | 142 | 51 | 16 | 505 | 140 | 54 |
| Binary | 11011011 | 101 | 10000001 | 0 | 1100010 | 101001 | 1110 | 101000101 | 1100000 | 101100 |
Color Harmonies of #DB0581
Complementary color
Monochromatic Colors of #DB0581
Black with #DB0581
Text Example
Text Example
White with #DB0581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0581; }
p { color: rgb(219,5,129); }
H1.HeaderClassName
{
color: #DB0581;
}
.AnyTagClassName
{
color: #DB0581;
}
</style>
background-color css
<style>
a { background-color: #DB0581; }
a { background-color: rgb(219,5,129); }
div.DivClassName
{
background-color: #DB0581;
}
.BgClassName
{
background-color: #DB0581;
}
</style>
border-color css
<style>
span { border-color: #DB0581; }
span { border-color: rgb(219,5,129); }
td.TdClassName
{
border-color: #DB0581;
}
.TagClassName
{
border-color: #DB0581;
}
</style>