Shades of Medium Violet Red #DB1699
Tints of Medium Violet Red #DB1699
RGB
CMYK
RGB Variations
Color information
#DB1699 (or 0xDB1699) is known color: Medium Violet Red. HEX triplet: DB, 16 and 99. RGB value is (219,22,153). Sum of RGB (Red+Green+Blue) = 219+22+153=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1699 is #24E966. Grayscale: #5F5F5F. Windows color (decimal): -2419047 or 10032859. OLE color: 10032859.
HSL color Cylindrical-coordinate representation of color #DB1699: hue angle of 320.1º 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 #DB1699 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.14 |
| HSL | 320.1º | 0.82% | 0.47% | - |
| HSV(B) | 320.1º | 0.9% | 0.86% | - |
| XYZ | 35.25 | 17.93 | 31.74 | - |
| YUV | 95.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 153 | 0 | 0.90 | 0.30 | 0.14 | 320.1 | 0.82 | 0.47 |
| Hex | DB | 16 | 99 | 0 | 5A | 1E | E | 140 | 52 | 2F |
| Octal | 333 | 26 | 231 | 0 | 132 | 36 | 16 | 500 | 122 | 57 |
| Binary | 11011011 | 10110 | 10011001 | 0 | 1011010 | 11110 | 1110 | 101000000 | 1010010 | 101111 |
Color Harmonies of #DB1699
Complementary color
Monochromatic Colors of #DB1699
Black with #DB1699
Text Example
Text Example
White with #DB1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1699; }
p { color: rgb(219,22,153); }
H1.HeaderClassName
{
color: #DB1699;
}
.AnyTagClassName
{
color: #DB1699;
}
</style>
background-color css
<style>
a { background-color: #DB1699; }
a { background-color: rgb(219,22,153); }
div.DivClassName
{
background-color: #DB1699;
}
.BgClassName
{
background-color: #DB1699;
}
</style>
border-color css
<style>
span { border-color: #DB1699; }
span { border-color: rgb(219,22,153); }
td.TdClassName
{
border-color: #DB1699;
}
.TagClassName
{
border-color: #DB1699;
}
</style>