Shades of Medium Violet Red #DB0484
Tints of Medium Violet Red #DB0484
RGB
CMYK
RGB Variations
Color information
#DB0484 (or 0xDB0484) is known color: Medium Violet Red. HEX triplet: DB, 04 and 84. RGB value is (219,4,132). Sum of RGB (Red+Green+Blue) = 219+4+132=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0484 is #24FB7B. Grayscale: #525252. Windows color (decimal): -2423676 or 8651995. OLE color: 8651995.
HSL color Cylindrical-coordinate representation of color #DB0484: hue angle of 324.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0484 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.14 |
| HSL | 324.28º | 0.96% | 0.44% | - |
| HSV(B) | 324.28º | 0.98% | 0.86% | - |
| XYZ | 33.42 | 16.81 | 23.31 | - |
| YUV | 82.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 132 | 0 | 0.98 | 0.40 | 0.14 | 324.28 | 0.96 | 0.44 |
| Hex | DB | 4 | 84 | 0 | 62 | 28 | E | 144 | 60 | 2C |
| Octal | 333 | 4 | 204 | 0 | 142 | 50 | 16 | 504 | 140 | 54 |
| Binary | 11011011 | 100 | 10000100 | 0 | 1100010 | 101000 | 1110 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DB0484
Complementary color
Monochromatic Colors of #DB0484
Black with #DB0484
Text Example
Text Example
White with #DB0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0484; }
p { color: rgb(219,4,132); }
H1.HeaderClassName
{
color: #DB0484;
}
.AnyTagClassName
{
color: #DB0484;
}
</style>
background-color css
<style>
a { background-color: #DB0484; }
a { background-color: rgb(219,4,132); }
div.DivClassName
{
background-color: #DB0484;
}
.BgClassName
{
background-color: #DB0484;
}
</style>
border-color css
<style>
span { border-color: #DB0484; }
span { border-color: rgb(219,4,132); }
td.TdClassName
{
border-color: #DB0484;
}
.TagClassName
{
border-color: #DB0484;
}
</style>