Shades of Medium Violet Red #DB1499
Tints of Medium Violet Red #DB1499
RGB
CMYK
RGB Variations
Color information
#DB1499 (or 0xDB1499) is known color: Medium Violet Red. HEX triplet: DB, 14 and 99. RGB value is (219,20,153). Sum of RGB (Red+Green+Blue) = 219+20+153=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1499 is #24EB66. Grayscale: #5E5E5E. Windows color (decimal): -2419559 or 10032347. OLE color: 10032347.
HSL color Cylindrical-coordinate representation of color #DB1499: hue angle of 319.9º degrees, saturation: 0.83, 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 #DB1499 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 153 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.14 |
| HSL | 319.9º | 0.83% | 0.47% | - |
| HSV(B) | 319.9º | 0.91% | 0.86% | - |
| XYZ | 35.21 | 17.86 | 31.73 | - |
| YUV | 94.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 153 | 0 | 0.91 | 0.30 | 0.14 | 319.9 | 0.83 | 0.47 |
| Hex | DB | 14 | 99 | 0 | 5B | 1E | E | 140 | 53 | 2F |
| Octal | 333 | 24 | 231 | 0 | 133 | 36 | 16 | 500 | 123 | 57 |
| Binary | 11011011 | 10100 | 10011001 | 0 | 1011011 | 11110 | 1110 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DB1499
Complementary color
Monochromatic Colors of #DB1499
Black with #DB1499
Text Example
Text Example
White with #DB1499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1499; }
p { color: rgb(219,20,153); }
H1.HeaderClassName
{
color: #DB1499;
}
.AnyTagClassName
{
color: #DB1499;
}
</style>
background-color css
<style>
a { background-color: #DB1499; }
a { background-color: rgb(219,20,153); }
div.DivClassName
{
background-color: #DB1499;
}
.BgClassName
{
background-color: #DB1499;
}
</style>
border-color css
<style>
span { border-color: #DB1499; }
span { border-color: rgb(219,20,153); }
td.TdClassName
{
border-color: #DB1499;
}
.TagClassName
{
border-color: #DB1499;
}
</style>