Shades of Deep Magenta #D524C0
Tints of Deep Magenta #D524C0
RGB
CMYK
RGB Variations
Color information
#D524C0 (or 0xD524C0) is known color: Deep Magenta. HEX triplet: D5, 24 and C0. RGB value is (213,36,192). Sum of RGB (Red+Green+Blue) = 213+36+192=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D524C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524C0 is #2ADB3F. Grayscale: #6A6A6A. Windows color (decimal): -2808640 or 12592341. OLE color: 12592341.
HSL color Cylindrical-coordinate representation of color #D524C0: hue angle of 307.12º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D524C0 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 192 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.16 |
| HSL | 307.12º | 0.71% | 0.49% | - |
| HSV(B) | 307.12º | 0.83% | 0.84% | - |
| XYZ | 37.59 | 19.21 | 51.6 | - |
| YUV | 106.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 192 | 0 | 0.83 | 0.10 | 0.16 | 307.12 | 0.71 | 0.49 |
| Hex | D5 | 24 | C0 | 0 | 53 | A | 10 | 133 | 47 | 31 |
| Octal | 325 | 44 | 300 | 0 | 123 | 12 | 20 | 463 | 107 | 61 |
| Binary | 11010101 | 100100 | 11000000 | 0 | 1010011 | 1010 | 10000 | 100110011 | 1000111 | 110001 |
Color Harmonies of #D524C0
Complementary color
Monochromatic Colors of #D524C0
Black with #D524C0
Text Example
Text Example
White with #D524C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524C0; }
p { color: rgb(213,36,192); }
H1.HeaderClassName
{
color: #D524C0;
}
.AnyTagClassName
{
color: #D524C0;
}
</style>
background-color css
<style>
a { background-color: #D524C0; }
a { background-color: rgb(213,36,192); }
div.DivClassName
{
background-color: #D524C0;
}
.BgClassName
{
background-color: #D524C0;
}
</style>
border-color css
<style>
span { border-color: #D524C0; }
span { border-color: rgb(213,36,192); }
td.TdClassName
{
border-color: #D524C0;
}
.TagClassName
{
border-color: #D524C0;
}
</style>