Shades of Deep Magenta #D40FDE
Tints of Deep Magenta #D40FDE
RGB
CMYK
RGB Variations
Color information
#D40FDE (or 0xD40FDE) is known color: Deep Magenta. HEX triplet: D4, 0F and DE. RGB value is (212,15,222). Sum of RGB (Red+Green+Blue) = 212+15+222=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #D40FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FDE is #2BF021. Grayscale: #606060. Windows color (decimal): -2879522 or 14553044. OLE color: 14553044.
HSL color Cylindrical-coordinate representation of color #D40FDE: hue angle of 297.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FDE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 15 | 222 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.13 |
| HSL | 297.1º | 0.87% | 0.46% | - |
| HSV(B) | 297.1º | 0.93% | 0.87% | - |
| XYZ | 40.51 | 19.61 | 70.76 | - |
| YUV | 97.5 | 198.27 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 222 | 0.05 | 0.93 | 0 | 0.13 | 297.1 | 0.87 | 0.46 |
| Hex | D4 | F | DE | 5 | 5D | 0 | D | 129 | 57 | 2E |
| Octal | 324 | 17 | 336 | 5 | 135 | 0 | 15 | 451 | 127 | 56 |
| Binary | 11010100 | 1111 | 11011110 | 101 | 1011101 | 0 | 1101 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D40FDE
Complementary color
Monochromatic Colors of #D40FDE
Black with #D40FDE
Text Example
Text Example
White with #D40FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FDE; }
p { color: rgb(212,15,222); }
H1.HeaderClassName
{
color: #D40FDE;
}
.AnyTagClassName
{
color: #D40FDE;
}
</style>
background-color css
<style>
a { background-color: #D40FDE; }
a { background-color: rgb(212,15,222); }
div.DivClassName
{
background-color: #D40FDE;
}
.BgClassName
{
background-color: #D40FDE;
}
</style>
border-color css
<style>
span { border-color: #D40FDE; }
span { border-color: rgb(212,15,222); }
td.TdClassName
{
border-color: #D40FDE;
}
.TagClassName
{
border-color: #D40FDE;
}
</style>