Shades of Deep Magenta #DB25E1
Tints of Deep Magenta #DB25E1
RGB
CMYK
RGB Variations
Color information
#DB25E1 (or 0xDB25E1) is known color: Deep Magenta. HEX triplet: DB, 25 and E1. RGB value is (219,37,225). Sum of RGB (Red+Green+Blue) = 219+37+225=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB25E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25E1 is #24DA1E. Grayscale: #707070. Windows color (decimal): -2415135 or 14755291. OLE color: 14755291.
HSL color Cylindrical-coordinate representation of color #DB25E1: hue angle of 298.09º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB25E1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 37 | 225 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.12 |
| HSL | 298.09º | 0.76% | 0.51% | - |
| HSV(B) | 298.09º | 0.84% | 0.88% | - |
| XYZ | 43.47 | 21.82 | 73.15 | - |
| YUV | 112.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 225 | 0.03 | 0.84 | 0 | 0.12 | 298.09 | 0.76 | 0.51 |
| Hex | DB | 25 | E1 | 3 | 54 | 0 | C | 12A | 4C | 33 |
| Octal | 333 | 45 | 341 | 3 | 124 | 0 | 14 | 452 | 114 | 63 |
| Binary | 11011011 | 100101 | 11100001 | 11 | 1010100 | 0 | 1100 | 100101010 | 1001100 | 110011 |
Color Harmonies of #DB25E1
Complementary color
Monochromatic Colors of #DB25E1
Black with #DB25E1
Text Example
Text Example
White with #DB25E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25E1; }
p { color: rgb(219,37,225); }
H1.HeaderClassName
{
color: #DB25E1;
}
.AnyTagClassName
{
color: #DB25E1;
}
</style>
background-color css
<style>
a { background-color: #DB25E1; }
a { background-color: rgb(219,37,225); }
div.DivClassName
{
background-color: #DB25E1;
}
.BgClassName
{
background-color: #DB25E1;
}
</style>
border-color css
<style>
span { border-color: #DB25E1; }
span { border-color: rgb(219,37,225); }
td.TdClassName
{
border-color: #DB25E1;
}
.TagClassName
{
border-color: #DB25E1;
}
</style>