Shades of Deep Magenta #DB0FE1
Tints of Deep Magenta #DB0FE1
RGB
CMYK
RGB Variations
Color information
#DB0FE1 (or 0xDB0FE1) is known color: Deep Magenta. HEX triplet: DB, 0F and E1. RGB value is (219,15,225). Sum of RGB (Red+Green+Blue) = 219+15+225=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB0FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FE1 is #24F01E. Grayscale: #636363. Windows color (decimal): -2420767 or 14749659. OLE color: 14749659.
HSL color Cylindrical-coordinate representation of color #DB0FE1: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FE1 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 15 | 225 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.12 |
| HSL | 298.29º | 0.88% | 0.47% | - |
| HSV(B) | 298.29º | 0.93% | 0.88% | - |
| XYZ | 42.97 | 20.84 | 72.99 | - |
| YUV | 99.94 | 198.59 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 225 | 0.03 | 0.93 | 0 | 0.12 | 298.29 | 0.88 | 0.47 |
| Hex | DB | F | E1 | 3 | 5D | 0 | C | 12A | 58 | 2F |
| Octal | 333 | 17 | 341 | 3 | 135 | 0 | 14 | 452 | 130 | 57 |
| Binary | 11011011 | 1111 | 11100001 | 11 | 1011101 | 0 | 1100 | 100101010 | 1011000 | 101111 |
Color Harmonies of #DB0FE1
Complementary color
Monochromatic Colors of #DB0FE1
Black with #DB0FE1
Text Example
Text Example
White with #DB0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FE1; }
p { color: rgb(219,15,225); }
H1.HeaderClassName
{
color: #DB0FE1;
}
.AnyTagClassName
{
color: #DB0FE1;
}
</style>
background-color css
<style>
a { background-color: #DB0FE1; }
a { background-color: rgb(219,15,225); }
div.DivClassName
{
background-color: #DB0FE1;
}
.BgClassName
{
background-color: #DB0FE1;
}
</style>
border-color css
<style>
span { border-color: #DB0FE1; }
span { border-color: rgb(219,15,225); }
td.TdClassName
{
border-color: #DB0FE1;
}
.TagClassName
{
border-color: #DB0FE1;
}
</style>