Shades of Medium Violet Red #DB0784
Tints of Medium Violet Red #DB0784
RGB
CMYK
RGB Variations
Color information
#DB0784 (or 0xDB0784) is known color: Medium Violet Red. HEX triplet: DB, 07 and 84. RGB value is (219,7,132). Sum of RGB (Red+Green+Blue) = 219+7+132=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0784 is #24F87B. Grayscale: #545454. Windows color (decimal): -2422908 or 8652763. OLE color: 8652763.
HSL color Cylindrical-coordinate representation of color #DB0784: hue angle of 324.62º 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 #DB0784 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.14 |
| HSL | 324.62º | 0.94% | 0.44% | - |
| HSV(B) | 324.62º | 0.97% | 0.86% | - |
| XYZ | 33.45 | 16.88 | 23.32 | - |
| YUV | 84.64 | 154.74 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 132 | 0 | 0.97 | 0.40 | 0.14 | 324.62 | 0.94 | 0.44 |
| Hex | DB | 7 | 84 | 0 | 61 | 28 | E | 145 | 5E | 2C |
| Octal | 333 | 7 | 204 | 0 | 141 | 50 | 16 | 505 | 136 | 54 |
| Binary | 11011011 | 111 | 10000100 | 0 | 1100001 | 101000 | 1110 | 101000101 | 1011110 | 101100 |
Color Harmonies of #DB0784
Complementary color
Monochromatic Colors of #DB0784
Black with #DB0784
Text Example
Text Example
White with #DB0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0784; }
p { color: rgb(219,7,132); }
H1.HeaderClassName
{
color: #DB0784;
}
.AnyTagClassName
{
color: #DB0784;
}
</style>
background-color css
<style>
a { background-color: #DB0784; }
a { background-color: rgb(219,7,132); }
div.DivClassName
{
background-color: #DB0784;
}
.BgClassName
{
background-color: #DB0784;
}
</style>
border-color css
<style>
span { border-color: #DB0784; }
span { border-color: rgb(219,7,132); }
td.TdClassName
{
border-color: #DB0784;
}
.TagClassName
{
border-color: #DB0784;
}
</style>