Shades of Deep Magenta #D52ADD
Tints of Deep Magenta #D52ADD
RGB
CMYK
RGB Variations
Color information
#D52ADD (or 0xD52ADD) is known color: Deep Magenta. HEX triplet: D5, 2A and DD. RGB value is (213,42,221). Sum of RGB (Red+Green+Blue) = 213+42+221=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D52ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ADD is #2AD522. Grayscale: #707070. Windows color (decimal): -2807075 or 14494421. OLE color: 14494421.
HSL color Cylindrical-coordinate representation of color #D52ADD: hue angle of 297.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52ADD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 42 | 221 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 297.32º | 0.72% | 0.52% | - |
| HSV(B) | 297.32º | 0.81% | 0.87% | - |
| XYZ | 41.32 | 21.02 | 70.29 | - |
| YUV | 113.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 221 | 0.04 | 0.81 | 0 | 0.13 | 297.32 | 0.72 | 0.52 |
| Hex | D5 | 2A | DD | 4 | 51 | 0 | D | 129 | 48 | 34 |
| Octal | 325 | 52 | 335 | 4 | 121 | 0 | 15 | 451 | 110 | 64 |
| Binary | 11010101 | 101010 | 11011101 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D52ADD
Complementary color
Monochromatic Colors of #D52ADD
Black with #D52ADD
Text Example
Text Example
White with #D52ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ADD; }
p { color: rgb(213,42,221); }
H1.HeaderClassName
{
color: #D52ADD;
}
.AnyTagClassName
{
color: #D52ADD;
}
</style>
background-color css
<style>
a { background-color: #D52ADD; }
a { background-color: rgb(213,42,221); }
div.DivClassName
{
background-color: #D52ADD;
}
.BgClassName
{
background-color: #D52ADD;
}
</style>
border-color css
<style>
span { border-color: #D52ADD; }
span { border-color: rgb(213,42,221); }
td.TdClassName
{
border-color: #D52ADD;
}
.TagClassName
{
border-color: #D52ADD;
}
</style>