Shades of Deep Magenta #DC22CD
Tints of Deep Magenta #DC22CD
RGB
CMYK
RGB Variations
Color information
#DC22CD (or 0xDC22CD) is known color: Deep Magenta. HEX triplet: DC, 22 and CD. RGB value is (220,34,205). Sum of RGB (Red+Green+Blue) = 220+34+205=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22CD is #23DD32. Grayscale: #6C6C6C. Windows color (decimal): -2350387 or 13443804. OLE color: 13443804.
HSL color Cylindrical-coordinate representation of color #DC22CD: hue angle of 304.84º 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 #DC22CD is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 205 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.14 |
| HSL | 304.84º | 0.73% | 0.5% | - |
| HSV(B) | 304.84º | 0.85% | 0.86% | - |
| XYZ | 41.11 | 20.77 | 59.6 | - |
| YUV | 109.11 | 182.12 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 205 | 0 | 0.85 | 0.07 | 0.14 | 304.84 | 0.73 | 0.5 |
| Hex | DC | 22 | CD | 0 | 55 | 7 | E | 131 | 49 | 32 |
| Octal | 334 | 42 | 315 | 0 | 125 | 7 | 16 | 461 | 111 | 62 |
| Binary | 11011100 | 100010 | 11001101 | 0 | 1010101 | 111 | 1110 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DC22CD
Complementary color
Monochromatic Colors of #DC22CD
Black with #DC22CD
Text Example
Text Example
White with #DC22CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22CD; }
p { color: rgb(220,34,205); }
H1.HeaderClassName
{
color: #DC22CD;
}
.AnyTagClassName
{
color: #DC22CD;
}
</style>
background-color css
<style>
a { background-color: #DC22CD; }
a { background-color: rgb(220,34,205); }
div.DivClassName
{
background-color: #DC22CD;
}
.BgClassName
{
background-color: #DC22CD;
}
</style>
border-color css
<style>
span { border-color: #DC22CD; }
span { border-color: rgb(220,34,205); }
td.TdClassName
{
border-color: #DC22CD;
}
.TagClassName
{
border-color: #DC22CD;
}
</style>