Shades of Deep Magenta #D40FD4
Tints of Deep Magenta #D40FD4
RGB
CMYK
RGB Variations
Color information
#D40FD4 (or 0xD40FD4) is known color: Deep Magenta. HEX triplet: D4, 0F and D4. RGB value is (212,15,212). Sum of RGB (Red+Green+Blue) = 212+15+212=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D40FD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FD4 is #2BF02B. Grayscale: #5F5F5F. Windows color (decimal): -2879532 or 13897684. OLE color: 13897684.
HSL color Cylindrical-coordinate representation of color #D40FD4: hue angle of 300º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FD4 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 212 | - |
| CMYK | 0 | 0.93 | 0 | 0.17 |
| HSL | 300º | 0.87% | 0.45% | - |
| HSV(B) | 300º | 0.93% | 0.83% | - |
| XYZ | 39.21 | 19.09 | 63.91 | - |
| YUV | 96.36 | 193.27 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 212 | 0 | 0.93 | 0 | 0.17 | 300 | 0.87 | 0.45 |
| Hex | D4 | F | D4 | 0 | 5D | 0 | 11 | 12C | 57 | 2D |
| Octal | 324 | 17 | 324 | 0 | 135 | 0 | 21 | 454 | 127 | 55 |
| Binary | 11010100 | 1111 | 11010100 | 0 | 1011101 | 0 | 10001 | 100101100 | 1010111 | 101101 |
Color Harmonies of #D40FD4
Complementary color
Monochromatic Colors of #D40FD4
Black with #D40FD4
Text Example
Text Example
White with #D40FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FD4; }
p { color: rgb(212,15,212); }
H1.HeaderClassName
{
color: #D40FD4;
}
.AnyTagClassName
{
color: #D40FD4;
}
</style>
background-color css
<style>
a { background-color: #D40FD4; }
a { background-color: rgb(212,15,212); }
div.DivClassName
{
background-color: #D40FD4;
}
.BgClassName
{
background-color: #D40FD4;
}
</style>
border-color css
<style>
span { border-color: #D40FD4; }
span { border-color: rgb(212,15,212); }
td.TdClassName
{
border-color: #D40FD4;
}
.TagClassName
{
border-color: #D40FD4;
}
</style>