Shades of Medium Violet Red #DB1882
Tints of Medium Violet Red #DB1882
RGB
CMYK
RGB Variations
Color information
#DB1882 (or 0xDB1882) is known color: Medium Violet Red. HEX triplet: DB, 18 and 82. RGB value is (219,24,130). Sum of RGB (Red+Green+Blue) = 219+24+130=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1882 is #24E77D. Grayscale: #5E5E5E. Windows color (decimal): -2418558 or 8526043. OLE color: 8526043.
HSL color Cylindrical-coordinate representation of color #DB1882: hue angle of 327.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1882 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 130 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.14 |
| HSL | 327.38º | 0.8% | 0.48% | - |
| HSV(B) | 327.38º | 0.89% | 0.86% | - |
| XYZ | 33.57 | 17.33 | 22.69 | - |
| YUV | 94.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 130 | 0 | 0.89 | 0.41 | 0.14 | 327.38 | 0.8 | 0.48 |
| Hex | DB | 18 | 82 | 0 | 59 | 29 | E | 147 | 50 | 30 |
| Octal | 333 | 30 | 202 | 0 | 131 | 51 | 16 | 507 | 120 | 60 |
| Binary | 11011011 | 11000 | 10000010 | 0 | 1011001 | 101001 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DB1882
Complementary color
Monochromatic Colors of #DB1882
Black with #DB1882
Text Example
Text Example
White with #DB1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1882; }
p { color: rgb(219,24,130); }
H1.HeaderClassName
{
color: #DB1882;
}
.AnyTagClassName
{
color: #DB1882;
}
</style>
background-color css
<style>
a { background-color: #DB1882; }
a { background-color: rgb(219,24,130); }
div.DivClassName
{
background-color: #DB1882;
}
.BgClassName
{
background-color: #DB1882;
}
</style>
border-color css
<style>
span { border-color: #DB1882; }
span { border-color: rgb(219,24,130); }
td.TdClassName
{
border-color: #DB1882;
}
.TagClassName
{
border-color: #DB1882;
}
</style>