Shades of Deep Magenta #D416C9
Tints of Deep Magenta #D416C9
RGB
CMYK
RGB Variations
Color information
#D416C9 (or 0xD416C9) is known color: Deep Magenta. HEX triplet: D4, 16 and C9. RGB value is (212,22,201). Sum of RGB (Red+Green+Blue) = 212+22+201=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D416C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416C9 is #2BE936. Grayscale: #626262. Windows color (decimal): -2877751 or 13178580. OLE color: 13178580.
HSL color Cylindrical-coordinate representation of color #D416C9: hue angle of 303.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416C9 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 201 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.17 |
| HSL | 303.47º | 0.81% | 0.46% | - |
| HSV(B) | 303.47º | 0.9% | 0.83% | - |
| XYZ | 37.98 | 18.79 | 56.88 | - |
| YUV | 99.22 | 185.45 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 201 | 0 | 0.90 | 0.05 | 0.17 | 303.47 | 0.81 | 0.46 |
| Hex | D4 | 16 | C9 | 0 | 5A | 5 | 11 | 12F | 51 | 2E |
| Octal | 324 | 26 | 311 | 0 | 132 | 5 | 21 | 457 | 121 | 56 |
| Binary | 11010100 | 10110 | 11001001 | 0 | 1011010 | 101 | 10001 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D416C9
Complementary color
Monochromatic Colors of #D416C9
Black with #D416C9
Text Example
Text Example
White with #D416C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416C9; }
p { color: rgb(212,22,201); }
H1.HeaderClassName
{
color: #D416C9;
}
.AnyTagClassName
{
color: #D416C9;
}
</style>
background-color css
<style>
a { background-color: #D416C9; }
a { background-color: rgb(212,22,201); }
div.DivClassName
{
background-color: #D416C9;
}
.BgClassName
{
background-color: #D416C9;
}
</style>
border-color css
<style>
span { border-color: #D416C9; }
span { border-color: rgb(212,22,201); }
td.TdClassName
{
border-color: #D416C9;
}
.TagClassName
{
border-color: #D416C9;
}
</style>