Shades of Deep Magenta #DC16BE
Tints of Deep Magenta #DC16BE
RGB
CMYK
RGB Variations
Color information
#DC16BE (or 0xDC16BE) is known color: Deep Magenta. HEX triplet: DC, 16 and BE. RGB value is (220,22,190). Sum of RGB (Red+Green+Blue) = 220+22+190=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16BE is #23E941. Grayscale: #636363. Windows color (decimal): -2353474 or 12457692. OLE color: 12457692.
HSL color Cylindrical-coordinate representation of color #DC16BE: hue angle of 309.09º 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 #DC16BE is Cyan = 0, Magento = 0.9, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 190 | - |
| CMYK | 0 | 0.9 | 0.14 | 0.14 |
| HSL | 309.09º | 0.82% | 0.47% | - |
| HSV(B) | 309.09º | 0.9% | 0.86% | - |
| XYZ | 39.1 | 19.51 | 50.42 | - |
| YUV | 100.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 190 | 0 | 0.9 | 0.14 | 0.14 | 309.09 | 0.82 | 0.47 |
| Hex | DC | 16 | BE | 0 | 5A | E | E | 135 | 52 | 2F |
| Octal | 334 | 26 | 276 | 0 | 132 | 16 | 16 | 465 | 122 | 57 |
| Binary | 11011100 | 10110 | 10111110 | 0 | 1011010 | 1110 | 1110 | 100110101 | 1010010 | 101111 |
Color Harmonies of #DC16BE
Complementary color
Monochromatic Colors of #DC16BE
Black with #DC16BE
Text Example
Text Example
White with #DC16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16BE; }
p { color: rgb(220,22,190); }
H1.HeaderClassName
{
color: #DC16BE;
}
.AnyTagClassName
{
color: #DC16BE;
}
</style>
background-color css
<style>
a { background-color: #DC16BE; }
a { background-color: rgb(220,22,190); }
div.DivClassName
{
background-color: #DC16BE;
}
.BgClassName
{
background-color: #DC16BE;
}
</style>
border-color css
<style>
span { border-color: #DC16BE; }
span { border-color: rgb(220,22,190); }
td.TdClassName
{
border-color: #DC16BE;
}
.TagClassName
{
border-color: #DC16BE;
}
</style>