Shades of Deep Magenta #DC0DCE
Tints of Deep Magenta #DC0DCE
RGB
CMYK
RGB Variations
Color information
#DC0DCE (or 0xDC0DCE) is known color: Deep Magenta. HEX triplet: DC, 0D and CE. RGB value is (220,13,206). Sum of RGB (Red+Green+Blue) = 220+13+206=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DCE is #23F231. Grayscale: #606060. Windows color (decimal): -2355762 or 13503964. OLE color: 13503964.
HSL color Cylindrical-coordinate representation of color #DC0DCE: hue angle of 304.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DCE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.14 |
| HSL | 304.06º | 0.89% | 0.46% | - |
| HSV(B) | 304.06º | 0.94% | 0.86% | - |
| XYZ | 40.8 | 19.96 | 60.09 | - |
| YUV | 96.9 | 189.58 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 206 | 0 | 0.94 | 0.06 | 0.14 | 304.06 | 0.89 | 0.46 |
| Hex | DC | D | CE | 0 | 5E | 6 | E | 130 | 59 | 2E |
| Octal | 334 | 15 | 316 | 0 | 136 | 6 | 16 | 460 | 131 | 56 |
| Binary | 11011100 | 1101 | 11001110 | 0 | 1011110 | 110 | 1110 | 100110000 | 1011001 | 101110 |
Color Harmonies of #DC0DCE
Complementary color
Monochromatic Colors of #DC0DCE
Black with #DC0DCE
Text Example
Text Example
White with #DC0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DCE; }
p { color: rgb(220,13,206); }
H1.HeaderClassName
{
color: #DC0DCE;
}
.AnyTagClassName
{
color: #DC0DCE;
}
</style>
background-color css
<style>
a { background-color: #DC0DCE; }
a { background-color: rgb(220,13,206); }
div.DivClassName
{
background-color: #DC0DCE;
}
.BgClassName
{
background-color: #DC0DCE;
}
</style>
border-color css
<style>
span { border-color: #DC0DCE; }
span { border-color: rgb(220,13,206); }
td.TdClassName
{
border-color: #DC0DCE;
}
.TagClassName
{
border-color: #DC0DCE;
}
</style>