Shades of Deep Magenta #DB1BE2
Tints of Deep Magenta #DB1BE2
RGB
CMYK
RGB Variations
Color information
#DB1BE2 (or 0xDB1BE2) is known color: Deep Magenta. HEX triplet: DB, 1B and E2. RGB value is (219,27,226). Sum of RGB (Red+Green+Blue) = 219+27+226=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB1BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BE2 is #24E41D. Grayscale: #6A6A6A. Windows color (decimal): -2417694 or 14818267. OLE color: 14818267.
HSL color Cylindrical-coordinate representation of color #DB1BE2: hue angle of 297.89º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BE2 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 27 | 226 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.11 |
| HSL | 297.89º | 0.79% | 0.5% | - |
| HSV(B) | 297.89º | 0.88% | 0.89% | - |
| XYZ | 43.33 | 21.33 | 73.79 | - |
| YUV | 107.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 226 | 0.03 | 0.88 | 0 | 0.11 | 297.89 | 0.79 | 0.5 |
| Hex | DB | 1B | E2 | 3 | 58 | 0 | B | 12A | 4F | 32 |
| Octal | 333 | 33 | 342 | 3 | 130 | 0 | 13 | 452 | 117 | 62 |
| Binary | 11011011 | 11011 | 11100010 | 11 | 1011000 | 0 | 1011 | 100101010 | 1001111 | 110010 |
Color Harmonies of #DB1BE2
Complementary color
Monochromatic Colors of #DB1BE2
Black with #DB1BE2
Text Example
Text Example
White with #DB1BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BE2; }
p { color: rgb(219,27,226); }
H1.HeaderClassName
{
color: #DB1BE2;
}
.AnyTagClassName
{
color: #DB1BE2;
}
</style>
background-color css
<style>
a { background-color: #DB1BE2; }
a { background-color: rgb(219,27,226); }
div.DivClassName
{
background-color: #DB1BE2;
}
.BgClassName
{
background-color: #DB1BE2;
}
</style>
border-color css
<style>
span { border-color: #DB1BE2; }
span { border-color: rgb(219,27,226); }
td.TdClassName
{
border-color: #DB1BE2;
}
.TagClassName
{
border-color: #DB1BE2;
}
</style>