Shades of Deep Magenta #DC22C7
Tints of Deep Magenta #DC22C7
RGB
CMYK
RGB Variations
Color information
#DC22C7 (or 0xDC22C7) is known color: Deep Magenta. HEX triplet: DC, 22 and C7. RGB value is (220,34,199). Sum of RGB (Red+Green+Blue) = 220+34+199=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22C7 is #23DD38. Grayscale: #6B6B6B. Windows color (decimal): -2350393 or 13050588. OLE color: 13050588.
HSL color Cylindrical-coordinate representation of color #DC22C7: hue angle of 306.77º 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 #DC22C7 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 199 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.14 |
| HSL | 306.77º | 0.73% | 0.5% | - |
| HSV(B) | 306.77º | 0.85% | 0.86% | - |
| XYZ | 40.4 | 20.48 | 55.86 | - |
| YUV | 108.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 199 | 0 | 0.85 | 0.10 | 0.14 | 306.77 | 0.73 | 0.5 |
| Hex | DC | 22 | C7 | 0 | 55 | A | E | 133 | 49 | 32 |
| Octal | 334 | 42 | 307 | 0 | 125 | 12 | 16 | 463 | 111 | 62 |
| Binary | 11011100 | 100010 | 11000111 | 0 | 1010101 | 1010 | 1110 | 100110011 | 1001001 | 110010 |
Color Harmonies of #DC22C7
Complementary color
Monochromatic Colors of #DC22C7
Black with #DC22C7
Text Example
Text Example
White with #DC22C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22C7; }
p { color: rgb(220,34,199); }
H1.HeaderClassName
{
color: #DC22C7;
}
.AnyTagClassName
{
color: #DC22C7;
}
</style>
background-color css
<style>
a { background-color: #DC22C7; }
a { background-color: rgb(220,34,199); }
div.DivClassName
{
background-color: #DC22C7;
}
.BgClassName
{
background-color: #DC22C7;
}
</style>
border-color css
<style>
span { border-color: #DC22C7; }
span { border-color: rgb(220,34,199); }
td.TdClassName
{
border-color: #DC22C7;
}
.TagClassName
{
border-color: #DC22C7;
}
</style>