Shades of Deep Magenta #D41AE5
Tints of Deep Magenta #D41AE5
RGB
CMYK
RGB Variations
Color information
#D41AE5 (or 0xD41AE5) is known color: Deep Magenta. HEX triplet: D4, 1A and E5. RGB value is (212,26,229). Sum of RGB (Red+Green+Blue) = 212+26+229=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #D41AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AE5 is #2BE51A. Grayscale: #686868. Windows color (decimal): -2876699 or 15014612. OLE color: 15014612.
HSL color Cylindrical-coordinate representation of color #D41AE5: hue angle of 294.98º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41AE5 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 26 | 229 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.10 |
| HSL | 294.98º | 0.8% | 0.5% | - |
| HSV(B) | 294.98º | 0.89% | 0.9% | - |
| XYZ | 41.66 | 20.39 | 75.87 | - |
| YUV | 104.76 | 198.12 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 229 | 0.07 | 0.89 | 0 | 0.10 | 294.98 | 0.8 | 0.5 |
| Hex | D4 | 1A | E5 | 7 | 59 | 0 | A | 127 | 50 | 32 |
| Octal | 324 | 32 | 345 | 7 | 131 | 0 | 12 | 447 | 120 | 62 |
| Binary | 11010100 | 11010 | 11100101 | 111 | 1011001 | 0 | 1010 | 100100111 | 1010000 | 110010 |
Color Harmonies of #D41AE5
Complementary color
Monochromatic Colors of #D41AE5
Black with #D41AE5
Text Example
Text Example
White with #D41AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AE5; }
p { color: rgb(212,26,229); }
H1.HeaderClassName
{
color: #D41AE5;
}
.AnyTagClassName
{
color: #D41AE5;
}
</style>
background-color css
<style>
a { background-color: #D41AE5; }
a { background-color: rgb(212,26,229); }
div.DivClassName
{
background-color: #D41AE5;
}
.BgClassName
{
background-color: #D41AE5;
}
</style>
border-color css
<style>
span { border-color: #D41AE5; }
span { border-color: rgb(212,26,229); }
td.TdClassName
{
border-color: #D41AE5;
}
.TagClassName
{
border-color: #D41AE5;
}
</style>