Shades of Medium Violet Red #DB0779
Tints of Medium Violet Red #DB0779
RGB
CMYK
RGB Variations
Color information
#DB0779 (or 0xDB0779) is known color: Medium Violet Red. HEX triplet: DB, 07 and 79. RGB value is (219,7,121). Sum of RGB (Red+Green+Blue) = 219+7+121=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0779 is #24F886. Grayscale: #535353. Windows color (decimal): -2422919 or 7931867. OLE color: 7931867.
HSL color Cylindrical-coordinate representation of color #DB0779: hue angle of 327.74º 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 #DB0779 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.14 |
| HSL | 327.74º | 0.94% | 0.44% | - |
| HSV(B) | 327.74º | 0.97% | 0.86% | - |
| XYZ | 32.74 | 16.59 | 19.57 | - |
| YUV | 83.38 | 149.24 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 121 | 0 | 0.97 | 0.45 | 0.14 | 327.74 | 0.94 | 0.44 |
| Hex | DB | 7 | 79 | 0 | 61 | 2D | E | 148 | 5E | 2C |
| Octal | 333 | 7 | 171 | 0 | 141 | 55 | 16 | 510 | 136 | 54 |
| Binary | 11011011 | 111 | 1111001 | 0 | 1100001 | 101101 | 1110 | 101001000 | 1011110 | 101100 |
Color Harmonies of #DB0779
Complementary color
Monochromatic Colors of #DB0779
Black with #DB0779
Text Example
Text Example
White with #DB0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0779; }
p { color: rgb(219,7,121); }
H1.HeaderClassName
{
color: #DB0779;
}
.AnyTagClassName
{
color: #DB0779;
}
</style>
background-color css
<style>
a { background-color: #DB0779; }
a { background-color: rgb(219,7,121); }
div.DivClassName
{
background-color: #DB0779;
}
.BgClassName
{
background-color: #DB0779;
}
</style>
border-color css
<style>
span { border-color: #DB0779; }
span { border-color: rgb(219,7,121); }
td.TdClassName
{
border-color: #DB0779;
}
.TagClassName
{
border-color: #DB0779;
}
</style>