Shades of Medium Violet Red #DB1282
Tints of Medium Violet Red #DB1282
RGB
CMYK
RGB Variations
Color information
#DB1282 (or 0xDB1282) is known color: Medium Violet Red. HEX triplet: DB, 12 and 82. RGB value is (219,18,130). Sum of RGB (Red+Green+Blue) = 219+18+130=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1282 is #24ED7D. Grayscale: #5A5A5A. Windows color (decimal): -2420094 or 8524507. OLE color: 8524507.
HSL color Cylindrical-coordinate representation of color #DB1282: hue angle of 326.57º 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 #DB1282 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 130 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.14 |
| HSL | 326.57º | 0.85% | 0.46% | - |
| HSV(B) | 326.57º | 0.92% | 0.86% | - |
| XYZ | 33.46 | 17.1 | 22.66 | - |
| YUV | 90.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 130 | 0 | 0.92 | 0.41 | 0.14 | 326.57 | 0.85 | 0.46 |
| Hex | DB | 12 | 82 | 0 | 5C | 29 | E | 147 | 55 | 2E |
| Octal | 333 | 22 | 202 | 0 | 134 | 51 | 16 | 507 | 125 | 56 |
| Binary | 11011011 | 10010 | 10000010 | 0 | 1011100 | 101001 | 1110 | 101000111 | 1010101 | 101110 |
Color Harmonies of #DB1282
Complementary color
Monochromatic Colors of #DB1282
Black with #DB1282
Text Example
Text Example
White with #DB1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1282; }
p { color: rgb(219,18,130); }
H1.HeaderClassName
{
color: #DB1282;
}
.AnyTagClassName
{
color: #DB1282;
}
</style>
background-color css
<style>
a { background-color: #DB1282; }
a { background-color: rgb(219,18,130); }
div.DivClassName
{
background-color: #DB1282;
}
.BgClassName
{
background-color: #DB1282;
}
</style>
border-color css
<style>
span { border-color: #DB1282; }
span { border-color: rgb(219,18,130); }
td.TdClassName
{
border-color: #DB1282;
}
.TagClassName
{
border-color: #DB1282;
}
</style>