Shades of Medium Violet Red #DB0F84
Tints of Medium Violet Red #DB0F84
RGB
CMYK
RGB Variations
Color information
#DB0F84 (or 0xDB0F84) is known color: Medium Violet Red. HEX triplet: DB, 0F and 84. RGB value is (219,15,132). Sum of RGB (Red+Green+Blue) = 219+15+132=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F84 is #24F07B. Grayscale: #595959. Windows color (decimal): -2420860 or 8654811. OLE color: 8654811.
HSL color Cylindrical-coordinate representation of color #DB0F84: hue angle of 325.59º 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 #DB0F84 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 132 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.14 |
| HSL | 325.59º | 0.87% | 0.46% | - |
| HSV(B) | 325.59º | 0.93% | 0.86% | - |
| XYZ | 33.55 | 17.07 | 23.36 | - |
| YUV | 89.33 | 152.09 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 132 | 0 | 0.93 | 0.40 | 0.14 | 325.59 | 0.87 | 0.46 |
| Hex | DB | F | 84 | 0 | 5D | 28 | E | 146 | 57 | 2E |
| Octal | 333 | 17 | 204 | 0 | 135 | 50 | 16 | 506 | 127 | 56 |
| Binary | 11011011 | 1111 | 10000100 | 0 | 1011101 | 101000 | 1110 | 101000110 | 1010111 | 101110 |
Color Harmonies of #DB0F84
Complementary color
Monochromatic Colors of #DB0F84
Black with #DB0F84
Text Example
Text Example
White with #DB0F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F84; }
p { color: rgb(219,15,132); }
H1.HeaderClassName
{
color: #DB0F84;
}
.AnyTagClassName
{
color: #DB0F84;
}
</style>
background-color css
<style>
a { background-color: #DB0F84; }
a { background-color: rgb(219,15,132); }
div.DivClassName
{
background-color: #DB0F84;
}
.BgClassName
{
background-color: #DB0F84;
}
</style>
border-color css
<style>
span { border-color: #DB0F84; }
span { border-color: rgb(219,15,132); }
td.TdClassName
{
border-color: #DB0F84;
}
.TagClassName
{
border-color: #DB0F84;
}
</style>