Shades of Deep Magenta #D520D9
Tints of Deep Magenta #D520D9
RGB
CMYK
RGB Variations
Color information
#D520D9 (or 0xD520D9) is known color: Deep Magenta. HEX triplet: D5, 20 and D9. RGB value is (213,32,217). Sum of RGB (Red+Green+Blue) = 213+32+217=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #D520D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520D9 is #2ADF26. Grayscale: #6A6A6A. Windows color (decimal): -2809639 or 14229717. OLE color: 14229717.
HSL color Cylindrical-coordinate representation of color #D520D9: hue angle of 298.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520D9 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 32 | 217 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.15 |
| HSL | 298.7º | 0.74% | 0.49% | - |
| HSV(B) | 298.7º | 0.85% | 0.85% | - |
| XYZ | 40.48 | 20.19 | 67.41 | - |
| YUV | 107.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 217 | 0.02 | 0.85 | 0 | 0.15 | 298.7 | 0.74 | 0.49 |
| Hex | D5 | 20 | D9 | 2 | 55 | 0 | F | 12B | 4A | 31 |
| Octal | 325 | 40 | 331 | 2 | 125 | 0 | 17 | 453 | 112 | 61 |
| Binary | 11010101 | 100000 | 11011001 | 10 | 1010101 | 0 | 1111 | 100101011 | 1001010 | 110001 |
Color Harmonies of #D520D9
Complementary color
Monochromatic Colors of #D520D9
Black with #D520D9
Text Example
Text Example
White with #D520D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520D9; }
p { color: rgb(213,32,217); }
H1.HeaderClassName
{
color: #D520D9;
}
.AnyTagClassName
{
color: #D520D9;
}
</style>
background-color css
<style>
a { background-color: #D520D9; }
a { background-color: rgb(213,32,217); }
div.DivClassName
{
background-color: #D520D9;
}
.BgClassName
{
background-color: #D520D9;
}
</style>
border-color css
<style>
span { border-color: #D520D9; }
span { border-color: rgb(213,32,217); }
td.TdClassName
{
border-color: #D520D9;
}
.TagClassName
{
border-color: #D520D9;
}
</style>