Shades of Deep Magenta #D524DC
Tints of Deep Magenta #D524DC
RGB
CMYK
RGB Variations
Color information
#D524DC (or 0xD524DC) is known color: Deep Magenta. HEX triplet: D5, 24 and DC. RGB value is (213,36,220). Sum of RGB (Red+Green+Blue) = 213+36+220=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #D524DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524DC is #2ADB23. Grayscale: #6D6D6D. Windows color (decimal): -2808612 or 14427349. OLE color: 14427349.
HSL color Cylindrical-coordinate representation of color #D524DC: hue angle of 297.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D524DC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 36 | 220 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.14 |
| HSL | 297.72º | 0.72% | 0.5% | - |
| HSV(B) | 297.72º | 0.84% | 0.86% | - |
| XYZ | 40.99 | 20.58 | 69.52 | - |
| YUV | 109.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 220 | 0.03 | 0.84 | 0 | 0.14 | 297.72 | 0.72 | 0.5 |
| Hex | D5 | 24 | DC | 3 | 54 | 0 | E | 12A | 48 | 32 |
| Octal | 325 | 44 | 334 | 3 | 124 | 0 | 16 | 452 | 110 | 62 |
| Binary | 11010101 | 100100 | 11011100 | 11 | 1010100 | 0 | 1110 | 100101010 | 1001000 | 110010 |
Color Harmonies of #D524DC
Complementary color
Monochromatic Colors of #D524DC
Black with #D524DC
Text Example
Text Example
White with #D524DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524DC; }
p { color: rgb(213,36,220); }
H1.HeaderClassName
{
color: #D524DC;
}
.AnyTagClassName
{
color: #D524DC;
}
</style>
background-color css
<style>
a { background-color: #D524DC; }
a { background-color: rgb(213,36,220); }
div.DivClassName
{
background-color: #D524DC;
}
.BgClassName
{
background-color: #D524DC;
}
</style>
border-color css
<style>
span { border-color: #D524DC; }
span { border-color: rgb(213,36,220); }
td.TdClassName
{
border-color: #D524DC;
}
.TagClassName
{
border-color: #D524DC;
}
</style>