Shades of Deep Magenta #D40FDD
Tints of Deep Magenta #D40FDD
RGB
CMYK
RGB Variations
Color information
#D40FDD (or 0xD40FDD) is known color: Deep Magenta. HEX triplet: D4, 0F and DD. RGB value is (212,15,221). Sum of RGB (Red+Green+Blue) = 212+15+221=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #D40FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FDD is #2BF022. Grayscale: #606060. Windows color (decimal): -2879523 or 14487508. OLE color: 14487508.
HSL color Cylindrical-coordinate representation of color #D40FDD: hue angle of 297.38º 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 #D40FDD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 15 | 221 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.13 |
| HSL | 297.38º | 0.87% | 0.46% | - |
| HSV(B) | 297.38º | 0.93% | 0.87% | - |
| XYZ | 40.37 | 19.56 | 70.05 | - |
| YUV | 97.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 221 | 0.04 | 0.93 | 0 | 0.13 | 297.38 | 0.87 | 0.46 |
| Hex | D4 | F | DD | 4 | 5D | 0 | D | 129 | 57 | 2E |
| Octal | 324 | 17 | 335 | 4 | 135 | 0 | 15 | 451 | 127 | 56 |
| Binary | 11010100 | 1111 | 11011101 | 100 | 1011101 | 0 | 1101 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D40FDD
Complementary color
Monochromatic Colors of #D40FDD
Black with #D40FDD
Text Example
Text Example
White with #D40FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FDD; }
p { color: rgb(212,15,221); }
H1.HeaderClassName
{
color: #D40FDD;
}
.AnyTagClassName
{
color: #D40FDD;
}
</style>
background-color css
<style>
a { background-color: #D40FDD; }
a { background-color: rgb(212,15,221); }
div.DivClassName
{
background-color: #D40FDD;
}
.BgClassName
{
background-color: #D40FDD;
}
</style>
border-color css
<style>
span { border-color: #D40FDD; }
span { border-color: rgb(212,15,221); }
td.TdClassName
{
border-color: #D40FDD;
}
.TagClassName
{
border-color: #D40FDD;
}
</style>