Shades of Deep Magenta #DC22CB
Tints of Deep Magenta #DC22CB
RGB
CMYK
RGB Variations
Color information
#DC22CB (or 0xDC22CB) is known color: Deep Magenta. HEX triplet: DC, 22 and CB. RGB value is (220,34,203). Sum of RGB (Red+Green+Blue) = 220+34+203=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22CB is #23DD34. Grayscale: #6C6C6C. Windows color (decimal): -2350389 or 13312732. OLE color: 13312732.
HSL color Cylindrical-coordinate representation of color #DC22CB: hue angle of 305.48º 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 #DC22CB is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 203 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.14 |
| HSL | 305.48º | 0.73% | 0.5% | - |
| HSV(B) | 305.48º | 0.85% | 0.86% | - |
| XYZ | 40.87 | 20.67 | 58.34 | - |
| YUV | 108.88 | 181.12 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 203 | 0 | 0.85 | 0.08 | 0.14 | 305.48 | 0.73 | 0.5 |
| Hex | DC | 22 | CB | 0 | 55 | 8 | E | 131 | 49 | 32 |
| Octal | 334 | 42 | 313 | 0 | 125 | 10 | 16 | 461 | 111 | 62 |
| Binary | 11011100 | 100010 | 11001011 | 0 | 1010101 | 1000 | 1110 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DC22CB
Complementary color
Monochromatic Colors of #DC22CB
Black with #DC22CB
Text Example
Text Example
White with #DC22CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22CB; }
p { color: rgb(220,34,203); }
H1.HeaderClassName
{
color: #DC22CB;
}
.AnyTagClassName
{
color: #DC22CB;
}
</style>
background-color css
<style>
a { background-color: #DC22CB; }
a { background-color: rgb(220,34,203); }
div.DivClassName
{
background-color: #DC22CB;
}
.BgClassName
{
background-color: #DC22CB;
}
</style>
border-color css
<style>
span { border-color: #DC22CB; }
span { border-color: rgb(220,34,203); }
td.TdClassName
{
border-color: #DC22CB;
}
.TagClassName
{
border-color: #DC22CB;
}
</style>