Shades of Deep Magenta #DC00DD
Tints of Deep Magenta #DC00DD
RGB
CMYK
RGB Variations
Color information
#DC00DD (or 0xDC00DD) is known color: Deep Magenta. HEX triplet: DC, 00 and DD. RGB value is (220,0,221). Sum of RGB (Red+Green+Blue) = 220+0+221=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00DD is #23FF22. Grayscale: #5A5A5A. Windows color (decimal): -2359075 or 14483676. OLE color: 14483676.
HSL color Cylindrical-coordinate representation of color #DC00DD: hue angle of 299.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00DD is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 0 | 221 | - |
| CMYK | 0.00 | 1 | 0 | 0.13 |
| HSL | 299.73º | 1% | 0.43% | - |
| HSV(B) | 299.73º | 1% | 0.87% | - |
| XYZ | 42.57 | 20.44 | 70.11 | - |
| YUV | 90.97 | 201.39 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 221 | 0.00 | 1 | 0 | 0.13 | 299.73 | 1 | 0.43 |
| Hex | DC | 0 | DD | 0 | 64 | 0 | D | 12C | 64 | 2B |
| Octal | 334 | 0 | 335 | 0 | 144 | 0 | 15 | 454 | 144 | 53 |
| Binary | 11011100 | 0 | 11011101 | 0 | 1100100 | 0 | 1101 | 100101100 | 1100100 | 101011 |
Color Harmonies of #DC00DD
Complementary color
Monochromatic Colors of #DC00DD
Black with #DC00DD
Text Example
Text Example
White with #DC00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00DD; }
p { color: rgb(220,0,221); }
H1.HeaderClassName
{
color: #DC00DD;
}
.AnyTagClassName
{
color: #DC00DD;
}
</style>
background-color css
<style>
a { background-color: #DC00DD; }
a { background-color: rgb(220,0,221); }
div.DivClassName
{
background-color: #DC00DD;
}
.BgClassName
{
background-color: #DC00DD;
}
</style>
border-color css
<style>
span { border-color: #DC00DD; }
span { border-color: rgb(220,0,221); }
td.TdClassName
{
border-color: #DC00DD;
}
.TagClassName
{
border-color: #DC00DD;
}
</style>