Shades of Medium Violet Red #DB1482
Tints of Medium Violet Red #DB1482
RGB
CMYK
RGB Variations
Color information
#DB1482 (or 0xDB1482) is known color: Medium Violet Red. HEX triplet: DB, 14 and 82. RGB value is (219,20,130). Sum of RGB (Red+Green+Blue) = 219+20+130=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1482 is #24EB7D. Grayscale: #5B5B5B. Windows color (decimal): -2419582 or 8525019. OLE color: 8525019.
HSL color Cylindrical-coordinate representation of color #DB1482: hue angle of 326.83º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1482 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.14 |
| HSL | 326.83º | 0.83% | 0.47% | - |
| HSV(B) | 326.83º | 0.91% | 0.86% | - |
| XYZ | 33.49 | 17.17 | 22.67 | - |
| YUV | 92.04 | 149.43 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 130 | 0 | 0.91 | 0.41 | 0.14 | 326.83 | 0.83 | 0.47 |
| Hex | DB | 14 | 82 | 0 | 5B | 29 | E | 147 | 53 | 2F |
| Octal | 333 | 24 | 202 | 0 | 133 | 51 | 16 | 507 | 123 | 57 |
| Binary | 11011011 | 10100 | 10000010 | 0 | 1011011 | 101001 | 1110 | 101000111 | 1010011 | 101111 |
Color Harmonies of #DB1482
Complementary color
Monochromatic Colors of #DB1482
Black with #DB1482
Text Example
Text Example
White with #DB1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1482; }
p { color: rgb(219,20,130); }
H1.HeaderClassName
{
color: #DB1482;
}
.AnyTagClassName
{
color: #DB1482;
}
</style>
background-color css
<style>
a { background-color: #DB1482; }
a { background-color: rgb(219,20,130); }
div.DivClassName
{
background-color: #DB1482;
}
.BgClassName
{
background-color: #DB1482;
}
</style>
border-color css
<style>
span { border-color: #DB1482; }
span { border-color: rgb(219,20,130); }
td.TdClassName
{
border-color: #DB1482;
}
.TagClassName
{
border-color: #DB1482;
}
</style>