Shades of Medium Violet Red #DB0794
Tints of Medium Violet Red #DB0794
RGB
CMYK
RGB Variations
Color information
#DB0794 (or 0xDB0794) is known color: Medium Violet Red. HEX triplet: DB, 07 and 94. RGB value is (219,7,148). Sum of RGB (Red+Green+Blue) = 219+7+148=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0794 is #24F86B. Grayscale: #565656. Windows color (decimal): -2422892 or 9701339. OLE color: 9701339.
HSL color Cylindrical-coordinate representation of color #DB0794: hue angle of 320.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0794 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.14 |
| HSL | 320.09º | 0.94% | 0.44% | - |
| HSV(B) | 320.09º | 0.97% | 0.86% | - |
| XYZ | 34.63 | 17.35 | 29.54 | - |
| YUV | 86.46 | 162.74 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 148 | 0 | 0.97 | 0.32 | 0.14 | 320.09 | 0.94 | 0.44 |
| Hex | DB | 7 | 94 | 0 | 61 | 20 | E | 140 | 5E | 2C |
| Octal | 333 | 7 | 224 | 0 | 141 | 40 | 16 | 500 | 136 | 54 |
| Binary | 11011011 | 111 | 10010100 | 0 | 1100001 | 100000 | 1110 | 101000000 | 1011110 | 101100 |
Color Harmonies of #DB0794
Complementary color
Monochromatic Colors of #DB0794
Black with #DB0794
Text Example
Text Example
White with #DB0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0794; }
p { color: rgb(219,7,148); }
H1.HeaderClassName
{
color: #DB0794;
}
.AnyTagClassName
{
color: #DB0794;
}
</style>
background-color css
<style>
a { background-color: #DB0794; }
a { background-color: rgb(219,7,148); }
div.DivClassName
{
background-color: #DB0794;
}
.BgClassName
{
background-color: #DB0794;
}
</style>
border-color css
<style>
span { border-color: #DB0794; }
span { border-color: rgb(219,7,148); }
td.TdClassName
{
border-color: #DB0794;
}
.TagClassName
{
border-color: #DB0794;
}
</style>