Shades of Deep Magenta #D40EDF
Tints of Deep Magenta #D40EDF
RGB
CMYK
RGB Variations
Color information
#D40EDF (or 0xD40EDF) is known color: Deep Magenta. HEX triplet: D4, 0E and DF. RGB value is (212,14,223). Sum of RGB (Red+Green+Blue) = 212+14+223=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D40EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EDF is #2BF120. Grayscale: #606060. Windows color (decimal): -2879777 or 14618324. OLE color: 14618324.
HSL color Cylindrical-coordinate representation of color #D40EDF: hue angle of 296.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EDF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 14 | 223 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.13 |
| HSL | 296.84º | 0.88% | 0.46% | - |
| HSV(B) | 296.84º | 0.94% | 0.87% | - |
| XYZ | 40.63 | 19.64 | 71.46 | - |
| YUV | 97.03 | 199.1 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 223 | 0.05 | 0.94 | 0 | 0.13 | 296.84 | 0.88 | 0.46 |
| Hex | D4 | E | DF | 5 | 5E | 0 | D | 129 | 58 | 2E |
| Octal | 324 | 16 | 337 | 5 | 136 | 0 | 15 | 451 | 130 | 56 |
| Binary | 11010100 | 1110 | 11011111 | 101 | 1011110 | 0 | 1101 | 100101001 | 1011000 | 101110 |
Color Harmonies of #D40EDF
Complementary color
Monochromatic Colors of #D40EDF
Black with #D40EDF
Text Example
Text Example
White with #D40EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EDF; }
p { color: rgb(212,14,223); }
H1.HeaderClassName
{
color: #D40EDF;
}
.AnyTagClassName
{
color: #D40EDF;
}
</style>
background-color css
<style>
a { background-color: #D40EDF; }
a { background-color: rgb(212,14,223); }
div.DivClassName
{
background-color: #D40EDF;
}
.BgClassName
{
background-color: #D40EDF;
}
</style>
border-color css
<style>
span { border-color: #D40EDF; }
span { border-color: rgb(212,14,223); }
td.TdClassName
{
border-color: #D40EDF;
}
.TagClassName
{
border-color: #D40EDF;
}
</style>