Shades of Deep Magenta #D416CE
Tints of Deep Magenta #D416CE
RGB
CMYK
RGB Variations
Color information
#D416CE (or 0xD416CE) is known color: Deep Magenta. HEX triplet: D4, 16 and CE. RGB value is (212,22,206). Sum of RGB (Red+Green+Blue) = 212+22+206=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D416CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416CE is #2BE931. Grayscale: #636363. Windows color (decimal): -2877746 or 13506260. OLE color: 13506260.
HSL color Cylindrical-coordinate representation of color #D416CE: hue angle of 301.89º 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 #D416CE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.17 |
| HSL | 301.89º | 0.81% | 0.46% | - |
| HSV(B) | 301.89º | 0.9% | 0.83% | - |
| XYZ | 38.58 | 19.03 | 60.03 | - |
| YUV | 99.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 206 | 0 | 0.90 | 0.03 | 0.17 | 301.89 | 0.81 | 0.46 |
| Hex | D4 | 16 | CE | 0 | 5A | 3 | 11 | 12E | 51 | 2E |
| Octal | 324 | 26 | 316 | 0 | 132 | 3 | 21 | 456 | 121 | 56 |
| Binary | 11010100 | 10110 | 11001110 | 0 | 1011010 | 11 | 10001 | 100101110 | 1010001 | 101110 |
Color Harmonies of #D416CE
Complementary color
Monochromatic Colors of #D416CE
Black with #D416CE
Text Example
Text Example
White with #D416CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416CE; }
p { color: rgb(212,22,206); }
H1.HeaderClassName
{
color: #D416CE;
}
.AnyTagClassName
{
color: #D416CE;
}
</style>
background-color css
<style>
a { background-color: #D416CE; }
a { background-color: rgb(212,22,206); }
div.DivClassName
{
background-color: #D416CE;
}
.BgClassName
{
background-color: #D416CE;
}
</style>
border-color css
<style>
span { border-color: #D416CE; }
span { border-color: rgb(212,22,206); }
td.TdClassName
{
border-color: #D416CE;
}
.TagClassName
{
border-color: #D416CE;
}
</style>