Shades of Deep Magenta #D524DD
Tints of Deep Magenta #D524DD
RGB
CMYK
RGB Variations
Color information
#D524DD (or 0xD524DD) is known color: Deep Magenta. HEX triplet: D5, 24 and DD. RGB value is (213,36,221). Sum of RGB (Red+Green+Blue) = 213+36+221=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D524DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524DD is #2ADB22. Grayscale: #6D6D6D. Windows color (decimal): -2808611 or 14492885. OLE color: 14492885.
HSL color Cylindrical-coordinate representation of color #D524DD: hue angle of 297.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D524DD is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 36 | 221 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.13 |
| HSL | 297.41º | 0.73% | 0.5% | - |
| HSV(B) | 297.41º | 0.84% | 0.87% | - |
| XYZ | 41.12 | 20.63 | 70.22 | - |
| YUV | 110.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 221 | 0.04 | 0.84 | 0 | 0.13 | 297.41 | 0.73 | 0.5 |
| Hex | D5 | 24 | DD | 4 | 54 | 0 | D | 129 | 49 | 32 |
| Octal | 325 | 44 | 335 | 4 | 124 | 0 | 15 | 451 | 111 | 62 |
| Binary | 11010101 | 100100 | 11011101 | 100 | 1010100 | 0 | 1101 | 100101001 | 1001001 | 110010 |
Color Harmonies of #D524DD
Complementary color
Monochromatic Colors of #D524DD
Black with #D524DD
Text Example
Text Example
White with #D524DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524DD; }
p { color: rgb(213,36,221); }
H1.HeaderClassName
{
color: #D524DD;
}
.AnyTagClassName
{
color: #D524DD;
}
</style>
background-color css
<style>
a { background-color: #D524DD; }
a { background-color: rgb(213,36,221); }
div.DivClassName
{
background-color: #D524DD;
}
.BgClassName
{
background-color: #D524DD;
}
</style>
border-color css
<style>
span { border-color: #D524DD; }
span { border-color: rgb(213,36,221); }
td.TdClassName
{
border-color: #D524DD;
}
.TagClassName
{
border-color: #D524DD;
}
</style>