Shades of Deep Magenta #DB10E2
Tints of Deep Magenta #DB10E2
RGB
CMYK
RGB Variations
Color information
#DB10E2 (or 0xDB10E2) is known color: Deep Magenta. HEX triplet: DB, 10 and E2. RGB value is (219,16,226). Sum of RGB (Red+Green+Blue) = 219+16+226=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB10E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10E2 is #24EF1D. Grayscale: #646464. Windows color (decimal): -2420510 or 14815451. OLE color: 14815451.
HSL color Cylindrical-coordinate representation of color #DB10E2: hue angle of 298º degrees, saturation: 0.87, 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 #DB10E2 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 16 | 226 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.11 |
| HSL | 298º | 0.87% | 0.47% | - |
| HSV(B) | 298º | 0.93% | 0.89% | - |
| XYZ | 43.13 | 20.92 | 73.72 | - |
| YUV | 100.64 | 198.75 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 226 | 0.03 | 0.93 | 0 | 0.11 | 298 | 0.87 | 0.47 |
| Hex | DB | 10 | E2 | 3 | 5D | 0 | B | 12A | 57 | 2F |
| Octal | 333 | 20 | 342 | 3 | 135 | 0 | 13 | 452 | 127 | 57 |
| Binary | 11011011 | 10000 | 11100010 | 11 | 1011101 | 0 | 1011 | 100101010 | 1010111 | 101111 |
Color Harmonies of #DB10E2
Complementary color
Monochromatic Colors of #DB10E2
Black with #DB10E2
Text Example
Text Example
White with #DB10E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10E2; }
p { color: rgb(219,16,226); }
H1.HeaderClassName
{
color: #DB10E2;
}
.AnyTagClassName
{
color: #DB10E2;
}
</style>
background-color css
<style>
a { background-color: #DB10E2; }
a { background-color: rgb(219,16,226); }
div.DivClassName
{
background-color: #DB10E2;
}
.BgClassName
{
background-color: #DB10E2;
}
</style>
border-color css
<style>
span { border-color: #DB10E2; }
span { border-color: rgb(219,16,226); }
td.TdClassName
{
border-color: #DB10E2;
}
.TagClassName
{
border-color: #DB10E2;
}
</style>