Shades of Deep Magenta #D416CC
Tints of Deep Magenta #D416CC
RGB
CMYK
RGB Variations
Color information
#D416CC (or 0xD416CC) is known color: Deep Magenta. HEX triplet: D4, 16 and CC. RGB value is (212,22,204). Sum of RGB (Red+Green+Blue) = 212+22+204=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D416CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416CC is #2BE933. Grayscale: #636363. Windows color (decimal): -2877748 or 13375188. OLE color: 13375188.
HSL color Cylindrical-coordinate representation of color #D416CC: hue angle of 302.53º 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 #D416CC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.17 |
| HSL | 302.53º | 0.81% | 0.46% | - |
| HSV(B) | 302.53º | 0.9% | 0.83% | - |
| XYZ | 38.34 | 18.93 | 58.76 | - |
| YUV | 99.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 204 | 0 | 0.90 | 0.04 | 0.17 | 302.53 | 0.81 | 0.46 |
| Hex | D4 | 16 | CC | 0 | 5A | 4 | 11 | 12F | 51 | 2E |
| Octal | 324 | 26 | 314 | 0 | 132 | 4 | 21 | 457 | 121 | 56 |
| Binary | 11010100 | 10110 | 11001100 | 0 | 1011010 | 100 | 10001 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D416CC
Complementary color
Monochromatic Colors of #D416CC
Black with #D416CC
Text Example
Text Example
White with #D416CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416CC; }
p { color: rgb(212,22,204); }
H1.HeaderClassName
{
color: #D416CC;
}
.AnyTagClassName
{
color: #D416CC;
}
</style>
background-color css
<style>
a { background-color: #D416CC; }
a { background-color: rgb(212,22,204); }
div.DivClassName
{
background-color: #D416CC;
}
.BgClassName
{
background-color: #D416CC;
}
</style>
border-color css
<style>
span { border-color: #D416CC; }
span { border-color: rgb(212,22,204); }
td.TdClassName
{
border-color: #D416CC;
}
.TagClassName
{
border-color: #D416CC;
}
</style>