Shades of Deep Magenta #D400E1
Tints of Deep Magenta #D400E1
RGB
CMYK
RGB Variations
Color information
#D400E1 (or 0xD400E1) is known color: Deep Magenta. HEX triplet: D4, 00 and E1. RGB value is (212,0,225). Sum of RGB (Red+Green+Blue) = 212+0+225=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #D400E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400E1 is #2BFF1E. Grayscale: #585858. Windows color (decimal): -2883359 or 14745812. OLE color: 14745812.
HSL color Cylindrical-coordinate representation of color #D400E1: hue angle of 296.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400E1 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 0 | 225 | - |
| CMYK | 0.06 | 1 | 0 | 0.12 |
| HSL | 296.53º | 1% | 0.44% | - |
| HSV(B) | 296.53º | 1% | 0.88% | - |
| XYZ | 40.74 | 19.43 | 72.84 | - |
| YUV | 89.04 | 204.74 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 225 | 0.06 | 1 | 0 | 0.12 | 296.53 | 1 | 0.44 |
| Hex | D4 | 0 | E1 | 6 | 64 | 0 | C | 129 | 64 | 2C |
| Octal | 324 | 0 | 341 | 6 | 144 | 0 | 14 | 451 | 144 | 54 |
| Binary | 11010100 | 0 | 11100001 | 110 | 1100100 | 0 | 1100 | 100101001 | 1100100 | 101100 |
Color Harmonies of #D400E1
Complementary color
Monochromatic Colors of #D400E1
Black with #D400E1
Text Example
Text Example
White with #D400E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400E1; }
p { color: rgb(212,0,225); }
H1.HeaderClassName
{
color: #D400E1;
}
.AnyTagClassName
{
color: #D400E1;
}
</style>
background-color css
<style>
a { background-color: #D400E1; }
a { background-color: rgb(212,0,225); }
div.DivClassName
{
background-color: #D400E1;
}
.BgClassName
{
background-color: #D400E1;
}
</style>
border-color css
<style>
span { border-color: #D400E1; }
span { border-color: rgb(212,0,225); }
td.TdClassName
{
border-color: #D400E1;
}
.TagClassName
{
border-color: #D400E1;
}
</style>