Shades of Medium Violet Red #DB1182
Tints of Medium Violet Red #DB1182
RGB
CMYK
RGB Variations
Color information
#DB1182 (or 0xDB1182) is known color: Medium Violet Red. HEX triplet: DB, 11 and 82. RGB value is (219,17,130). Sum of RGB (Red+Green+Blue) = 219+17+130=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1182 is #24EE7D. Grayscale: #5A5A5A. Windows color (decimal): -2420350 or 8524251. OLE color: 8524251.
HSL color Cylindrical-coordinate representation of color #DB1182: hue angle of 326.44º degrees, saturation: 0.86, 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 #DB1182 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 130 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.14 |
| HSL | 326.44º | 0.86% | 0.46% | - |
| HSV(B) | 326.44º | 0.92% | 0.86% | - |
| XYZ | 33.44 | 17.07 | 22.65 | - |
| YUV | 90.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 130 | 0 | 0.92 | 0.41 | 0.14 | 326.44 | 0.86 | 0.46 |
| Hex | DB | 11 | 82 | 0 | 5C | 29 | E | 146 | 56 | 2E |
| Octal | 333 | 21 | 202 | 0 | 134 | 51 | 16 | 506 | 126 | 56 |
| Binary | 11011011 | 10001 | 10000010 | 0 | 1011100 | 101001 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DB1182
Complementary color
Monochromatic Colors of #DB1182
Black with #DB1182
Text Example
Text Example
White with #DB1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1182; }
p { color: rgb(219,17,130); }
H1.HeaderClassName
{
color: #DB1182;
}
.AnyTagClassName
{
color: #DB1182;
}
</style>
background-color css
<style>
a { background-color: #DB1182; }
a { background-color: rgb(219,17,130); }
div.DivClassName
{
background-color: #DB1182;
}
.BgClassName
{
background-color: #DB1182;
}
</style>
border-color css
<style>
span { border-color: #DB1182; }
span { border-color: rgb(219,17,130); }
td.TdClassName
{
border-color: #DB1182;
}
.TagClassName
{
border-color: #DB1182;
}
</style>