Shades of Medium Violet Red #DB1293
Tints of Medium Violet Red #DB1293
RGB
CMYK
RGB Variations
Color information
#DB1293 (or 0xDB1293) is known color: Medium Violet Red. HEX triplet: DB, 12 and 93. RGB value is (219,18,147). Sum of RGB (Red+Green+Blue) = 219+18+147=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1293 is #24ED6C. Grayscale: #5C5C5C. Windows color (decimal): -2420077 or 9638619. OLE color: 9638619.
HSL color Cylindrical-coordinate representation of color #DB1293: hue angle of 321.49º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1293 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 147 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.14 |
| HSL | 321.49º | 0.85% | 0.46% | - |
| HSV(B) | 321.49º | 0.92% | 0.86% | - |
| XYZ | 34.7 | 17.6 | 29.17 | - |
| YUV | 92.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 147 | 0 | 0.92 | 0.33 | 0.14 | 321.49 | 0.85 | 0.46 |
| Hex | DB | 12 | 93 | 0 | 5C | 21 | E | 141 | 55 | 2E |
| Octal | 333 | 22 | 223 | 0 | 134 | 41 | 16 | 501 | 125 | 56 |
| Binary | 11011011 | 10010 | 10010011 | 0 | 1011100 | 100001 | 1110 | 101000001 | 1010101 | 101110 |
Color Harmonies of #DB1293
Complementary color
Monochromatic Colors of #DB1293
Black with #DB1293
Text Example
Text Example
White with #DB1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1293; }
p { color: rgb(219,18,147); }
H1.HeaderClassName
{
color: #DB1293;
}
.AnyTagClassName
{
color: #DB1293;
}
</style>
background-color css
<style>
a { background-color: #DB1293; }
a { background-color: rgb(219,18,147); }
div.DivClassName
{
background-color: #DB1293;
}
.BgClassName
{
background-color: #DB1293;
}
</style>
border-color css
<style>
span { border-color: #DB1293; }
span { border-color: rgb(219,18,147); }
td.TdClassName
{
border-color: #DB1293;
}
.TagClassName
{
border-color: #DB1293;
}
</style>