Shades of Deep Magenta #D416D9
Tints of Deep Magenta #D416D9
RGB
CMYK
RGB Variations
Color information
#D416D9 (or 0xD416D9) is known color: Deep Magenta. HEX triplet: D4, 16 and D9. RGB value is (212,22,217). Sum of RGB (Red+Green+Blue) = 212+22+217=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #D416D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416D9 is #2BE926. Grayscale: #646464. Windows color (decimal): -2877735 or 14227156. OLE color: 14227156.
HSL color Cylindrical-coordinate representation of color #D416D9: hue angle of 298.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416D9 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 22 | 217 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.15 |
| HSL | 298.46º | 0.82% | 0.47% | - |
| HSV(B) | 298.46º | 0.9% | 0.85% | - |
| XYZ | 39.96 | 19.58 | 67.32 | - |
| YUV | 101.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 217 | 0.02 | 0.90 | 0 | 0.15 | 298.46 | 0.82 | 0.47 |
| Hex | D4 | 16 | D9 | 2 | 5A | 0 | F | 12A | 52 | 2F |
| Octal | 324 | 26 | 331 | 2 | 132 | 0 | 17 | 452 | 122 | 57 |
| Binary | 11010100 | 10110 | 11011001 | 10 | 1011010 | 0 | 1111 | 100101010 | 1010010 | 101111 |
Color Harmonies of #D416D9
Complementary color
Monochromatic Colors of #D416D9
Black with #D416D9
Text Example
Text Example
White with #D416D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416D9; }
p { color: rgb(212,22,217); }
H1.HeaderClassName
{
color: #D416D9;
}
.AnyTagClassName
{
color: #D416D9;
}
</style>
background-color css
<style>
a { background-color: #D416D9; }
a { background-color: rgb(212,22,217); }
div.DivClassName
{
background-color: #D416D9;
}
.BgClassName
{
background-color: #D416D9;
}
</style>
border-color css
<style>
span { border-color: #D416D9; }
span { border-color: rgb(212,22,217); }
td.TdClassName
{
border-color: #D416D9;
}
.TagClassName
{
border-color: #D416D9;
}
</style>