Shades of Deep Magenta #D416DD
Tints of Deep Magenta #D416DD
RGB
CMYK
RGB Variations
Color information
#D416DD (or 0xD416DD) is known color: Deep Magenta. HEX triplet: D4, 16 and DD. RGB value is (212,22,221). Sum of RGB (Red+Green+Blue) = 212+22+221=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #D416DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416DD is #2BE922. Grayscale: #646464. Windows color (decimal): -2877731 or 14489300. OLE color: 14489300.
HSL color Cylindrical-coordinate representation of color #D416DD: hue angle of 297.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416DD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 22 | 221 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.13 |
| HSL | 297.29º | 0.82% | 0.48% | - |
| HSV(B) | 297.29º | 0.9% | 0.87% | - |
| XYZ | 40.49 | 19.79 | 70.09 | - |
| YUV | 101.5 | 195.45 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 221 | 0.04 | 0.90 | 0 | 0.13 | 297.29 | 0.82 | 0.48 |
| Hex | D4 | 16 | DD | 4 | 5A | 0 | D | 129 | 52 | 30 |
| Octal | 324 | 26 | 335 | 4 | 132 | 0 | 15 | 451 | 122 | 60 |
| Binary | 11010100 | 10110 | 11011101 | 100 | 1011010 | 0 | 1101 | 100101001 | 1010010 | 110000 |
Color Harmonies of #D416DD
Complementary color
Monochromatic Colors of #D416DD
Black with #D416DD
Text Example
Text Example
White with #D416DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416DD; }
p { color: rgb(212,22,221); }
H1.HeaderClassName
{
color: #D416DD;
}
.AnyTagClassName
{
color: #D416DD;
}
</style>
background-color css
<style>
a { background-color: #D416DD; }
a { background-color: rgb(212,22,221); }
div.DivClassName
{
background-color: #D416DD;
}
.BgClassName
{
background-color: #D416DD;
}
</style>
border-color css
<style>
span { border-color: #D416DD; }
span { border-color: rgb(212,22,221); }
td.TdClassName
{
border-color: #D416DD;
}
.TagClassName
{
border-color: #D416DD;
}
</style>