Shades of Deep Magenta #D411C0
Tints of Deep Magenta #D411C0
RGB
CMYK
RGB Variations
Color information
#D411C0 (or 0xD411C0) is known color: Deep Magenta. HEX triplet: D4, 11 and C0. RGB value is (212,17,192). Sum of RGB (Red+Green+Blue) = 212+17+192=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D411C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411C0 is #2BEE3F. Grayscale: #5E5E5E. Windows color (decimal): -2879040 or 12587476. OLE color: 12587476.
HSL color Cylindrical-coordinate representation of color #D411C0: hue angle of 306.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411C0 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 192 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.17 |
| HSL | 306.15º | 0.85% | 0.45% | - |
| HSV(B) | 306.15º | 0.92% | 0.83% | - |
| XYZ | 36.87 | 18.2 | 51.44 | - |
| YUV | 95.26 | 182.6 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 192 | 0 | 0.92 | 0.09 | 0.17 | 306.15 | 0.85 | 0.45 |
| Hex | D4 | 11 | C0 | 0 | 5C | 9 | 11 | 132 | 55 | 2D |
| Octal | 324 | 21 | 300 | 0 | 134 | 11 | 21 | 462 | 125 | 55 |
| Binary | 11010100 | 10001 | 11000000 | 0 | 1011100 | 1001 | 10001 | 100110010 | 1010101 | 101101 |
Color Harmonies of #D411C0
Complementary color
Monochromatic Colors of #D411C0
Black with #D411C0
Text Example
Text Example
White with #D411C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411C0; }
p { color: rgb(212,17,192); }
H1.HeaderClassName
{
color: #D411C0;
}
.AnyTagClassName
{
color: #D411C0;
}
</style>
background-color css
<style>
a { background-color: #D411C0; }
a { background-color: rgb(212,17,192); }
div.DivClassName
{
background-color: #D411C0;
}
.BgClassName
{
background-color: #D411C0;
}
</style>
border-color css
<style>
span { border-color: #D411C0; }
span { border-color: rgb(212,17,192); }
td.TdClassName
{
border-color: #D411C0;
}
.TagClassName
{
border-color: #D411C0;
}
</style>