Shades of Deep Magenta #DC04DD
Tints of Deep Magenta #DC04DD
RGB
CMYK
RGB Variations
Color information
#DC04DD (or 0xDC04DD) is known color: Deep Magenta. HEX triplet: DC, 04 and DD. RGB value is (220,4,221). Sum of RGB (Red+Green+Blue) = 220+4+221=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04DD is #23FB22. Grayscale: #5C5C5C. Windows color (decimal): -2358051 or 14484700. OLE color: 14484700.
HSL color Cylindrical-coordinate representation of color #DC04DD: hue angle of 299.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04DD is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 4 | 221 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.13 |
| HSL | 299.72º | 0.96% | 0.44% | - |
| HSV(B) | 299.72º | 0.98% | 0.87% | - |
| XYZ | 42.61 | 20.52 | 70.12 | - |
| YUV | 93.32 | 200.06 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 221 | 0.00 | 0.98 | 0 | 0.13 | 299.72 | 0.96 | 0.44 |
| Hex | DC | 4 | DD | 0 | 62 | 0 | D | 12C | 60 | 2C |
| Octal | 334 | 4 | 335 | 0 | 142 | 0 | 15 | 454 | 140 | 54 |
| Binary | 11011100 | 100 | 11011101 | 0 | 1100010 | 0 | 1101 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DC04DD
Complementary color
Monochromatic Colors of #DC04DD
Black with #DC04DD
Text Example
Text Example
White with #DC04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04DD; }
p { color: rgb(220,4,221); }
H1.HeaderClassName
{
color: #DC04DD;
}
.AnyTagClassName
{
color: #DC04DD;
}
</style>
background-color css
<style>
a { background-color: #DC04DD; }
a { background-color: rgb(220,4,221); }
div.DivClassName
{
background-color: #DC04DD;
}
.BgClassName
{
background-color: #DC04DD;
}
</style>
border-color css
<style>
span { border-color: #DC04DD; }
span { border-color: rgb(220,4,221); }
td.TdClassName
{
border-color: #DC04DD;
}
.TagClassName
{
border-color: #DC04DD;
}
</style>