Shades of Deep Magenta #D40FE1
Tints of Deep Magenta #D40FE1
RGB
CMYK
RGB Variations
Color information
#D40FE1 (or 0xD40FE1) is known color: Deep Magenta. HEX triplet: D4, 0F and E1. RGB value is (212,15,225). Sum of RGB (Red+Green+Blue) = 212+15+225=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #D40FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FE1 is #2BF01E. Grayscale: #616161. Windows color (decimal): -2879519 or 14749652. OLE color: 14749652.
HSL color Cylindrical-coordinate representation of color #D40FE1: hue angle of 296.29º degrees, saturation: 0.88, 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 #D40FE1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 15 | 225 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.12 |
| HSL | 296.29º | 0.88% | 0.47% | - |
| HSV(B) | 296.29º | 0.93% | 0.88% | - |
| XYZ | 40.91 | 19.77 | 72.89 | - |
| YUV | 97.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 225 | 0.06 | 0.93 | 0 | 0.12 | 296.29 | 0.88 | 0.47 |
| Hex | D4 | F | E1 | 6 | 5D | 0 | C | 128 | 58 | 2F |
| Octal | 324 | 17 | 341 | 6 | 135 | 0 | 14 | 450 | 130 | 57 |
| Binary | 11010100 | 1111 | 11100001 | 110 | 1011101 | 0 | 1100 | 100101000 | 1011000 | 101111 |
Color Harmonies of #D40FE1
Complementary color
Monochromatic Colors of #D40FE1
Black with #D40FE1
Text Example
Text Example
White with #D40FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FE1; }
p { color: rgb(212,15,225); }
H1.HeaderClassName
{
color: #D40FE1;
}
.AnyTagClassName
{
color: #D40FE1;
}
</style>
background-color css
<style>
a { background-color: #D40FE1; }
a { background-color: rgb(212,15,225); }
div.DivClassName
{
background-color: #D40FE1;
}
.BgClassName
{
background-color: #D40FE1;
}
</style>
border-color css
<style>
span { border-color: #D40FE1; }
span { border-color: rgb(212,15,225); }
td.TdClassName
{
border-color: #D40FE1;
}
.TagClassName
{
border-color: #D40FE1;
}
</style>