Shades of Deep Magenta #DC22D9
Tints of Deep Magenta #DC22D9
RGB
CMYK
RGB Variations
Color information
#DC22D9 (or 0xDC22D9) is known color: Deep Magenta. HEX triplet: DC, 22 and D9. RGB value is (220,34,217). Sum of RGB (Red+Green+Blue) = 220+34+217=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22D9 is #23DD26. Grayscale: #6D6D6D. Windows color (decimal): -2350375 or 14230236. OLE color: 14230236.
HSL color Cylindrical-coordinate representation of color #DC22D9: hue angle of 300.97º 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 #DC22D9 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 217 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.14 |
| HSL | 300.97º | 0.73% | 0.5% | - |
| HSV(B) | 300.97º | 0.85% | 0.86% | - |
| XYZ | 42.61 | 21.37 | 67.52 | - |
| YUV | 110.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 217 | 0 | 0.85 | 0.01 | 0.14 | 300.97 | 0.73 | 0.5 |
| Hex | DC | 22 | D9 | 0 | 55 | 1 | E | 12D | 49 | 32 |
| Octal | 334 | 42 | 331 | 0 | 125 | 1 | 16 | 455 | 111 | 62 |
| Binary | 11011100 | 100010 | 11011001 | 0 | 1010101 | 1 | 1110 | 100101101 | 1001001 | 110010 |
Color Harmonies of #DC22D9
Complementary color
Monochromatic Colors of #DC22D9
Black with #DC22D9
Text Example
Text Example
White with #DC22D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22D9; }
p { color: rgb(220,34,217); }
H1.HeaderClassName
{
color: #DC22D9;
}
.AnyTagClassName
{
color: #DC22D9;
}
</style>
background-color css
<style>
a { background-color: #DC22D9; }
a { background-color: rgb(220,34,217); }
div.DivClassName
{
background-color: #DC22D9;
}
.BgClassName
{
background-color: #DC22D9;
}
</style>
border-color css
<style>
span { border-color: #DC22D9; }
span { border-color: rgb(220,34,217); }
td.TdClassName
{
border-color: #DC22D9;
}
.TagClassName
{
border-color: #DC22D9;
}
</style>