Shades of Deep Magenta #D52ADA
Tints of Deep Magenta #D52ADA
RGB
CMYK
RGB Variations
Color information
#D52ADA (or 0xD52ADA) is known color: Deep Magenta. HEX triplet: D5, 2A and DA. RGB value is (213,42,218). Sum of RGB (Red+Green+Blue) = 213+42+218=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #D52ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ADA is #2AD525. Grayscale: #707070. Windows color (decimal): -2807078 or 14297813. OLE color: 14297813.
HSL color Cylindrical-coordinate representation of color #D52ADA: hue angle of 298.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52ADA is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 42 | 218 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.15 |
| HSL | 298.3º | 0.7% | 0.51% | - |
| HSV(B) | 298.3º | 0.81% | 0.85% | - |
| XYZ | 40.92 | 20.86 | 68.2 | - |
| YUV | 113.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 218 | 0.02 | 0.81 | 0 | 0.15 | 298.3 | 0.7 | 0.51 |
| Hex | D5 | 2A | DA | 2 | 51 | 0 | F | 12A | 46 | 33 |
| Octal | 325 | 52 | 332 | 2 | 121 | 0 | 17 | 452 | 106 | 63 |
| Binary | 11010101 | 101010 | 11011010 | 10 | 1010001 | 0 | 1111 | 100101010 | 1000110 | 110011 |
Color Harmonies of #D52ADA
Complementary color
Monochromatic Colors of #D52ADA
Black with #D52ADA
Text Example
Text Example
White with #D52ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ADA; }
p { color: rgb(213,42,218); }
H1.HeaderClassName
{
color: #D52ADA;
}
.AnyTagClassName
{
color: #D52ADA;
}
</style>
background-color css
<style>
a { background-color: #D52ADA; }
a { background-color: rgb(213,42,218); }
div.DivClassName
{
background-color: #D52ADA;
}
.BgClassName
{
background-color: #D52ADA;
}
</style>
border-color css
<style>
span { border-color: #D52ADA; }
span { border-color: rgb(213,42,218); }
td.TdClassName
{
border-color: #D52ADA;
}
.TagClassName
{
border-color: #D52ADA;
}
</style>