Shades of Medium Violet Red #DB0E97
Tints of Medium Violet Red #DB0E97
RGB
CMYK
RGB Variations
Color information
#DB0E97 (or 0xDB0E97) is known color: Medium Violet Red. HEX triplet: DB, 0E and 97. RGB value is (219,14,151). Sum of RGB (Red+Green+Blue) = 219+14+151=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0E97 is #24F168. Grayscale: #5A5A5A. Windows color (decimal): -2421097 or 9899739. OLE color: 9899739.
HSL color Cylindrical-coordinate representation of color #DB0E97: hue angle of 319.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E97 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 151 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.14 |
| HSL | 319.9º | 0.88% | 0.46% | - |
| HSV(B) | 319.9º | 0.94% | 0.86% | - |
| XYZ | 34.96 | 17.61 | 30.83 | - |
| YUV | 90.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 151 | 0 | 0.94 | 0.31 | 0.14 | 319.9 | 0.88 | 0.46 |
| Hex | DB | E | 97 | 0 | 5E | 1F | E | 140 | 58 | 2E |
| Octal | 333 | 16 | 227 | 0 | 136 | 37 | 16 | 500 | 130 | 56 |
| Binary | 11011011 | 1110 | 10010111 | 0 | 1011110 | 11111 | 1110 | 101000000 | 1011000 | 101110 |
Color Harmonies of #DB0E97
Complementary color
Monochromatic Colors of #DB0E97
Black with #DB0E97
Text Example
Text Example
White with #DB0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E97; }
p { color: rgb(219,14,151); }
H1.HeaderClassName
{
color: #DB0E97;
}
.AnyTagClassName
{
color: #DB0E97;
}
</style>
background-color css
<style>
a { background-color: #DB0E97; }
a { background-color: rgb(219,14,151); }
div.DivClassName
{
background-color: #DB0E97;
}
.BgClassName
{
background-color: #DB0E97;
}
</style>
border-color css
<style>
span { border-color: #DB0E97; }
span { border-color: rgb(219,14,151); }
td.TdClassName
{
border-color: #DB0E97;
}
.TagClassName
{
border-color: #DB0E97;
}
</style>