Shades of Deep Magenta #D41ACE
Tints of Deep Magenta #D41ACE
RGB
CMYK
RGB Variations
Color information
#D41ACE (or 0xD41ACE) is known color: Deep Magenta. HEX triplet: D4, 1A and CE. RGB value is (212,26,206). Sum of RGB (Red+Green+Blue) = 212+26+206=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ACE is #2BE531. Grayscale: #656565. Windows color (decimal): -2876722 or 13507284. OLE color: 13507284.
HSL color Cylindrical-coordinate representation of color #D41ACE: hue angle of 301.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ACE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 206 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.17 |
| HSL | 301.94º | 0.78% | 0.47% | - |
| HSV(B) | 301.94º | 0.88% | 0.83% | - |
| XYZ | 38.66 | 19.19 | 60.06 | - |
| YUV | 102.13 | 186.62 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 206 | 0 | 0.88 | 0.03 | 0.17 | 301.94 | 0.78 | 0.47 |
| Hex | D4 | 1A | CE | 0 | 58 | 3 | 11 | 12E | 4E | 2F |
| Octal | 324 | 32 | 316 | 0 | 130 | 3 | 21 | 456 | 116 | 57 |
| Binary | 11010100 | 11010 | 11001110 | 0 | 1011000 | 11 | 10001 | 100101110 | 1001110 | 101111 |
Color Harmonies of #D41ACE
Complementary color
Monochromatic Colors of #D41ACE
Black with #D41ACE
Text Example
Text Example
White with #D41ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ACE; }
p { color: rgb(212,26,206); }
H1.HeaderClassName
{
color: #D41ACE;
}
.AnyTagClassName
{
color: #D41ACE;
}
</style>
background-color css
<style>
a { background-color: #D41ACE; }
a { background-color: rgb(212,26,206); }
div.DivClassName
{
background-color: #D41ACE;
}
.BgClassName
{
background-color: #D41ACE;
}
</style>
border-color css
<style>
span { border-color: #D41ACE; }
span { border-color: rgb(212,26,206); }
td.TdClassName
{
border-color: #D41ACE;
}
.TagClassName
{
border-color: #D41ACE;
}
</style>