Shades of Medium Violet Red #DB0F80
Tints of Medium Violet Red #DB0F80
RGB
CMYK
RGB Variations
Color information
#DB0F80 (or 0xDB0F80) is known color: Medium Violet Red. HEX triplet: DB, 0F and 80. RGB value is (219,15,128). Sum of RGB (Red+Green+Blue) = 219+15+128=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F80 is #24F07F. Grayscale: #585858. Windows color (decimal): -2420864 or 8392667. OLE color: 8392667.
HSL color Cylindrical-coordinate representation of color #DB0F80: hue angle of 326.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F80 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 128 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.14 |
| HSL | 326.76º | 0.87% | 0.46% | - |
| HSV(B) | 326.76º | 0.93% | 0.86% | - |
| XYZ | 33.28 | 16.96 | 21.94 | - |
| YUV | 88.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 128 | 0 | 0.93 | 0.42 | 0.14 | 326.76 | 0.87 | 0.46 |
| Hex | DB | F | 80 | 0 | 5D | 2A | E | 147 | 57 | 2E |
| Octal | 333 | 17 | 200 | 0 | 135 | 52 | 16 | 507 | 127 | 56 |
| Binary | 11011011 | 1111 | 10000000 | 0 | 1011101 | 101010 | 1110 | 101000111 | 1010111 | 101110 |
Color Harmonies of #DB0F80
Complementary color
Monochromatic Colors of #DB0F80
Black with #DB0F80
Text Example
Text Example
White with #DB0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F80; }
p { color: rgb(219,15,128); }
H1.HeaderClassName
{
color: #DB0F80;
}
.AnyTagClassName
{
color: #DB0F80;
}
</style>
background-color css
<style>
a { background-color: #DB0F80; }
a { background-color: rgb(219,15,128); }
div.DivClassName
{
background-color: #DB0F80;
}
.BgClassName
{
background-color: #DB0F80;
}
</style>
border-color css
<style>
span { border-color: #DB0F80; }
span { border-color: rgb(219,15,128); }
td.TdClassName
{
border-color: #DB0F80;
}
.TagClassName
{
border-color: #DB0F80;
}
</style>