Shades of Medium Violet Red #DB1292
Tints of Medium Violet Red #DB1292
RGB
CMYK
RGB Variations
Color information
#DB1292 (or 0xDB1292) is known color: Medium Violet Red. HEX triplet: DB, 12 and 92. RGB value is (219,18,146). Sum of RGB (Red+Green+Blue) = 219+18+146=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1292 is #24ED6D. Grayscale: #5C5C5C. Windows color (decimal): -2420078 or 9573083. OLE color: 9573083.
HSL color Cylindrical-coordinate representation of color #DB1292: hue angle of 321.79º 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 #DB1292 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 146 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.14 |
| HSL | 321.79º | 0.85% | 0.46% | - |
| HSV(B) | 321.79º | 0.92% | 0.86% | - |
| XYZ | 34.62 | 17.57 | 28.76 | - |
| YUV | 92.69 | 158.09 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 146 | 0 | 0.92 | 0.33 | 0.14 | 321.79 | 0.85 | 0.46 |
| Hex | DB | 12 | 92 | 0 | 5C | 21 | E | 142 | 55 | 2E |
| Octal | 333 | 22 | 222 | 0 | 134 | 41 | 16 | 502 | 125 | 56 |
| Binary | 11011011 | 10010 | 10010010 | 0 | 1011100 | 100001 | 1110 | 101000010 | 1010101 | 101110 |
Color Harmonies of #DB1292
Complementary color
Monochromatic Colors of #DB1292
Black with #DB1292
Text Example
Text Example
White with #DB1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1292; }
p { color: rgb(219,18,146); }
H1.HeaderClassName
{
color: #DB1292;
}
.AnyTagClassName
{
color: #DB1292;
}
</style>
background-color css
<style>
a { background-color: #DB1292; }
a { background-color: rgb(219,18,146); }
div.DivClassName
{
background-color: #DB1292;
}
.BgClassName
{
background-color: #DB1292;
}
</style>
border-color css
<style>
span { border-color: #DB1292; }
span { border-color: rgb(219,18,146); }
td.TdClassName
{
border-color: #DB1292;
}
.TagClassName
{
border-color: #DB1292;
}
</style>