Shades of Deep Magenta #DB0FE2
Tints of Deep Magenta #DB0FE2
RGB
CMYK
RGB Variations
Color information
#DB0FE2 (or 0xDB0FE2) is known color: Deep Magenta. HEX triplet: DB, 0F and E2. RGB value is (219,15,226). Sum of RGB (Red+Green+Blue) = 219+15+226=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB0FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FE2 is #24F01D. Grayscale: #636363. Windows color (decimal): -2420766 or 14815195. OLE color: 14815195.
HSL color Cylindrical-coordinate representation of color #DB0FE2: hue angle of 298.01º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FE2 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 15 | 226 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.11 |
| HSL | 298.01º | 0.88% | 0.47% | - |
| HSV(B) | 298.01º | 0.93% | 0.89% | - |
| XYZ | 43.11 | 20.89 | 73.71 | - |
| YUV | 100.05 | 199.09 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 226 | 0.03 | 0.93 | 0 | 0.11 | 298.01 | 0.88 | 0.47 |
| Hex | DB | F | E2 | 3 | 5D | 0 | B | 12A | 58 | 2F |
| Octal | 333 | 17 | 342 | 3 | 135 | 0 | 13 | 452 | 130 | 57 |
| Binary | 11011011 | 1111 | 11100010 | 11 | 1011101 | 0 | 1011 | 100101010 | 1011000 | 101111 |
Color Harmonies of #DB0FE2
Complementary color
Monochromatic Colors of #DB0FE2
Black with #DB0FE2
Text Example
Text Example
White with #DB0FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FE2; }
p { color: rgb(219,15,226); }
H1.HeaderClassName
{
color: #DB0FE2;
}
.AnyTagClassName
{
color: #DB0FE2;
}
</style>
background-color css
<style>
a { background-color: #DB0FE2; }
a { background-color: rgb(219,15,226); }
div.DivClassName
{
background-color: #DB0FE2;
}
.BgClassName
{
background-color: #DB0FE2;
}
</style>
border-color css
<style>
span { border-color: #DB0FE2; }
span { border-color: rgb(219,15,226); }
td.TdClassName
{
border-color: #DB0FE2;
}
.TagClassName
{
border-color: #DB0FE2;
}
</style>