Shades of Deep Magenta #D52AC0
Tints of Deep Magenta #D52AC0
RGB
CMYK
RGB Variations
Color information
#D52AC0 (or 0xD52AC0) is known color: Deep Magenta. HEX triplet: D5, 2A and C0. RGB value is (213,42,192). Sum of RGB (Red+Green+Blue) = 213+42+192=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52AC0 is #2AD53F. Grayscale: #6D6D6D. Windows color (decimal): -2807104 or 12593877. OLE color: 12593877.
HSL color Cylindrical-coordinate representation of color #D52AC0: hue angle of 307.37º 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 #D52AC0 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 192 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.16 |
| HSL | 307.37º | 0.67% | 0.5% | - |
| HSV(B) | 307.37º | 0.8% | 0.84% | - |
| XYZ | 37.78 | 19.61 | 51.66 | - |
| YUV | 110.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 192 | 0 | 0.80 | 0.10 | 0.16 | 307.37 | 0.67 | 0.5 |
| Hex | D5 | 2A | C0 | 0 | 50 | A | 10 | 133 | 43 | 32 |
| Octal | 325 | 52 | 300 | 0 | 120 | 12 | 20 | 463 | 103 | 62 |
| Binary | 11010101 | 101010 | 11000000 | 0 | 1010000 | 1010 | 10000 | 100110011 | 1000011 | 110010 |
Color Harmonies of #D52AC0
Complementary color
Monochromatic Colors of #D52AC0
Black with #D52AC0
Text Example
Text Example
White with #D52AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AC0; }
p { color: rgb(213,42,192); }
H1.HeaderClassName
{
color: #D52AC0;
}
.AnyTagClassName
{
color: #D52AC0;
}
</style>
background-color css
<style>
a { background-color: #D52AC0; }
a { background-color: rgb(213,42,192); }
div.DivClassName
{
background-color: #D52AC0;
}
.BgClassName
{
background-color: #D52AC0;
}
</style>
border-color css
<style>
span { border-color: #D52AC0; }
span { border-color: rgb(213,42,192); }
td.TdClassName
{
border-color: #D52AC0;
}
.TagClassName
{
border-color: #D52AC0;
}
</style>