Shades of Deep Magenta #DC22D0
Tints of Deep Magenta #DC22D0
RGB
CMYK
RGB Variations
Color information
#DC22D0 (or 0xDC22D0) is known color: Deep Magenta. HEX triplet: DC, 22 and D0. RGB value is (220,34,208). Sum of RGB (Red+Green+Blue) = 220+34+208=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22D0 is #23DD2F. Grayscale: #6C6C6C. Windows color (decimal): -2350384 or 13640412. OLE color: 13640412.
HSL color Cylindrical-coordinate representation of color #DC22D0: hue angle of 303.87º 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 #DC22D0 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 208 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.14 |
| HSL | 303.87º | 0.73% | 0.5% | - |
| HSV(B) | 303.87º | 0.85% | 0.86% | - |
| XYZ | 41.47 | 20.91 | 61.53 | - |
| YUV | 109.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 208 | 0 | 0.85 | 0.05 | 0.14 | 303.87 | 0.73 | 0.5 |
| Hex | DC | 22 | D0 | 0 | 55 | 5 | E | 130 | 49 | 32 |
| Octal | 334 | 42 | 320 | 0 | 125 | 5 | 16 | 460 | 111 | 62 |
| Binary | 11011100 | 100010 | 11010000 | 0 | 1010101 | 101 | 1110 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DC22D0
Complementary color
Monochromatic Colors of #DC22D0
Black with #DC22D0
Text Example
Text Example
White with #DC22D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22D0; }
p { color: rgb(220,34,208); }
H1.HeaderClassName
{
color: #DC22D0;
}
.AnyTagClassName
{
color: #DC22D0;
}
</style>
background-color css
<style>
a { background-color: #DC22D0; }
a { background-color: rgb(220,34,208); }
div.DivClassName
{
background-color: #DC22D0;
}
.BgClassName
{
background-color: #DC22D0;
}
</style>
border-color css
<style>
span { border-color: #DC22D0; }
span { border-color: rgb(220,34,208); }
td.TdClassName
{
border-color: #DC22D0;
}
.TagClassName
{
border-color: #DC22D0;
}
</style>