Shades of Deep Magenta #DA25E2
Tints of Deep Magenta #DA25E2
RGB
CMYK
RGB Variations
Color information
#DA25E2 (or 0xDA25E2) is known color: Deep Magenta. HEX triplet: DA, 25 and E2. RGB value is (218,37,226). Sum of RGB (Red+Green+Blue) = 218+37+226=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #DA25E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25E2 is #25DA1D. Grayscale: #707070. Windows color (decimal): -2480670 or 14820826. OLE color: 14820826.
HSL color Cylindrical-coordinate representation of color #DA25E2: hue angle of 297.46º 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 #DA25E2 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 37 | 226 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.11 |
| HSL | 297.46º | 0.77% | 0.52% | - |
| HSV(B) | 297.46º | 0.84% | 0.89% | - |
| XYZ | 43.3 | 21.72 | 73.86 | - |
| YUV | 112.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 226 | 0.04 | 0.84 | 0 | 0.11 | 297.46 | 0.77 | 0.52 |
| Hex | DA | 25 | E2 | 4 | 54 | 0 | B | 129 | 4D | 34 |
| Octal | 332 | 45 | 342 | 4 | 124 | 0 | 13 | 451 | 115 | 64 |
| Binary | 11011010 | 100101 | 11100010 | 100 | 1010100 | 0 | 1011 | 100101001 | 1001101 | 110100 |
Color Harmonies of #DA25E2
Complementary color
Monochromatic Colors of #DA25E2
Black with #DA25E2
Text Example
Text Example
White with #DA25E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25E2; }
p { color: rgb(218,37,226); }
H1.HeaderClassName
{
color: #DA25E2;
}
.AnyTagClassName
{
color: #DA25E2;
}
</style>
background-color css
<style>
a { background-color: #DA25E2; }
a { background-color: rgb(218,37,226); }
div.DivClassName
{
background-color: #DA25E2;
}
.BgClassName
{
background-color: #DA25E2;
}
</style>
border-color css
<style>
span { border-color: #DA25E2; }
span { border-color: rgb(218,37,226); }
td.TdClassName
{
border-color: #DA25E2;
}
.TagClassName
{
border-color: #DA25E2;
}
</style>