Shades of Deep Magenta #D52AC8
Tints of Deep Magenta #D52AC8
RGB
CMYK
RGB Variations
Color information
#D52AC8 (or 0xD52AC8) is known color: Deep Magenta. HEX triplet: D5, 2A and C8. RGB value is (213,42,200). Sum of RGB (Red+Green+Blue) = 213+42+200=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52AC8 is #2AD537. Grayscale: #6E6E6E. Windows color (decimal): -2807096 or 13118165. OLE color: 13118165.
HSL color Cylindrical-coordinate representation of color #D52AC8: hue angle of 304.56º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52AC8 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 200 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.16 |
| HSL | 304.56º | 0.67% | 0.5% | - |
| HSV(B) | 304.56º | 0.8% | 0.84% | - |
| XYZ | 38.69 | 19.97 | 56.46 | - |
| YUV | 111.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 200 | 0 | 0.80 | 0.06 | 0.16 | 304.56 | 0.67 | 0.5 |
| Hex | D5 | 2A | C8 | 0 | 50 | 6 | 10 | 131 | 43 | 32 |
| Octal | 325 | 52 | 310 | 0 | 120 | 6 | 20 | 461 | 103 | 62 |
| Binary | 11010101 | 101010 | 11001000 | 0 | 1010000 | 110 | 10000 | 100110001 | 1000011 | 110010 |
Color Harmonies of #D52AC8
Complementary color
Monochromatic Colors of #D52AC8
Black with #D52AC8
Text Example
Text Example
White with #D52AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AC8; }
p { color: rgb(213,42,200); }
H1.HeaderClassName
{
color: #D52AC8;
}
.AnyTagClassName
{
color: #D52AC8;
}
</style>
background-color css
<style>
a { background-color: #D52AC8; }
a { background-color: rgb(213,42,200); }
div.DivClassName
{
background-color: #D52AC8;
}
.BgClassName
{
background-color: #D52AC8;
}
</style>
border-color css
<style>
span { border-color: #D52AC8; }
span { border-color: rgb(213,42,200); }
td.TdClassName
{
border-color: #D52AC8;
}
.TagClassName
{
border-color: #D52AC8;
}
</style>