Shades of Deep Magenta #D11AE5
Tints of Deep Magenta #D11AE5
RGB
CMYK
RGB Variations
Color information
#D11AE5 (or 0xD11AE5) is known color: Deep Magenta. HEX triplet: D1, 1A and E5. RGB value is (209,26,229). Sum of RGB (Red+Green+Blue) = 209+26+229=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #D11AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AE5 is #2EE51A. Grayscale: #676767. Windows color (decimal): -3073307 or 15014609. OLE color: 15014609.
HSL color Cylindrical-coordinate representation of color #D11AE5: hue angle of 294.09º 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 #D11AE5 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 26 | 229 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.10 |
| HSL | 294.09º | 0.8% | 0.5% | - |
| HSV(B) | 294.09º | 0.89% | 0.9% | - |
| XYZ | 40.81 | 19.95 | 75.83 | - |
| YUV | 103.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 229 | 0.09 | 0.89 | 0 | 0.10 | 294.09 | 0.8 | 0.5 |
| Hex | D1 | 1A | E5 | 9 | 59 | 0 | A | 126 | 50 | 32 |
| Octal | 321 | 32 | 345 | 11 | 131 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010001 | 11010 | 11100101 | 1001 | 1011001 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D11AE5
Complementary color
Monochromatic Colors of #D11AE5
Black with #D11AE5
Text Example
Text Example
White with #D11AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AE5; }
p { color: rgb(209,26,229); }
H1.HeaderClassName
{
color: #D11AE5;
}
.AnyTagClassName
{
color: #D11AE5;
}
</style>
background-color css
<style>
a { background-color: #D11AE5; }
a { background-color: rgb(209,26,229); }
div.DivClassName
{
background-color: #D11AE5;
}
.BgClassName
{
background-color: #D11AE5;
}
</style>
border-color css
<style>
span { border-color: #D11AE5; }
span { border-color: rgb(209,26,229); }
td.TdClassName
{
border-color: #D11AE5;
}
.TagClassName
{
border-color: #D11AE5;
}
</style>