Shades of Deep Magenta #D416CD
Tints of Deep Magenta #D416CD
RGB
CMYK
RGB Variations
Color information
#D416CD (or 0xD416CD) is known color: Deep Magenta. HEX triplet: D4, 16 and CD. RGB value is (212,22,205). Sum of RGB (Red+Green+Blue) = 212+22+205=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D416CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416CD is #2BE932. Grayscale: #636363. Windows color (decimal): -2877747 or 13440724. OLE color: 13440724.
HSL color Cylindrical-coordinate representation of color #D416CD: hue angle of 302.21º 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 #D416CD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 205 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.17 |
| HSL | 302.21º | 0.81% | 0.46% | - |
| HSV(B) | 302.21º | 0.9% | 0.83% | - |
| XYZ | 38.46 | 18.98 | 59.39 | - |
| YUV | 99.67 | 187.45 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 205 | 0 | 0.90 | 0.03 | 0.17 | 302.21 | 0.81 | 0.46 |
| Hex | D4 | 16 | CD | 0 | 5A | 3 | 11 | 12E | 51 | 2E |
| Octal | 324 | 26 | 315 | 0 | 132 | 3 | 21 | 456 | 121 | 56 |
| Binary | 11010100 | 10110 | 11001101 | 0 | 1011010 | 11 | 10001 | 100101110 | 1010001 | 101110 |
Color Harmonies of #D416CD
Complementary color
Monochromatic Colors of #D416CD
Black with #D416CD
Text Example
Text Example
White with #D416CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416CD; }
p { color: rgb(212,22,205); }
H1.HeaderClassName
{
color: #D416CD;
}
.AnyTagClassName
{
color: #D416CD;
}
</style>
background-color css
<style>
a { background-color: #D416CD; }
a { background-color: rgb(212,22,205); }
div.DivClassName
{
background-color: #D416CD;
}
.BgClassName
{
background-color: #D416CD;
}
</style>
border-color css
<style>
span { border-color: #D416CD; }
span { border-color: rgb(212,22,205); }
td.TdClassName
{
border-color: #D416CD;
}
.TagClassName
{
border-color: #D416CD;
}
</style>