Shades of Deep Magenta #DC20CB
Tints of Deep Magenta #DC20CB
RGB
CMYK
RGB Variations
Color information
#DC20CB (or 0xDC20CB) is known color: Deep Magenta. HEX triplet: DC, 20 and CB. RGB value is (220,32,203). Sum of RGB (Red+Green+Blue) = 220+32+203=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20CB is #23DF34. Grayscale: #6B6B6B. Windows color (decimal): -2350901 or 13312220. OLE color: 13312220.
HSL color Cylindrical-coordinate representation of color #DC20CB: hue angle of 305.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20CB is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 203 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.14 |
| HSL | 305.43º | 0.75% | 0.49% | - |
| HSV(B) | 305.43º | 0.85% | 0.86% | - |
| XYZ | 40.81 | 20.56 | 58.32 | - |
| YUV | 107.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 203 | 0 | 0.85 | 0.08 | 0.14 | 305.43 | 0.75 | 0.49 |
| Hex | DC | 20 | CB | 0 | 55 | 8 | E | 131 | 4B | 31 |
| Octal | 334 | 40 | 313 | 0 | 125 | 10 | 16 | 461 | 113 | 61 |
| Binary | 11011100 | 100000 | 11001011 | 0 | 1010101 | 1000 | 1110 | 100110001 | 1001011 | 110001 |
Color Harmonies of #DC20CB
Complementary color
Monochromatic Colors of #DC20CB
Black with #DC20CB
Text Example
Text Example
White with #DC20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20CB; }
p { color: rgb(220,32,203); }
H1.HeaderClassName
{
color: #DC20CB;
}
.AnyTagClassName
{
color: #DC20CB;
}
</style>
background-color css
<style>
a { background-color: #DC20CB; }
a { background-color: rgb(220,32,203); }
div.DivClassName
{
background-color: #DC20CB;
}
.BgClassName
{
background-color: #DC20CB;
}
</style>
border-color css
<style>
span { border-color: #DC20CB; }
span { border-color: rgb(220,32,203); }
td.TdClassName
{
border-color: #DC20CB;
}
.TagClassName
{
border-color: #DC20CB;
}
</style>