Shades of Medium Violet Red #DB0990
Tints of Medium Violet Red #DB0990
RGB
CMYK
RGB Variations
Color information
#DB0990 (or 0xDB0990) is known color: Medium Violet Red. HEX triplet: DB, 09 and 90. RGB value is (219,9,144). Sum of RGB (Red+Green+Blue) = 219+9+144=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0990 is #24F66F. Grayscale: #565656. Windows color (decimal): -2422384 or 9439707. OLE color: 9439707.
HSL color Cylindrical-coordinate representation of color #DB0990: hue angle of 321.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0990 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.14 |
| HSL | 321.43º | 0.92% | 0.45% | - |
| HSV(B) | 321.43º | 0.96% | 0.86% | - |
| XYZ | 34.35 | 17.27 | 27.91 | - |
| YUV | 87.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 144 | 0 | 0.96 | 0.34 | 0.14 | 321.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 90 | 0 | 60 | 22 | E | 141 | 5C | 2D |
| Octal | 333 | 11 | 220 | 0 | 140 | 42 | 16 | 501 | 134 | 55 |
| Binary | 11011011 | 1001 | 10010000 | 0 | 1100000 | 100010 | 1110 | 101000001 | 1011100 | 101101 |
Color Harmonies of #DB0990
Complementary color
Monochromatic Colors of #DB0990
Black with #DB0990
Text Example
Text Example
White with #DB0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0990; }
p { color: rgb(219,9,144); }
H1.HeaderClassName
{
color: #DB0990;
}
.AnyTagClassName
{
color: #DB0990;
}
</style>
background-color css
<style>
a { background-color: #DB0990; }
a { background-color: rgb(219,9,144); }
div.DivClassName
{
background-color: #DB0990;
}
.BgClassName
{
background-color: #DB0990;
}
</style>
border-color css
<style>
span { border-color: #DB0990; }
span { border-color: rgb(219,9,144); }
td.TdClassName
{
border-color: #DB0990;
}
.TagClassName
{
border-color: #DB0990;
}
</style>