Shades of Medium Violet Red #DB0994
Tints of Medium Violet Red #DB0994
RGB
CMYK
RGB Variations
Color information
#DB0994 (or 0xDB0994) is known color: Medium Violet Red. HEX triplet: DB, 09 and 94. RGB value is (219,9,148). Sum of RGB (Red+Green+Blue) = 219+9+148=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0994 is #24F66B. Grayscale: #575757. Windows color (decimal): -2422380 or 9701851. OLE color: 9701851.
HSL color Cylindrical-coordinate representation of color #DB0994: hue angle of 320.29º 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 #DB0994 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 148 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.14 |
| HSL | 320.29º | 0.92% | 0.45% | - |
| HSV(B) | 320.29º | 0.96% | 0.86% | - |
| XYZ | 34.66 | 17.39 | 29.55 | - |
| YUV | 87.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 148 | 0 | 0.96 | 0.32 | 0.14 | 320.29 | 0.92 | 0.45 |
| Hex | DB | 9 | 94 | 0 | 60 | 20 | E | 140 | 5C | 2D |
| Octal | 333 | 11 | 224 | 0 | 140 | 40 | 16 | 500 | 134 | 55 |
| Binary | 11011011 | 1001 | 10010100 | 0 | 1100000 | 100000 | 1110 | 101000000 | 1011100 | 101101 |
Color Harmonies of #DB0994
Complementary color
Monochromatic Colors of #DB0994
Black with #DB0994
Text Example
Text Example
White with #DB0994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0994; }
p { color: rgb(219,9,148); }
H1.HeaderClassName
{
color: #DB0994;
}
.AnyTagClassName
{
color: #DB0994;
}
</style>
background-color css
<style>
a { background-color: #DB0994; }
a { background-color: rgb(219,9,148); }
div.DivClassName
{
background-color: #DB0994;
}
.BgClassName
{
background-color: #DB0994;
}
</style>
border-color css
<style>
span { border-color: #DB0994; }
span { border-color: rgb(219,9,148); }
td.TdClassName
{
border-color: #DB0994;
}
.TagClassName
{
border-color: #DB0994;
}
</style>