Shades of Deep Magenta #D52AC4
Tints of Deep Magenta #D52AC4
RGB
CMYK
RGB Variations
Color information
#D52AC4 (or 0xD52AC4) is known color: Deep Magenta. HEX triplet: D5, 2A and C4. RGB value is (213,42,196). Sum of RGB (Red+Green+Blue) = 213+42+196=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52AC4 is #2AD53B. Grayscale: #6E6E6E. Windows color (decimal): -2807100 or 12856021. OLE color: 12856021.
HSL color Cylindrical-coordinate representation of color #D52AC4: hue angle of 305.96º 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 #D52AC4 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 196 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.16 |
| HSL | 305.96º | 0.67% | 0.5% | - |
| HSV(B) | 305.96º | 0.8% | 0.84% | - |
| XYZ | 38.23 | 19.79 | 54.03 | - |
| YUV | 110.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 196 | 0 | 0.80 | 0.08 | 0.16 | 305.96 | 0.67 | 0.5 |
| Hex | D5 | 2A | C4 | 0 | 50 | 8 | 10 | 132 | 43 | 32 |
| Octal | 325 | 52 | 304 | 0 | 120 | 10 | 20 | 462 | 103 | 62 |
| Binary | 11010101 | 101010 | 11000100 | 0 | 1010000 | 1000 | 10000 | 100110010 | 1000011 | 110010 |
Color Harmonies of #D52AC4
Complementary color
Monochromatic Colors of #D52AC4
Black with #D52AC4
Text Example
Text Example
White with #D52AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AC4; }
p { color: rgb(213,42,196); }
H1.HeaderClassName
{
color: #D52AC4;
}
.AnyTagClassName
{
color: #D52AC4;
}
</style>
background-color css
<style>
a { background-color: #D52AC4; }
a { background-color: rgb(213,42,196); }
div.DivClassName
{
background-color: #D52AC4;
}
.BgClassName
{
background-color: #D52AC4;
}
</style>
border-color css
<style>
span { border-color: #D52AC4; }
span { border-color: rgb(213,42,196); }
td.TdClassName
{
border-color: #D52AC4;
}
.TagClassName
{
border-color: #D52AC4;
}
</style>