Shades of Deep Magenta #D521DC
Tints of Deep Magenta #D521DC
RGB
CMYK
RGB Variations
Color information
#D521DC (or 0xD521DC) is known color: Deep Magenta. HEX triplet: D5, 21 and DC. RGB value is (213,33,220). Sum of RGB (Red+Green+Blue) = 213+33+220=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #D521DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521DC is #2ADE23. Grayscale: #6B6B6B. Windows color (decimal): -2809380 or 14426581. OLE color: 14426581.
HSL color Cylindrical-coordinate representation of color #D521DC: hue angle of 297.75º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521DC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 33 | 220 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.14 |
| HSL | 297.75º | 0.74% | 0.5% | - |
| HSV(B) | 297.75º | 0.85% | 0.86% | - |
| XYZ | 40.9 | 20.4 | 69.49 | - |
| YUV | 108.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 220 | 0.03 | 0.85 | 0 | 0.14 | 297.75 | 0.74 | 0.5 |
| Hex | D5 | 21 | DC | 3 | 55 | 0 | E | 12A | 4A | 32 |
| Octal | 325 | 41 | 334 | 3 | 125 | 0 | 16 | 452 | 112 | 62 |
| Binary | 11010101 | 100001 | 11011100 | 11 | 1010101 | 0 | 1110 | 100101010 | 1001010 | 110010 |
Color Harmonies of #D521DC
Complementary color
Monochromatic Colors of #D521DC
Black with #D521DC
Text Example
Text Example
White with #D521DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521DC; }
p { color: rgb(213,33,220); }
H1.HeaderClassName
{
color: #D521DC;
}
.AnyTagClassName
{
color: #D521DC;
}
</style>
background-color css
<style>
a { background-color: #D521DC; }
a { background-color: rgb(213,33,220); }
div.DivClassName
{
background-color: #D521DC;
}
.BgClassName
{
background-color: #D521DC;
}
</style>
border-color css
<style>
span { border-color: #D521DC; }
span { border-color: rgb(213,33,220); }
td.TdClassName
{
border-color: #D521DC;
}
.TagClassName
{
border-color: #D521DC;
}
</style>