Shades of Deep Magenta #DB18E1
Tints of Deep Magenta #DB18E1
RGB
CMYK
RGB Variations
Color information
#DB18E1 (or 0xDB18E1) is known color: Deep Magenta. HEX triplet: DB, 18 and E1. RGB value is (219,24,225). Sum of RGB (Red+Green+Blue) = 219+24+225=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB18E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18E1 is #24E71E. Grayscale: #686868. Windows color (decimal): -2418463 or 14751963. OLE color: 14751963.
HSL color Cylindrical-coordinate representation of color #DB18E1: hue angle of 298.21º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18E1 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 24 | 225 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.12 |
| HSL | 298.21º | 0.81% | 0.49% | - |
| HSV(B) | 298.21º | 0.89% | 0.88% | - |
| XYZ | 43.13 | 21.15 | 73.04 | - |
| YUV | 105.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 225 | 0.03 | 0.89 | 0 | 0.12 | 298.21 | 0.81 | 0.49 |
| Hex | DB | 18 | E1 | 3 | 59 | 0 | C | 12A | 51 | 31 |
| Octal | 333 | 30 | 341 | 3 | 131 | 0 | 14 | 452 | 121 | 61 |
| Binary | 11011011 | 11000 | 11100001 | 11 | 1011001 | 0 | 1100 | 100101010 | 1010001 | 110001 |
Color Harmonies of #DB18E1
Complementary color
Monochromatic Colors of #DB18E1
Black with #DB18E1
Text Example
Text Example
White with #DB18E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18E1; }
p { color: rgb(219,24,225); }
H1.HeaderClassName
{
color: #DB18E1;
}
.AnyTagClassName
{
color: #DB18E1;
}
</style>
background-color css
<style>
a { background-color: #DB18E1; }
a { background-color: rgb(219,24,225); }
div.DivClassName
{
background-color: #DB18E1;
}
.BgClassName
{
background-color: #DB18E1;
}
</style>
border-color css
<style>
span { border-color: #DB18E1; }
span { border-color: rgb(219,24,225); }
td.TdClassName
{
border-color: #DB18E1;
}
.TagClassName
{
border-color: #DB18E1;
}
</style>