Shades of Deep Magenta #D400DE
Tints of Deep Magenta #D400DE
RGB
CMYK
RGB Variations
Color information
#D400DE (or 0xD400DE) is known color: Deep Magenta. HEX triplet: D4, 00 and DE. RGB value is (212,0,222). Sum of RGB (Red+Green+Blue) = 212+0+222=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #D400DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400DE is #2BFF21. Grayscale: #585858. Windows color (decimal): -2883362 or 14549204. OLE color: 14549204.
HSL color Cylindrical-coordinate representation of color #D400DE: hue angle of 297.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400DE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 0 | 222 | - |
| CMYK | 0.05 | 1 | 0 | 0.13 |
| HSL | 297.3º | 1% | 0.44% | - |
| HSV(B) | 297.3º | 1% | 0.87% | - |
| XYZ | 40.34 | 19.27 | 70.7 | - |
| YUV | 88.7 | 203.24 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 222 | 0.05 | 1 | 0 | 0.13 | 297.3 | 1 | 0.44 |
| Hex | D4 | 0 | DE | 5 | 64 | 0 | D | 129 | 64 | 2C |
| Octal | 324 | 0 | 336 | 5 | 144 | 0 | 15 | 451 | 144 | 54 |
| Binary | 11010100 | 0 | 11011110 | 101 | 1100100 | 0 | 1101 | 100101001 | 1100100 | 101100 |
Color Harmonies of #D400DE
Complementary color
Monochromatic Colors of #D400DE
Black with #D400DE
Text Example
Text Example
White with #D400DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400DE; }
p { color: rgb(212,0,222); }
H1.HeaderClassName
{
color: #D400DE;
}
.AnyTagClassName
{
color: #D400DE;
}
</style>
background-color css
<style>
a { background-color: #D400DE; }
a { background-color: rgb(212,0,222); }
div.DivClassName
{
background-color: #D400DE;
}
.BgClassName
{
background-color: #D400DE;
}
</style>
border-color css
<style>
span { border-color: #D400DE; }
span { border-color: rgb(212,0,222); }
td.TdClassName
{
border-color: #D400DE;
}
.TagClassName
{
border-color: #D400DE;
}
</style>