Shades of Deep Magenta #D52ACE
Tints of Deep Magenta #D52ACE
RGB
CMYK
RGB Variations
Color information
#D52ACE (or 0xD52ACE) is known color: Deep Magenta. HEX triplet: D5, 2A and CE. RGB value is (213,42,206). Sum of RGB (Red+Green+Blue) = 213+42+206=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ACE is #2AD531. Grayscale: #6F6F6F. Windows color (decimal): -2807090 or 13511381. OLE color: 13511381.
HSL color Cylindrical-coordinate representation of color #D52ACE: hue angle of 302.46º 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 #D52ACE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 206 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.16 |
| HSL | 302.46º | 0.67% | 0.5% | - |
| HSV(B) | 302.46º | 0.8% | 0.84% | - |
| XYZ | 39.41 | 20.26 | 60.23 | - |
| YUV | 111.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 206 | 0 | 0.80 | 0.03 | 0.16 | 302.46 | 0.67 | 0.5 |
| Hex | D5 | 2A | CE | 0 | 50 | 3 | 10 | 12E | 43 | 32 |
| Octal | 325 | 52 | 316 | 0 | 120 | 3 | 20 | 456 | 103 | 62 |
| Binary | 11010101 | 101010 | 11001110 | 0 | 1010000 | 11 | 10000 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D52ACE
Complementary color
Monochromatic Colors of #D52ACE
Black with #D52ACE
Text Example
Text Example
White with #D52ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ACE; }
p { color: rgb(213,42,206); }
H1.HeaderClassName
{
color: #D52ACE;
}
.AnyTagClassName
{
color: #D52ACE;
}
</style>
background-color css
<style>
a { background-color: #D52ACE; }
a { background-color: rgb(213,42,206); }
div.DivClassName
{
background-color: #D52ACE;
}
.BgClassName
{
background-color: #D52ACE;
}
</style>
border-color css
<style>
span { border-color: #D52ACE; }
span { border-color: rgb(213,42,206); }
td.TdClassName
{
border-color: #D52ACE;
}
.TagClassName
{
border-color: #D52ACE;
}
</style>