Shades of Deep Magenta #D520DC
Tints of Deep Magenta #D520DC
RGB
CMYK
RGB Variations
Color information
#D520DC (or 0xD520DC) is known color: Deep Magenta. HEX triplet: D5, 20 and DC. RGB value is (213,32,220). Sum of RGB (Red+Green+Blue) = 213+32+220=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #D520DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520DC is #2ADF23. Grayscale: #6A6A6A. Windows color (decimal): -2809636 or 14426325. OLE color: 14426325.
HSL color Cylindrical-coordinate representation of color #D520DC: hue angle of 297.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520DC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 32 | 220 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.14 |
| HSL | 297.77º | 0.75% | 0.49% | - |
| HSV(B) | 297.77º | 0.85% | 0.86% | - |
| XYZ | 40.88 | 20.35 | 69.48 | - |
| YUV | 107.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 220 | 0.03 | 0.85 | 0 | 0.14 | 297.77 | 0.75 | 0.49 |
| Hex | D5 | 20 | DC | 3 | 55 | 0 | E | 12A | 4B | 31 |
| Octal | 325 | 40 | 334 | 3 | 125 | 0 | 16 | 452 | 113 | 61 |
| Binary | 11010101 | 100000 | 11011100 | 11 | 1010101 | 0 | 1110 | 100101010 | 1001011 | 110001 |
Color Harmonies of #D520DC
Complementary color
Monochromatic Colors of #D520DC
Black with #D520DC
Text Example
Text Example
White with #D520DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520DC; }
p { color: rgb(213,32,220); }
H1.HeaderClassName
{
color: #D520DC;
}
.AnyTagClassName
{
color: #D520DC;
}
</style>
background-color css
<style>
a { background-color: #D520DC; }
a { background-color: rgb(213,32,220); }
div.DivClassName
{
background-color: #D520DC;
}
.BgClassName
{
background-color: #D520DC;
}
</style>
border-color css
<style>
span { border-color: #D520DC; }
span { border-color: rgb(213,32,220); }
td.TdClassName
{
border-color: #D520DC;
}
.TagClassName
{
border-color: #D520DC;
}
</style>