Shades of Medium Violet Red #DB1294
Tints of Medium Violet Red #DB1294
RGB
CMYK
RGB Variations
Color information
#DB1294 (or 0xDB1294) is known color: Medium Violet Red. HEX triplet: DB, 12 and 94. RGB value is (219,18,148). Sum of RGB (Red+Green+Blue) = 219+18+148=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1294 is #24ED6B. Grayscale: #5C5C5C. Windows color (decimal): -2420076 or 9704155. OLE color: 9704155.
HSL color Cylindrical-coordinate representation of color #DB1294: hue angle of 321.19º 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 #DB1294 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 148 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.14 |
| HSL | 321.19º | 0.85% | 0.46% | - |
| HSV(B) | 321.19º | 0.92% | 0.86% | - |
| XYZ | 34.78 | 17.63 | 29.59 | - |
| YUV | 92.92 | 159.09 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 148 | 0 | 0.92 | 0.32 | 0.14 | 321.19 | 0.85 | 0.46 |
| Hex | DB | 12 | 94 | 0 | 5C | 20 | E | 141 | 55 | 2E |
| Octal | 333 | 22 | 224 | 0 | 134 | 40 | 16 | 501 | 125 | 56 |
| Binary | 11011011 | 10010 | 10010100 | 0 | 1011100 | 100000 | 1110 | 101000001 | 1010101 | 101110 |
Color Harmonies of #DB1294
Complementary color
Monochromatic Colors of #DB1294
Black with #DB1294
Text Example
Text Example
White with #DB1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1294; }
p { color: rgb(219,18,148); }
H1.HeaderClassName
{
color: #DB1294;
}
.AnyTagClassName
{
color: #DB1294;
}
</style>
background-color css
<style>
a { background-color: #DB1294; }
a { background-color: rgb(219,18,148); }
div.DivClassName
{
background-color: #DB1294;
}
.BgClassName
{
background-color: #DB1294;
}
</style>
border-color css
<style>
span { border-color: #DB1294; }
span { border-color: rgb(219,18,148); }
td.TdClassName
{
border-color: #DB1294;
}
.TagClassName
{
border-color: #DB1294;
}
</style>