Shades of Deep Magenta #D522DC
Tints of Deep Magenta #D522DC
RGB
CMYK
RGB Variations
Color information
#D522DC (or 0xD522DC) is known color: Deep Magenta. HEX triplet: D5, 22 and DC. RGB value is (213,34,220). Sum of RGB (Red+Green+Blue) = 213+34+220=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #D522DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522DC is #2ADD23. Grayscale: #6C6C6C. Windows color (decimal): -2809124 or 14426837. OLE color: 14426837.
HSL color Cylindrical-coordinate representation of color #D522DC: hue angle of 297.74º degrees, saturation: 0.73, 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 #D522DC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 34 | 220 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.14 |
| HSL | 297.74º | 0.73% | 0.5% | - |
| HSV(B) | 297.74º | 0.85% | 0.86% | - |
| XYZ | 40.93 | 20.46 | 69.5 | - |
| YUV | 108.73 | 190.8 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 220 | 0.03 | 0.85 | 0 | 0.14 | 297.74 | 0.73 | 0.5 |
| Hex | D5 | 22 | DC | 3 | 55 | 0 | E | 12A | 49 | 32 |
| Octal | 325 | 42 | 334 | 3 | 125 | 0 | 16 | 452 | 111 | 62 |
| Binary | 11010101 | 100010 | 11011100 | 11 | 1010101 | 0 | 1110 | 100101010 | 1001001 | 110010 |
Color Harmonies of #D522DC
Complementary color
Monochromatic Colors of #D522DC
Black with #D522DC
Text Example
Text Example
White with #D522DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522DC; }
p { color: rgb(213,34,220); }
H1.HeaderClassName
{
color: #D522DC;
}
.AnyTagClassName
{
color: #D522DC;
}
</style>
background-color css
<style>
a { background-color: #D522DC; }
a { background-color: rgb(213,34,220); }
div.DivClassName
{
background-color: #D522DC;
}
.BgClassName
{
background-color: #D522DC;
}
</style>
border-color css
<style>
span { border-color: #D522DC; }
span { border-color: rgb(213,34,220); }
td.TdClassName
{
border-color: #D522DC;
}
.TagClassName
{
border-color: #D522DC;
}
</style>