Shades of Deep Magenta #DC16DB
Tints of Deep Magenta #DC16DB
RGB
CMYK
RGB Variations
Color information
#DC16DB (or 0xDC16DB) is known color: Deep Magenta. HEX triplet: DC, 16 and DB. RGB value is (220,22,219). Sum of RGB (Red+Green+Blue) = 220+22+219=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16DB is #23E924. Grayscale: #676767. Windows color (decimal): -2353445 or 14358236. OLE color: 14358236.
HSL color Cylindrical-coordinate representation of color #DC16DB: hue angle of 300.3º 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 #DC16DB is Cyan = 0, Magento = 0.9, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 219 | - |
| CMYK | 0 | 0.9 | 0.00 | 0.14 |
| HSL | 300.3º | 0.82% | 0.47% | - |
| HSV(B) | 300.3º | 0.9% | 0.86% | - |
| XYZ | 42.59 | 20.9 | 68.81 | - |
| YUV | 103.66 | 193.1 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 219 | 0 | 0.9 | 0.00 | 0.14 | 300.3 | 0.82 | 0.47 |
| Hex | DC | 16 | DB | 0 | 5A | 0 | E | 12C | 52 | 2F |
| Octal | 334 | 26 | 333 | 0 | 132 | 0 | 16 | 454 | 122 | 57 |
| Binary | 11011100 | 10110 | 11011011 | 0 | 1011010 | 0 | 1110 | 100101100 | 1010010 | 101111 |
Color Harmonies of #DC16DB
Complementary color
Monochromatic Colors of #DC16DB
Black with #DC16DB
Text Example
Text Example
White with #DC16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16DB; }
p { color: rgb(220,22,219); }
H1.HeaderClassName
{
color: #DC16DB;
}
.AnyTagClassName
{
color: #DC16DB;
}
</style>
background-color css
<style>
a { background-color: #DC16DB; }
a { background-color: rgb(220,22,219); }
div.DivClassName
{
background-color: #DC16DB;
}
.BgClassName
{
background-color: #DC16DB;
}
</style>
border-color css
<style>
span { border-color: #DC16DB; }
span { border-color: rgb(220,22,219); }
td.TdClassName
{
border-color: #DC16DB;
}
.TagClassName
{
border-color: #DC16DB;
}
</style>