Shades of Deep Magenta #DC00DE
Tints of Deep Magenta #DC00DE
RGB
CMYK
RGB Variations
Color information
#DC00DE (or 0xDC00DE) is known color: Deep Magenta. HEX triplet: DC, 00 and DE. RGB value is (220,0,222). Sum of RGB (Red+Green+Blue) = 220+0+222=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00DE is #23FF21. Grayscale: #5A5A5A. Windows color (decimal): -2359074 or 14549212. OLE color: 14549212.
HSL color Cylindrical-coordinate representation of color #DC00DE: hue angle of 299.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00DE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 0 | 222 | - |
| CMYK | 0.01 | 1 | 0 | 0.13 |
| HSL | 299.46º | 1% | 0.44% | - |
| HSV(B) | 299.46º | 1% | 0.87% | - |
| XYZ | 42.7 | 20.49 | 70.81 | - |
| YUV | 91.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 222 | 0.01 | 1 | 0 | 0.13 | 299.46 | 1 | 0.44 |
| Hex | DC | 0 | DE | 1 | 64 | 0 | D | 12B | 64 | 2C |
| Octal | 334 | 0 | 336 | 1 | 144 | 0 | 15 | 453 | 144 | 54 |
| Binary | 11011100 | 0 | 11011110 | 1 | 1100100 | 0 | 1101 | 100101011 | 1100100 | 101100 |
Color Harmonies of #DC00DE
Complementary color
Monochromatic Colors of #DC00DE
Black with #DC00DE
Text Example
Text Example
White with #DC00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00DE; }
p { color: rgb(220,0,222); }
H1.HeaderClassName
{
color: #DC00DE;
}
.AnyTagClassName
{
color: #DC00DE;
}
</style>
background-color css
<style>
a { background-color: #DC00DE; }
a { background-color: rgb(220,0,222); }
div.DivClassName
{
background-color: #DC00DE;
}
.BgClassName
{
background-color: #DC00DE;
}
</style>
border-color css
<style>
span { border-color: #DC00DE; }
span { border-color: rgb(220,0,222); }
td.TdClassName
{
border-color: #DC00DE;
}
.TagClassName
{
border-color: #DC00DE;
}
</style>