Shades of Medium Violet Red #DB1082
Tints of Medium Violet Red #DB1082
RGB
CMYK
RGB Variations
Color information
#DB1082 (or 0xDB1082) is known color: Medium Violet Red. HEX triplet: DB, 10 and 82. RGB value is (219,16,130). Sum of RGB (Red+Green+Blue) = 219+16+130=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1082 is #24EF7D. Grayscale: #595959. Windows color (decimal): -2420606 or 8523995. OLE color: 8523995.
HSL color Cylindrical-coordinate representation of color #DB1082: hue angle of 326.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1082 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 130 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.14 |
| HSL | 326.31º | 0.86% | 0.46% | - |
| HSV(B) | 326.31º | 0.93% | 0.86% | - |
| XYZ | 33.43 | 17.04 | 22.65 | - |
| YUV | 89.69 | 150.75 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 130 | 0 | 0.93 | 0.41 | 0.14 | 326.31 | 0.86 | 0.46 |
| Hex | DB | 10 | 82 | 0 | 5D | 29 | E | 146 | 56 | 2E |
| Octal | 333 | 20 | 202 | 0 | 135 | 51 | 16 | 506 | 126 | 56 |
| Binary | 11011011 | 10000 | 10000010 | 0 | 1011101 | 101001 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DB1082
Complementary color
Monochromatic Colors of #DB1082
Black with #DB1082
Text Example
Text Example
White with #DB1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1082; }
p { color: rgb(219,16,130); }
H1.HeaderClassName
{
color: #DB1082;
}
.AnyTagClassName
{
color: #DB1082;
}
</style>
background-color css
<style>
a { background-color: #DB1082; }
a { background-color: rgb(219,16,130); }
div.DivClassName
{
background-color: #DB1082;
}
.BgClassName
{
background-color: #DB1082;
}
</style>
border-color css
<style>
span { border-color: #DB1082; }
span { border-color: rgb(219,16,130); }
td.TdClassName
{
border-color: #DB1082;
}
.TagClassName
{
border-color: #DB1082;
}
</style>