Shades of Deep Magenta #D40FD9
Tints of Deep Magenta #D40FD9
RGB
CMYK
RGB Variations
Color information
#D40FD9 (or 0xD40FD9) is known color: Deep Magenta. HEX triplet: D4, 0F and D9. RGB value is (212,15,217). Sum of RGB (Red+Green+Blue) = 212+15+217=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #D40FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FD9 is #2BF026. Grayscale: #606060. Windows color (decimal): -2879527 or 14225364. OLE color: 14225364.
HSL color Cylindrical-coordinate representation of color #D40FD9: hue angle of 298.51º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FD9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 15 | 217 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.15 |
| HSL | 298.51º | 0.87% | 0.45% | - |
| HSV(B) | 298.51º | 0.93% | 0.85% | - |
| XYZ | 39.85 | 19.35 | 67.28 | - |
| YUV | 96.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 217 | 0.02 | 0.93 | 0 | 0.15 | 298.51 | 0.87 | 0.45 |
| Hex | D4 | F | D9 | 2 | 5D | 0 | F | 12B | 57 | 2D |
| Octal | 324 | 17 | 331 | 2 | 135 | 0 | 17 | 453 | 127 | 55 |
| Binary | 11010100 | 1111 | 11011001 | 10 | 1011101 | 0 | 1111 | 100101011 | 1010111 | 101101 |
Color Harmonies of #D40FD9
Complementary color
Monochromatic Colors of #D40FD9
Black with #D40FD9
Text Example
Text Example
White with #D40FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FD9; }
p { color: rgb(212,15,217); }
H1.HeaderClassName
{
color: #D40FD9;
}
.AnyTagClassName
{
color: #D40FD9;
}
</style>
background-color css
<style>
a { background-color: #D40FD9; }
a { background-color: rgb(212,15,217); }
div.DivClassName
{
background-color: #D40FD9;
}
.BgClassName
{
background-color: #D40FD9;
}
</style>
border-color css
<style>
span { border-color: #D40FD9; }
span { border-color: rgb(212,15,217); }
td.TdClassName
{
border-color: #D40FD9;
}
.TagClassName
{
border-color: #D40FD9;
}
</style>