Shades of Deep Magenta #D411AE
Tints of Deep Magenta #D411AE
RGB
CMYK
RGB Variations
Color information
#D411AE (or 0xD411AE) is known color: Deep Magenta. HEX triplet: D4, 11 and AE. RGB value is (212,17,174). Sum of RGB (Red+Green+Blue) = 212+17+174=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D411AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D411AE is #2BEE51. Grayscale: #5C5C5C. Windows color (decimal): -2879058 or 11407828. OLE color: 11407828.
HSL color Cylindrical-coordinate representation of color #D411AE: hue angle of 311.69º 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 #D411AE is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 174 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.17 |
| HSL | 311.69º | 0.85% | 0.45% | - |
| HSV(B) | 311.69º | 0.92% | 0.83% | - |
| XYZ | 34.99 | 17.45 | 41.57 | - |
| YUV | 93.2 | 173.6 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 174 | 0 | 0.92 | 0.18 | 0.17 | 311.69 | 0.85 | 0.45 |
| Hex | D4 | 11 | AE | 0 | 5C | 12 | 11 | 138 | 55 | 2D |
| Octal | 324 | 21 | 256 | 0 | 134 | 22 | 21 | 470 | 125 | 55 |
| Binary | 11010100 | 10001 | 10101110 | 0 | 1011100 | 10010 | 10001 | 100111000 | 1010101 | 101101 |
Color Harmonies of #D411AE
Complementary color
Monochromatic Colors of #D411AE
Black with #D411AE
Text Example
Text Example
White with #D411AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411AE; }
p { color: rgb(212,17,174); }
H1.HeaderClassName
{
color: #D411AE;
}
.AnyTagClassName
{
color: #D411AE;
}
</style>
background-color css
<style>
a { background-color: #D411AE; }
a { background-color: rgb(212,17,174); }
div.DivClassName
{
background-color: #D411AE;
}
.BgClassName
{
background-color: #D411AE;
}
</style>
border-color css
<style>
span { border-color: #D411AE; }
span { border-color: rgb(212,17,174); }
td.TdClassName
{
border-color: #D411AE;
}
.TagClassName
{
border-color: #D411AE;
}
</style>