Shades of Deep Magenta #D52ACC
Tints of Deep Magenta #D52ACC
RGB
CMYK
RGB Variations
Color information
#D52ACC (or 0xD52ACC) is known color: Deep Magenta. HEX triplet: D5, 2A and CC. RGB value is (213,42,204). Sum of RGB (Red+Green+Blue) = 213+42+204=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ACC is #2AD533. Grayscale: #6F6F6F. Windows color (decimal): -2807092 or 13380309. OLE color: 13380309.
HSL color Cylindrical-coordinate representation of color #D52ACC: hue angle of 303.16º 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 #D52ACC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 204 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.16 |
| HSL | 303.16º | 0.67% | 0.5% | - |
| HSV(B) | 303.16º | 0.8% | 0.84% | - |
| XYZ | 39.17 | 20.16 | 58.95 | - |
| YUV | 111.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 204 | 0 | 0.80 | 0.04 | 0.16 | 303.16 | 0.67 | 0.5 |
| Hex | D5 | 2A | CC | 0 | 50 | 4 | 10 | 12F | 43 | 32 |
| Octal | 325 | 52 | 314 | 0 | 120 | 4 | 20 | 457 | 103 | 62 |
| Binary | 11010101 | 101010 | 11001100 | 0 | 1010000 | 100 | 10000 | 100101111 | 1000011 | 110010 |
Color Harmonies of #D52ACC
Complementary color
Monochromatic Colors of #D52ACC
Black with #D52ACC
Text Example
Text Example
White with #D52ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ACC; }
p { color: rgb(213,42,204); }
H1.HeaderClassName
{
color: #D52ACC;
}
.AnyTagClassName
{
color: #D52ACC;
}
</style>
background-color css
<style>
a { background-color: #D52ACC; }
a { background-color: rgb(213,42,204); }
div.DivClassName
{
background-color: #D52ACC;
}
.BgClassName
{
background-color: #D52ACC;
}
</style>
border-color css
<style>
span { border-color: #D52ACC; }
span { border-color: rgb(213,42,204); }
td.TdClassName
{
border-color: #D52ACC;
}
.TagClassName
{
border-color: #D52ACC;
}
</style>