Shades of Deep Magenta #D409DE
Tints of Deep Magenta #D409DE
RGB
CMYK
RGB Variations
Color information
#D409DE (or 0xD409DE) is known color: Deep Magenta. HEX triplet: D4, 09 and DE. RGB value is (212,9,222). Sum of RGB (Red+Green+Blue) = 212+9+222=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #D409DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409DE is #2BF621. Grayscale: #5D5D5D. Windows color (decimal): -2881058 or 14551508. OLE color: 14551508.
HSL color Cylindrical-coordinate representation of color #D409DE: hue angle of 297.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409DE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 9 | 222 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.13 |
| HSL | 297.18º | 0.92% | 0.45% | - |
| HSV(B) | 297.18º | 0.96% | 0.87% | - |
| XYZ | 40.43 | 19.47 | 70.73 | - |
| YUV | 93.98 | 200.25 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 222 | 0.05 | 0.96 | 0 | 0.13 | 297.18 | 0.92 | 0.45 |
| Hex | D4 | 9 | DE | 5 | 60 | 0 | D | 129 | 5C | 2D |
| Octal | 324 | 11 | 336 | 5 | 140 | 0 | 15 | 451 | 134 | 55 |
| Binary | 11010100 | 1001 | 11011110 | 101 | 1100000 | 0 | 1101 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D409DE
Complementary color
Monochromatic Colors of #D409DE
Black with #D409DE
Text Example
Text Example
White with #D409DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409DE; }
p { color: rgb(212,9,222); }
H1.HeaderClassName
{
color: #D409DE;
}
.AnyTagClassName
{
color: #D409DE;
}
</style>
background-color css
<style>
a { background-color: #D409DE; }
a { background-color: rgb(212,9,222); }
div.DivClassName
{
background-color: #D409DE;
}
.BgClassName
{
background-color: #D409DE;
}
</style>
border-color css
<style>
span { border-color: #D409DE; }
span { border-color: rgb(212,9,222); }
td.TdClassName
{
border-color: #D409DE;
}
.TagClassName
{
border-color: #D409DE;
}
</style>