Shades of Deep Magenta #DB1DE2
Tints of Deep Magenta #DB1DE2
RGB
CMYK
RGB Variations
Color information
#DB1DE2 (or 0xDB1DE2) is known color: Deep Magenta. HEX triplet: DB, 1D and E2. RGB value is (219,29,226). Sum of RGB (Red+Green+Blue) = 219+29+226=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB1DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DE2 is #24E21D. Grayscale: #6B6B6B. Windows color (decimal): -2417182 or 14818779. OLE color: 14818779.
HSL color Cylindrical-coordinate representation of color #DB1DE2: hue angle of 297.87º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DE2 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 29 | 226 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.11 |
| HSL | 297.87º | 0.77% | 0.5% | - |
| HSV(B) | 297.87º | 0.87% | 0.89% | - |
| XYZ | 43.38 | 21.43 | 73.8 | - |
| YUV | 108.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 226 | 0.03 | 0.87 | 0 | 0.11 | 297.87 | 0.77 | 0.5 |
| Hex | DB | 1D | E2 | 3 | 57 | 0 | B | 12A | 4D | 32 |
| Octal | 333 | 35 | 342 | 3 | 127 | 0 | 13 | 452 | 115 | 62 |
| Binary | 11011011 | 11101 | 11100010 | 11 | 1010111 | 0 | 1011 | 100101010 | 1001101 | 110010 |
Color Harmonies of #DB1DE2
Complementary color
Monochromatic Colors of #DB1DE2
Black with #DB1DE2
Text Example
Text Example
White with #DB1DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DE2; }
p { color: rgb(219,29,226); }
H1.HeaderClassName
{
color: #DB1DE2;
}
.AnyTagClassName
{
color: #DB1DE2;
}
</style>
background-color css
<style>
a { background-color: #DB1DE2; }
a { background-color: rgb(219,29,226); }
div.DivClassName
{
background-color: #DB1DE2;
}
.BgClassName
{
background-color: #DB1DE2;
}
</style>
border-color css
<style>
span { border-color: #DB1DE2; }
span { border-color: rgb(219,29,226); }
td.TdClassName
{
border-color: #DB1DE2;
}
.TagClassName
{
border-color: #DB1DE2;
}
</style>