Shades of Deep Magenta #D401E1
Tints of Deep Magenta #D401E1
RGB
CMYK
RGB Variations
Color information
#D401E1 (or 0xD401E1) is known color: Deep Magenta. HEX triplet: D4, 01 and E1. RGB value is (212,1,225). Sum of RGB (Red+Green+Blue) = 212+1+225=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #D401E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401E1 is #2BFE1E. Grayscale: #585858. Windows color (decimal): -2883103 or 14746068. OLE color: 14746068.
HSL color Cylindrical-coordinate representation of color #D401E1: hue angle of 296.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401E1 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 1 | 225 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.12 |
| HSL | 296.52º | 0.99% | 0.44% | - |
| HSV(B) | 296.52º | 1% | 0.88% | - |
| XYZ | 40.75 | 19.46 | 72.84 | - |
| YUV | 89.63 | 204.4 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 225 | 0.06 | 1.00 | 0 | 0.12 | 296.52 | 0.99 | 0.44 |
| Hex | D4 | 1 | E1 | 6 | 64 | 0 | C | 129 | 63 | 2C |
| Octal | 324 | 1 | 341 | 6 | 144 | 0 | 14 | 451 | 143 | 54 |
| Binary | 11010100 | 1 | 11100001 | 110 | 1100100 | 0 | 1100 | 100101001 | 1100011 | 101100 |
Color Harmonies of #D401E1
Complementary color
Monochromatic Colors of #D401E1
Black with #D401E1
Text Example
Text Example
White with #D401E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D401E1; }
p { color: rgb(212,1,225); }
H1.HeaderClassName
{
color: #D401E1;
}
.AnyTagClassName
{
color: #D401E1;
}
</style>
background-color css
<style>
a { background-color: #D401E1; }
a { background-color: rgb(212,1,225); }
div.DivClassName
{
background-color: #D401E1;
}
.BgClassName
{
background-color: #D401E1;
}
</style>
border-color css
<style>
span { border-color: #D401E1; }
span { border-color: rgb(212,1,225); }
td.TdClassName
{
border-color: #D401E1;
}
.TagClassName
{
border-color: #D401E1;
}
</style>