Shades of Deep Magenta #DC16CD
Tints of Deep Magenta #DC16CD
RGB
CMYK
RGB Variations
Color information
#DC16CD (or 0xDC16CD) is known color: Deep Magenta. HEX triplet: DC, 16 and CD. RGB value is (220,22,205). Sum of RGB (Red+Green+Blue) = 220+22+205=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16CD is #23E932. Grayscale: #656565. Windows color (decimal): -2353459 or 13440732. OLE color: 13440732.
HSL color Cylindrical-coordinate representation of color #DC16CD: hue angle of 304.55º 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 #DC16CD is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 205 | - |
| CMYK | 0 | 0.9 | 0.07 | 0.14 |
| HSL | 304.55º | 0.82% | 0.47% | - |
| HSV(B) | 304.55º | 0.9% | 0.86% | - |
| XYZ | 40.82 | 20.2 | 59.5 | - |
| YUV | 102.06 | 186.1 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 205 | 0 | 0.9 | 0.07 | 0.14 | 304.55 | 0.82 | 0.47 |
| Hex | DC | 16 | CD | 0 | 5A | 7 | E | 131 | 52 | 2F |
| Octal | 334 | 26 | 315 | 0 | 132 | 7 | 16 | 461 | 122 | 57 |
| Binary | 11011100 | 10110 | 11001101 | 0 | 1011010 | 111 | 1110 | 100110001 | 1010010 | 101111 |
Color Harmonies of #DC16CD
Complementary color
Monochromatic Colors of #DC16CD
Black with #DC16CD
Text Example
Text Example
White with #DC16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16CD; }
p { color: rgb(220,22,205); }
H1.HeaderClassName
{
color: #DC16CD;
}
.AnyTagClassName
{
color: #DC16CD;
}
</style>
background-color css
<style>
a { background-color: #DC16CD; }
a { background-color: rgb(220,22,205); }
div.DivClassName
{
background-color: #DC16CD;
}
.BgClassName
{
background-color: #DC16CD;
}
</style>
border-color css
<style>
span { border-color: #DC16CD; }
span { border-color: rgb(220,22,205); }
td.TdClassName
{
border-color: #DC16CD;
}
.TagClassName
{
border-color: #DC16CD;
}
</style>