Shades of Medium Violet Red #DB1594
Tints of Medium Violet Red #DB1594
RGB
CMYK
RGB Variations
Color information
#DB1594 (or 0xDB1594) is known color: Medium Violet Red. HEX triplet: DB, 15 and 94. RGB value is (219,21,148). Sum of RGB (Red+Green+Blue) = 219+21+148=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1594 is #24EA6B. Grayscale: #5E5E5E. Windows color (decimal): -2419308 or 9704923. OLE color: 9704923.
HSL color Cylindrical-coordinate representation of color #DB1594: hue angle of 321.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1594 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 148 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.14 |
| HSL | 321.52º | 0.83% | 0.47% | - |
| HSV(B) | 321.52º | 0.9% | 0.86% | - |
| XYZ | 34.83 | 17.73 | 29.6 | - |
| YUV | 94.68 | 158.1 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 148 | 0 | 0.90 | 0.32 | 0.14 | 321.52 | 0.83 | 0.47 |
| Hex | DB | 15 | 94 | 0 | 5A | 20 | E | 142 | 52 | 2F |
| Octal | 333 | 25 | 224 | 0 | 132 | 40 | 16 | 502 | 122 | 57 |
| Binary | 11011011 | 10101 | 10010100 | 0 | 1011010 | 100000 | 1110 | 101000010 | 1010010 | 101111 |
Color Harmonies of #DB1594
Complementary color
Monochromatic Colors of #DB1594
Black with #DB1594
Text Example
Text Example
White with #DB1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1594; }
p { color: rgb(219,21,148); }
H1.HeaderClassName
{
color: #DB1594;
}
.AnyTagClassName
{
color: #DB1594;
}
</style>
background-color css
<style>
a { background-color: #DB1594; }
a { background-color: rgb(219,21,148); }
div.DivClassName
{
background-color: #DB1594;
}
.BgClassName
{
background-color: #DB1594;
}
</style>
border-color css
<style>
span { border-color: #DB1594; }
span { border-color: rgb(219,21,148); }
td.TdClassName
{
border-color: #DB1594;
}
.TagClassName
{
border-color: #DB1594;
}
</style>