Shades of Medium Violet Red #DB1C92
Tints of Medium Violet Red #DB1C92
RGB
CMYK
RGB Variations
Color information
#DB1C92 (or 0xDB1C92) is known color: Medium Violet Red. HEX triplet: DB, 1C and 92. RGB value is (219,28,146). Sum of RGB (Red+Green+Blue) = 219+28+146=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C92 is #24E36D. Grayscale: #626262. Windows color (decimal): -2417518 or 9575643. OLE color: 9575643.
HSL color Cylindrical-coordinate representation of color #DB1C92: hue angle of 322.93º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C92 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 146 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.14 |
| HSL | 322.93º | 0.77% | 0.48% | - |
| HSV(B) | 322.93º | 0.87% | 0.86% | - |
| XYZ | 34.82 | 17.97 | 28.83 | - |
| YUV | 98.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 146 | 0 | 0.87 | 0.33 | 0.14 | 322.93 | 0.77 | 0.48 |
| Hex | DB | 1C | 92 | 0 | 57 | 21 | E | 143 | 4D | 30 |
| Octal | 333 | 34 | 222 | 0 | 127 | 41 | 16 | 503 | 115 | 60 |
| Binary | 11011011 | 11100 | 10010010 | 0 | 1010111 | 100001 | 1110 | 101000011 | 1001101 | 110000 |
Color Harmonies of #DB1C92
Complementary color
Monochromatic Colors of #DB1C92
Black with #DB1C92
Text Example
Text Example
White with #DB1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C92; }
p { color: rgb(219,28,146); }
H1.HeaderClassName
{
color: #DB1C92;
}
.AnyTagClassName
{
color: #DB1C92;
}
</style>
background-color css
<style>
a { background-color: #DB1C92; }
a { background-color: rgb(219,28,146); }
div.DivClassName
{
background-color: #DB1C92;
}
.BgClassName
{
background-color: #DB1C92;
}
</style>
border-color css
<style>
span { border-color: #DB1C92; }
span { border-color: rgb(219,28,146); }
td.TdClassName
{
border-color: #DB1C92;
}
.TagClassName
{
border-color: #DB1C92;
}
</style>