Shades of Deep Magenta #D416C5
Tints of Deep Magenta #D416C5
RGB
CMYK
RGB Variations
Color information
#D416C5 (or 0xD416C5) is known color: Deep Magenta. HEX triplet: D4, 16 and C5. RGB value is (212,22,197). Sum of RGB (Red+Green+Blue) = 212+22+197=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D416C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416C5 is #2BE93A. Grayscale: #626262. Windows color (decimal): -2877755 or 12916436. OLE color: 12916436.
HSL color Cylindrical-coordinate representation of color #D416C5: hue angle of 304.74º 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 #D416C5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 197 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.17 |
| HSL | 304.74º | 0.81% | 0.46% | - |
| HSV(B) | 304.74º | 0.9% | 0.83% | - |
| XYZ | 37.52 | 18.6 | 54.44 | - |
| YUV | 98.76 | 183.45 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 197 | 0 | 0.90 | 0.07 | 0.17 | 304.74 | 0.81 | 0.46 |
| Hex | D4 | 16 | C5 | 0 | 5A | 7 | 11 | 131 | 51 | 2E |
| Octal | 324 | 26 | 305 | 0 | 132 | 7 | 21 | 461 | 121 | 56 |
| Binary | 11010100 | 10110 | 11000101 | 0 | 1011010 | 111 | 10001 | 100110001 | 1010001 | 101110 |
Color Harmonies of #D416C5
Complementary color
Monochromatic Colors of #D416C5
Black with #D416C5
Text Example
Text Example
White with #D416C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416C5; }
p { color: rgb(212,22,197); }
H1.HeaderClassName
{
color: #D416C5;
}
.AnyTagClassName
{
color: #D416C5;
}
</style>
background-color css
<style>
a { background-color: #D416C5; }
a { background-color: rgb(212,22,197); }
div.DivClassName
{
background-color: #D416C5;
}
.BgClassName
{
background-color: #D416C5;
}
</style>
border-color css
<style>
span { border-color: #D416C5; }
span { border-color: rgb(212,22,197); }
td.TdClassName
{
border-color: #D416C5;
}
.TagClassName
{
border-color: #D416C5;
}
</style>