Shades of Deep Magenta #DC22CF
Tints of Deep Magenta #DC22CF
RGB
CMYK
RGB Variations
Color information
#DC22CF (or 0xDC22CF) is known color: Deep Magenta. HEX triplet: DC, 22 and CF. RGB value is (220,34,207). Sum of RGB (Red+Green+Blue) = 220+34+207=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22CF is #23DD30. Grayscale: #6C6C6C. Windows color (decimal): -2350385 or 13574876. OLE color: 13574876.
HSL color Cylindrical-coordinate representation of color #DC22CF: hue angle of 304.19º 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 #DC22CF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 207 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.14 |
| HSL | 304.19º | 0.73% | 0.5% | - |
| HSV(B) | 304.19º | 0.85% | 0.86% | - |
| XYZ | 41.35 | 20.86 | 60.88 | - |
| YUV | 109.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 207 | 0 | 0.85 | 0.06 | 0.14 | 304.19 | 0.73 | 0.5 |
| Hex | DC | 22 | CF | 0 | 55 | 6 | E | 130 | 49 | 32 |
| Octal | 334 | 42 | 317 | 0 | 125 | 6 | 16 | 460 | 111 | 62 |
| Binary | 11011100 | 100010 | 11001111 | 0 | 1010101 | 110 | 1110 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DC22CF
Complementary color
Monochromatic Colors of #DC22CF
Black with #DC22CF
Text Example
Text Example
White with #DC22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22CF; }
p { color: rgb(220,34,207); }
H1.HeaderClassName
{
color: #DC22CF;
}
.AnyTagClassName
{
color: #DC22CF;
}
</style>
background-color css
<style>
a { background-color: #DC22CF; }
a { background-color: rgb(220,34,207); }
div.DivClassName
{
background-color: #DC22CF;
}
.BgClassName
{
background-color: #DC22CF;
}
</style>
border-color css
<style>
span { border-color: #DC22CF; }
span { border-color: rgb(220,34,207); }
td.TdClassName
{
border-color: #DC22CF;
}
.TagClassName
{
border-color: #DC22CF;
}
</style>