Shades of Deep Magenta #DC16CC
Tints of Deep Magenta #DC16CC
RGB
CMYK
RGB Variations
Color information
#DC16CC (or 0xDC16CC) is known color: Deep Magenta. HEX triplet: DC, 16 and CC. RGB value is (220,22,204). Sum of RGB (Red+Green+Blue) = 220+22+204=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16CC is #23E933. Grayscale: #656565. Windows color (decimal): -2353460 or 13375196. OLE color: 13375196.
HSL color Cylindrical-coordinate representation of color #DC16CC: hue angle of 304.85º 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 #DC16CC is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 204 | - |
| CMYK | 0 | 0.9 | 0.07 | 0.14 |
| HSL | 304.85º | 0.82% | 0.47% | - |
| HSV(B) | 304.85º | 0.9% | 0.86% | - |
| XYZ | 40.7 | 20.15 | 58.87 | - |
| YUV | 101.95 | 185.6 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 204 | 0 | 0.9 | 0.07 | 0.14 | 304.85 | 0.82 | 0.47 |
| Hex | DC | 16 | CC | 0 | 5A | 7 | E | 131 | 52 | 2F |
| Octal | 334 | 26 | 314 | 0 | 132 | 7 | 16 | 461 | 122 | 57 |
| Binary | 11011100 | 10110 | 11001100 | 0 | 1011010 | 111 | 1110 | 100110001 | 1010010 | 101111 |
Color Harmonies of #DC16CC
Complementary color
Monochromatic Colors of #DC16CC
Black with #DC16CC
Text Example
Text Example
White with #DC16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16CC; }
p { color: rgb(220,22,204); }
H1.HeaderClassName
{
color: #DC16CC;
}
.AnyTagClassName
{
color: #DC16CC;
}
</style>
background-color css
<style>
a { background-color: #DC16CC; }
a { background-color: rgb(220,22,204); }
div.DivClassName
{
background-color: #DC16CC;
}
.BgClassName
{
background-color: #DC16CC;
}
</style>
border-color css
<style>
span { border-color: #DC16CC; }
span { border-color: rgb(220,22,204); }
td.TdClassName
{
border-color: #DC16CC;
}
.TagClassName
{
border-color: #DC16CC;
}
</style>