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