Shades of Deep Magenta #D42AE5
Tints of Deep Magenta #D42AE5
RGB
CMYK
RGB Variations
Color information
#D42AE5 (or 0xD42AE5) is known color: Deep Magenta. HEX triplet: D4, 2A and E5. RGB value is (212,42,229). Sum of RGB (Red+Green+Blue) = 212+42+229=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #D42AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42AE5 is #2BD51A. Grayscale: #717171. Windows color (decimal): -2872603 or 15018708. OLE color: 15018708.
HSL color Cylindrical-coordinate representation of color #D42AE5: hue angle of 294.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42AE5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 42 | 229 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.10 |
| HSL | 294.55º | 0.78% | 0.53% | - |
| HSV(B) | 294.55º | 0.82% | 0.9% | - |
| XYZ | 42.12 | 21.31 | 76.02 | - |
| YUV | 114.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 229 | 0.07 | 0.82 | 0 | 0.10 | 294.55 | 0.78 | 0.53 |
| Hex | D4 | 2A | E5 | 7 | 52 | 0 | A | 127 | 4E | 35 |
| Octal | 324 | 52 | 345 | 7 | 122 | 0 | 12 | 447 | 116 | 65 |
| Binary | 11010100 | 101010 | 11100101 | 111 | 1010010 | 0 | 1010 | 100100111 | 1001110 | 110101 |
Color Harmonies of #D42AE5
Complementary color
Monochromatic Colors of #D42AE5
Black with #D42AE5
Text Example
Text Example
White with #D42AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AE5; }
p { color: rgb(212,42,229); }
H1.HeaderClassName
{
color: #D42AE5;
}
.AnyTagClassName
{
color: #D42AE5;
}
</style>
background-color css
<style>
a { background-color: #D42AE5; }
a { background-color: rgb(212,42,229); }
div.DivClassName
{
background-color: #D42AE5;
}
.BgClassName
{
background-color: #D42AE5;
}
</style>
border-color css
<style>
span { border-color: #D42AE5; }
span { border-color: rgb(212,42,229); }
td.TdClassName
{
border-color: #D42AE5;
}
.TagClassName
{
border-color: #D42AE5;
}
</style>