Shades of Medium Violet Red #DB1384
Tints of Medium Violet Red #DB1384
RGB
CMYK
RGB Variations
Color information
#DB1384 (or 0xDB1384) is known color: Medium Violet Red. HEX triplet: DB, 13 and 84. RGB value is (219,19,132). Sum of RGB (Red+Green+Blue) = 219+19+132=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1384 is #24EC7B. Grayscale: #5B5B5B. Windows color (decimal): -2419836 or 8655835. OLE color: 8655835.
HSL color Cylindrical-coordinate representation of color #DB1384: hue angle of 326.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1384 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 132 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.14 |
| HSL | 326.1º | 0.84% | 0.47% | - |
| HSV(B) | 326.1º | 0.91% | 0.86% | - |
| XYZ | 33.61 | 17.19 | 23.38 | - |
| YUV | 91.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 132 | 0 | 0.91 | 0.40 | 0.14 | 326.1 | 0.84 | 0.47 |
| Hex | DB | 13 | 84 | 0 | 5B | 28 | E | 146 | 54 | 2F |
| Octal | 333 | 23 | 204 | 0 | 133 | 50 | 16 | 506 | 124 | 57 |
| Binary | 11011011 | 10011 | 10000100 | 0 | 1011011 | 101000 | 1110 | 101000110 | 1010100 | 101111 |
Color Harmonies of #DB1384
Complementary color
Monochromatic Colors of #DB1384
Black with #DB1384
Text Example
Text Example
White with #DB1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1384; }
p { color: rgb(219,19,132); }
H1.HeaderClassName
{
color: #DB1384;
}
.AnyTagClassName
{
color: #DB1384;
}
</style>
background-color css
<style>
a { background-color: #DB1384; }
a { background-color: rgb(219,19,132); }
div.DivClassName
{
background-color: #DB1384;
}
.BgClassName
{
background-color: #DB1384;
}
</style>
border-color css
<style>
span { border-color: #DB1384; }
span { border-color: rgb(219,19,132); }
td.TdClassName
{
border-color: #DB1384;
}
.TagClassName
{
border-color: #DB1384;
}
</style>