Shades of Deep Magenta #DC16BF
Tints of Deep Magenta #DC16BF
RGB
CMYK
RGB Variations
Color information
#DC16BF (or 0xDC16BF) is known color: Deep Magenta. HEX triplet: DC, 16 and BF. RGB value is (220,22,191). Sum of RGB (Red+Green+Blue) = 220+22+191=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16BF is #23E940. Grayscale: #636363. Windows color (decimal): -2353473 or 12523228. OLE color: 12523228.
HSL color Cylindrical-coordinate representation of color #DC16BF: hue angle of 308.79º 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 #DC16BF is Cyan = 0, Magento = 0.9, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 191 | - |
| CMYK | 0 | 0.9 | 0.13 | 0.14 |
| HSL | 308.79º | 0.82% | 0.47% | - |
| HSV(B) | 308.79º | 0.9% | 0.86% | - |
| XYZ | 39.21 | 19.55 | 51 | - |
| YUV | 100.47 | 179.1 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 191 | 0 | 0.9 | 0.13 | 0.14 | 308.79 | 0.82 | 0.47 |
| Hex | DC | 16 | BF | 0 | 5A | D | E | 135 | 52 | 2F |
| Octal | 334 | 26 | 277 | 0 | 132 | 15 | 16 | 465 | 122 | 57 |
| Binary | 11011100 | 10110 | 10111111 | 0 | 1011010 | 1101 | 1110 | 100110101 | 1010010 | 101111 |
Color Harmonies of #DC16BF
Complementary color
Monochromatic Colors of #DC16BF
Black with #DC16BF
Text Example
Text Example
White with #DC16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16BF; }
p { color: rgb(220,22,191); }
H1.HeaderClassName
{
color: #DC16BF;
}
.AnyTagClassName
{
color: #DC16BF;
}
</style>
background-color css
<style>
a { background-color: #DC16BF; }
a { background-color: rgb(220,22,191); }
div.DivClassName
{
background-color: #DC16BF;
}
.BgClassName
{
background-color: #DC16BF;
}
</style>
border-color css
<style>
span { border-color: #DC16BF; }
span { border-color: rgb(220,22,191); }
td.TdClassName
{
border-color: #DC16BF;
}
.TagClassName
{
border-color: #DC16BF;
}
</style>