Shades of Deep Magenta #DB1AE2
Tints of Deep Magenta #DB1AE2
RGB
CMYK
RGB Variations
Color information
#DB1AE2 (or 0xDB1AE2) is known color: Deep Magenta. HEX triplet: DB, 1A and E2. RGB value is (219,26,226). Sum of RGB (Red+Green+Blue) = 219+26+226=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB1AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AE2 is #24E51D. Grayscale: #696969. Windows color (decimal): -2417950 or 14818011. OLE color: 14818011.
HSL color Cylindrical-coordinate representation of color #DB1AE2: hue angle of 297.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AE2 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 26 | 226 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.11 |
| HSL | 297.9º | 0.79% | 0.49% | - |
| HSV(B) | 297.9º | 0.88% | 0.89% | - |
| XYZ | 43.31 | 21.29 | 73.78 | - |
| YUV | 106.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 226 | 0.03 | 0.88 | 0 | 0.11 | 297.9 | 0.79 | 0.49 |
| Hex | DB | 1A | E2 | 3 | 58 | 0 | B | 12A | 4F | 31 |
| Octal | 333 | 32 | 342 | 3 | 130 | 0 | 13 | 452 | 117 | 61 |
| Binary | 11011011 | 11010 | 11100010 | 11 | 1011000 | 0 | 1011 | 100101010 | 1001111 | 110001 |
Color Harmonies of #DB1AE2
Complementary color
Monochromatic Colors of #DB1AE2
Black with #DB1AE2
Text Example
Text Example
White with #DB1AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AE2; }
p { color: rgb(219,26,226); }
H1.HeaderClassName
{
color: #DB1AE2;
}
.AnyTagClassName
{
color: #DB1AE2;
}
</style>
background-color css
<style>
a { background-color: #DB1AE2; }
a { background-color: rgb(219,26,226); }
div.DivClassName
{
background-color: #DB1AE2;
}
.BgClassName
{
background-color: #DB1AE2;
}
</style>
border-color css
<style>
span { border-color: #DB1AE2; }
span { border-color: rgb(219,26,226); }
td.TdClassName
{
border-color: #DB1AE2;
}
.TagClassName
{
border-color: #DB1AE2;
}
</style>