Shades of Deep Magenta #DB1AE3
Tints of Deep Magenta #DB1AE3
RGB
CMYK
RGB Variations
Color information
#DB1AE3 (or 0xDB1AE3) is known color: Deep Magenta. HEX triplet: DB, 1A and E3. RGB value is (219,26,227). Sum of RGB (Red+Green+Blue) = 219+26+227=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB1AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AE3 is #24E51C. Grayscale: #6A6A6A. Windows color (decimal): -2417949 or 14883547. OLE color: 14883547.
HSL color Cylindrical-coordinate representation of color #DB1AE3: hue angle of 297.61º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1AE3 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 26 | 227 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.11 |
| HSL | 297.61º | 0.79% | 0.5% | - |
| HSV(B) | 297.61º | 0.89% | 0.89% | - |
| XYZ | 43.45 | 21.34 | 74.5 | - |
| YUV | 106.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 227 | 0.04 | 0.89 | 0 | 0.11 | 297.61 | 0.79 | 0.5 |
| Hex | DB | 1A | E3 | 4 | 59 | 0 | B | 12A | 4F | 32 |
| Octal | 333 | 32 | 343 | 4 | 131 | 0 | 13 | 452 | 117 | 62 |
| Binary | 11011011 | 11010 | 11100011 | 100 | 1011001 | 0 | 1011 | 100101010 | 1001111 | 110010 |
Color Harmonies of #DB1AE3
Complementary color
Monochromatic Colors of #DB1AE3
Black with #DB1AE3
Text Example
Text Example
White with #DB1AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AE3; }
p { color: rgb(219,26,227); }
H1.HeaderClassName
{
color: #DB1AE3;
}
.AnyTagClassName
{
color: #DB1AE3;
}
</style>
background-color css
<style>
a { background-color: #DB1AE3; }
a { background-color: rgb(219,26,227); }
div.DivClassName
{
background-color: #DB1AE3;
}
.BgClassName
{
background-color: #DB1AE3;
}
</style>
border-color css
<style>
span { border-color: #DB1AE3; }
span { border-color: rgb(219,26,227); }
td.TdClassName
{
border-color: #DB1AE3;
}
.TagClassName
{
border-color: #DB1AE3;
}
</style>