Shades of Medium Violet Red #DB1884
Tints of Medium Violet Red #DB1884
RGB
CMYK
RGB Variations
Color information
#DB1884 (or 0xDB1884) is known color: Medium Violet Red. HEX triplet: DB, 18 and 84. RGB value is (219,24,132). Sum of RGB (Red+Green+Blue) = 219+24+132=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1884 is #24E77B. Grayscale: #5E5E5E. Windows color (decimal): -2418556 or 8657115. OLE color: 8657115.
HSL color Cylindrical-coordinate representation of color #DB1884: hue angle of 326.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1884 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 132 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.14 |
| HSL | 326.77º | 0.8% | 0.48% | - |
| HSV(B) | 326.77º | 0.89% | 0.86% | - |
| XYZ | 33.7 | 17.38 | 23.41 | - |
| YUV | 94.62 | 149.1 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 132 | 0 | 0.89 | 0.40 | 0.14 | 326.77 | 0.8 | 0.48 |
| Hex | DB | 18 | 84 | 0 | 59 | 28 | E | 147 | 50 | 30 |
| Octal | 333 | 30 | 204 | 0 | 131 | 50 | 16 | 507 | 120 | 60 |
| Binary | 11011011 | 11000 | 10000100 | 0 | 1011001 | 101000 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DB1884
Complementary color
Monochromatic Colors of #DB1884
Black with #DB1884
Text Example
Text Example
White with #DB1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1884; }
p { color: rgb(219,24,132); }
H1.HeaderClassName
{
color: #DB1884;
}
.AnyTagClassName
{
color: #DB1884;
}
</style>
background-color css
<style>
a { background-color: #DB1884; }
a { background-color: rgb(219,24,132); }
div.DivClassName
{
background-color: #DB1884;
}
.BgClassName
{
background-color: #DB1884;
}
</style>
border-color css
<style>
span { border-color: #DB1884; }
span { border-color: rgb(219,24,132); }
td.TdClassName
{
border-color: #DB1884;
}
.TagClassName
{
border-color: #DB1884;
}
</style>