Shades of Deep Magenta #D52AE4
Tints of Deep Magenta #D52AE4
RGB
CMYK
RGB Variations
Color information
#D52AE4 (or 0xD52AE4) is known color: Deep Magenta. HEX triplet: D5, 2A and E4. RGB value is (213,42,228). Sum of RGB (Red+Green+Blue) = 213+42+228=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #D52AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52AE4 is #2AD51B. Grayscale: #717171. Windows color (decimal): -2807068 or 14953173. OLE color: 14953173.
HSL color Cylindrical-coordinate representation of color #D52AE4: hue angle of 295.16º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52AE4 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 42 | 228 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.11 |
| HSL | 295.16º | 0.78% | 0.53% | - |
| HSV(B) | 295.16º | 0.82% | 0.89% | - |
| XYZ | 42.27 | 21.4 | 75.3 | - |
| YUV | 114.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 228 | 0.07 | 0.82 | 0 | 0.11 | 295.16 | 0.78 | 0.53 |
| Hex | D5 | 2A | E4 | 7 | 52 | 0 | B | 127 | 4E | 35 |
| Octal | 325 | 52 | 344 | 7 | 122 | 0 | 13 | 447 | 116 | 65 |
| Binary | 11010101 | 101010 | 11100100 | 111 | 1010010 | 0 | 1011 | 100100111 | 1001110 | 110101 |
Color Harmonies of #D52AE4
Complementary color
Monochromatic Colors of #D52AE4
Black with #D52AE4
Text Example
Text Example
White with #D52AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AE4; }
p { color: rgb(213,42,228); }
H1.HeaderClassName
{
color: #D52AE4;
}
.AnyTagClassName
{
color: #D52AE4;
}
</style>
background-color css
<style>
a { background-color: #D52AE4; }
a { background-color: rgb(213,42,228); }
div.DivClassName
{
background-color: #D52AE4;
}
.BgClassName
{
background-color: #D52AE4;
}
</style>
border-color css
<style>
span { border-color: #D52AE4; }
span { border-color: rgb(213,42,228); }
td.TdClassName
{
border-color: #D52AE4;
}
.TagClassName
{
border-color: #D52AE4;
}
</style>