Shades of Deep Magenta #DB25E2
Tints of Deep Magenta #DB25E2
RGB
CMYK
RGB Variations
Color information
#DB25E2 (or 0xDB25E2) is known color: Deep Magenta. HEX triplet: DB, 25 and E2. RGB value is (219,37,226). Sum of RGB (Red+Green+Blue) = 219+37+226=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB25E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25E2 is #24DA1D. Grayscale: #707070. Windows color (decimal): -2415134 or 14820827. OLE color: 14820827.
HSL color Cylindrical-coordinate representation of color #DB25E2: hue angle of 297.78º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB25E2 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 37 | 226 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.11 |
| HSL | 297.78º | 0.77% | 0.52% | - |
| HSV(B) | 297.78º | 0.84% | 0.89% | - |
| XYZ | 43.6 | 21.87 | 73.88 | - |
| YUV | 112.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 226 | 0.03 | 0.84 | 0 | 0.11 | 297.78 | 0.77 | 0.52 |
| Hex | DB | 25 | E2 | 3 | 54 | 0 | B | 12A | 4D | 34 |
| Octal | 333 | 45 | 342 | 3 | 124 | 0 | 13 | 452 | 115 | 64 |
| Binary | 11011011 | 100101 | 11100010 | 11 | 1010100 | 0 | 1011 | 100101010 | 1001101 | 110100 |
Color Harmonies of #DB25E2
Complementary color
Monochromatic Colors of #DB25E2
Black with #DB25E2
Text Example
Text Example
White with #DB25E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25E2; }
p { color: rgb(219,37,226); }
H1.HeaderClassName
{
color: #DB25E2;
}
.AnyTagClassName
{
color: #DB25E2;
}
</style>
background-color css
<style>
a { background-color: #DB25E2; }
a { background-color: rgb(219,37,226); }
div.DivClassName
{
background-color: #DB25E2;
}
.BgClassName
{
background-color: #DB25E2;
}
</style>
border-color css
<style>
span { border-color: #DB25E2; }
span { border-color: rgb(219,37,226); }
td.TdClassName
{
border-color: #DB25E2;
}
.TagClassName
{
border-color: #DB25E2;
}
</style>