Shades of Deep Magenta #D416C2
Tints of Deep Magenta #D416C2
RGB
CMYK
RGB Variations
Color information
#D416C2 (or 0xD416C2) is known color: Deep Magenta. HEX triplet: D4, 16 and C2. RGB value is (212,22,194). Sum of RGB (Red+Green+Blue) = 212+22+194=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D416C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416C2 is #2BE93D. Grayscale: #616161. Windows color (decimal): -2877758 or 12719828. OLE color: 12719828.
HSL color Cylindrical-coordinate representation of color #D416C2: hue angle of 305.68º 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 #D416C2 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 194 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.17 |
| HSL | 305.68º | 0.81% | 0.46% | - |
| HSV(B) | 305.68º | 0.9% | 0.83% | - |
| XYZ | 37.18 | 18.47 | 52.64 | - |
| YUV | 98.42 | 181.95 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 194 | 0 | 0.90 | 0.08 | 0.17 | 305.68 | 0.81 | 0.46 |
| Hex | D4 | 16 | C2 | 0 | 5A | 8 | 11 | 132 | 51 | 2E |
| Octal | 324 | 26 | 302 | 0 | 132 | 10 | 21 | 462 | 121 | 56 |
| Binary | 11010100 | 10110 | 11000010 | 0 | 1011010 | 1000 | 10001 | 100110010 | 1010001 | 101110 |
Color Harmonies of #D416C2
Complementary color
Monochromatic Colors of #D416C2
Black with #D416C2
Text Example
Text Example
White with #D416C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416C2; }
p { color: rgb(212,22,194); }
H1.HeaderClassName
{
color: #D416C2;
}
.AnyTagClassName
{
color: #D416C2;
}
</style>
background-color css
<style>
a { background-color: #D416C2; }
a { background-color: rgb(212,22,194); }
div.DivClassName
{
background-color: #D416C2;
}
.BgClassName
{
background-color: #D416C2;
}
</style>
border-color css
<style>
span { border-color: #D416C2; }
span { border-color: rgb(212,22,194); }
td.TdClassName
{
border-color: #D416C2;
}
.TagClassName
{
border-color: #D416C2;
}
</style>