Shades of Deep Magenta #DC16DC
Tints of Deep Magenta #DC16DC
RGB
CMYK
RGB Variations
Color information
#DC16DC (or 0xDC16DC) is known color: Deep Magenta. HEX triplet: DC, 16 and DC. RGB value is (220,22,220). Sum of RGB (Red+Green+Blue) = 220+22+220=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16DC is #23E923. Grayscale: #676767. Windows color (decimal): -2353444 or 14423772. OLE color: 14423772.
HSL color Cylindrical-coordinate representation of color #DC16DC: hue angle of 300º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC16DC is Cyan = 0, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 220 | - |
| CMYK | 0 | 0.9 | 0 | 0.14 |
| HSL | 300º | 0.82% | 0.47% | - |
| HSV(B) | 300º | 0.9% | 0.86% | - |
| XYZ | 42.72 | 20.96 | 69.5 | - |
| YUV | 103.77 | 193.6 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 220 | 0 | 0.9 | 0 | 0.14 | 300 | 0.82 | 0.47 |
| Hex | DC | 16 | DC | 0 | 5A | 0 | E | 12C | 52 | 2F |
| Octal | 334 | 26 | 334 | 0 | 132 | 0 | 16 | 454 | 122 | 57 |
| Binary | 11011100 | 10110 | 11011100 | 0 | 1011010 | 0 | 1110 | 100101100 | 1010010 | 101111 |
Color Harmonies of #DC16DC
Complementary color
Monochromatic Colors of #DC16DC
Black with #DC16DC
Text Example
Text Example
White with #DC16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16DC; }
p { color: rgb(220,22,220); }
H1.HeaderClassName
{
color: #DC16DC;
}
.AnyTagClassName
{
color: #DC16DC;
}
</style>
background-color css
<style>
a { background-color: #DC16DC; }
a { background-color: rgb(220,22,220); }
div.DivClassName
{
background-color: #DC16DC;
}
.BgClassName
{
background-color: #DC16DC;
}
</style>
border-color css
<style>
span { border-color: #DC16DC; }
span { border-color: rgb(220,22,220); }
td.TdClassName
{
border-color: #DC16DC;
}
.TagClassName
{
border-color: #DC16DC;
}
</style>