Shades of Deep Magenta #D40FE0
Tints of Deep Magenta #D40FE0
RGB
CMYK
RGB Variations
Color information
#D40FE0 (or 0xD40FE0) is known color: Deep Magenta. HEX triplet: D4, 0F and E0. RGB value is (212,15,224). Sum of RGB (Red+Green+Blue) = 212+15+224=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #D40FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FE0 is #2BF01F. Grayscale: #616161. Windows color (decimal): -2879520 or 14684116. OLE color: 14684116.
HSL color Cylindrical-coordinate representation of color #D40FE0: hue angle of 296.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FE0 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 15 | 224 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.12 |
| HSL | 296.56º | 0.87% | 0.47% | - |
| HSV(B) | 296.56º | 0.93% | 0.88% | - |
| XYZ | 40.78 | 19.72 | 72.18 | - |
| YUV | 97.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 224 | 0.05 | 0.93 | 0 | 0.12 | 296.56 | 0.87 | 0.47 |
| Hex | D4 | F | E0 | 5 | 5D | 0 | C | 129 | 57 | 2F |
| Octal | 324 | 17 | 340 | 5 | 135 | 0 | 14 | 451 | 127 | 57 |
| Binary | 11010100 | 1111 | 11100000 | 101 | 1011101 | 0 | 1100 | 100101001 | 1010111 | 101111 |
Color Harmonies of #D40FE0
Complementary color
Monochromatic Colors of #D40FE0
Black with #D40FE0
Text Example
Text Example
White with #D40FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FE0; }
p { color: rgb(212,15,224); }
H1.HeaderClassName
{
color: #D40FE0;
}
.AnyTagClassName
{
color: #D40FE0;
}
</style>
background-color css
<style>
a { background-color: #D40FE0; }
a { background-color: rgb(212,15,224); }
div.DivClassName
{
background-color: #D40FE0;
}
.BgClassName
{
background-color: #D40FE0;
}
</style>
border-color css
<style>
span { border-color: #D40FE0; }
span { border-color: rgb(212,15,224); }
td.TdClassName
{
border-color: #D40FE0;
}
.TagClassName
{
border-color: #D40FE0;
}
</style>