Shades of Deep Magenta #DC16DD
Tints of Deep Magenta #DC16DD
RGB
CMYK
RGB Variations
Color information
#DC16DD (or 0xDC16DD) is known color: Deep Magenta. HEX triplet: DC, 16 and DD. RGB value is (220,22,221). Sum of RGB (Red+Green+Blue) = 220+22+221=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16DD is #23E922. Grayscale: #676767. Windows color (decimal): -2353443 or 14489308. OLE color: 14489308.
HSL color Cylindrical-coordinate representation of color #DC16DD: hue angle of 299.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC16DD is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 22 | 221 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.13 |
| HSL | 299.7º | 0.82% | 0.48% | - |
| HSV(B) | 299.7º | 0.9% | 0.87% | - |
| XYZ | 42.85 | 21.01 | 70.2 | - |
| YUV | 103.89 | 194.1 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 221 | 0.00 | 0.90 | 0 | 0.13 | 299.7 | 0.82 | 0.48 |
| Hex | DC | 16 | DD | 0 | 5A | 0 | D | 12C | 52 | 30 |
| Octal | 334 | 26 | 335 | 0 | 132 | 0 | 15 | 454 | 122 | 60 |
| Binary | 11011100 | 10110 | 11011101 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010010 | 110000 |
Color Harmonies of #DC16DD
Complementary color
Monochromatic Colors of #DC16DD
Black with #DC16DD
Text Example
Text Example
White with #DC16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16DD; }
p { color: rgb(220,22,221); }
H1.HeaderClassName
{
color: #DC16DD;
}
.AnyTagClassName
{
color: #DC16DD;
}
</style>
background-color css
<style>
a { background-color: #DC16DD; }
a { background-color: rgb(220,22,221); }
div.DivClassName
{
background-color: #DC16DD;
}
.BgClassName
{
background-color: #DC16DD;
}
</style>
border-color css
<style>
span { border-color: #DC16DD; }
span { border-color: rgb(220,22,221); }
td.TdClassName
{
border-color: #DC16DD;
}
.TagClassName
{
border-color: #DC16DD;
}
</style>