Shades of Deep Magenta #D21AE5
Tints of Deep Magenta #D21AE5
RGB
CMYK
RGB Variations
Color information
#D21AE5 (or 0xD21AE5) is known color: Deep Magenta. HEX triplet: D2, 1A and E5. RGB value is (210,26,229). Sum of RGB (Red+Green+Blue) = 210+26+229=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #D21AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AE5 is #2DE51A. Grayscale: #676767. Windows color (decimal): -3007771 or 15014610. OLE color: 15014610.
HSL color Cylindrical-coordinate representation of color #D21AE5: hue angle of 294.38º 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 #D21AE5 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 26 | 229 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.10 |
| HSL | 294.38º | 0.8% | 0.5% | - |
| HSV(B) | 294.38º | 0.89% | 0.9% | - |
| XYZ | 41.09 | 20.1 | 75.84 | - |
| YUV | 104.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 229 | 0.08 | 0.89 | 0 | 0.10 | 294.38 | 0.8 | 0.5 |
| Hex | D2 | 1A | E5 | 8 | 59 | 0 | A | 126 | 50 | 32 |
| Octal | 322 | 32 | 345 | 10 | 131 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010010 | 11010 | 11100101 | 1000 | 1011001 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D21AE5
Complementary color
Monochromatic Colors of #D21AE5
Black with #D21AE5
Text Example
Text Example
White with #D21AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AE5; }
p { color: rgb(210,26,229); }
H1.HeaderClassName
{
color: #D21AE5;
}
.AnyTagClassName
{
color: #D21AE5;
}
</style>
background-color css
<style>
a { background-color: #D21AE5; }
a { background-color: rgb(210,26,229); }
div.DivClassName
{
background-color: #D21AE5;
}
.BgClassName
{
background-color: #D21AE5;
}
</style>
border-color css
<style>
span { border-color: #D21AE5; }
span { border-color: rgb(210,26,229); }
td.TdClassName
{
border-color: #D21AE5;
}
.TagClassName
{
border-color: #D21AE5;
}
</style>