Shades of Deep Magenta #DC11B9
Tints of Deep Magenta #DC11B9
RGB
CMYK
RGB Variations
Color information
#DC11B9 (or 0xDC11B9) is known color: Deep Magenta. HEX triplet: DC, 11 and B9. RGB value is (220,17,185). Sum of RGB (Red+Green+Blue) = 220+17+185=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11B9 is #23EE46. Grayscale: #606060. Windows color (decimal): -2354759 or 12128732. OLE color: 12128732.
HSL color Cylindrical-coordinate representation of color #DC11B9: hue angle of 310.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11B9 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 185 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.14 |
| HSL | 310.34º | 0.86% | 0.46% | - |
| HSV(B) | 310.34º | 0.92% | 0.86% | - |
| XYZ | 38.47 | 19.12 | 47.56 | - |
| YUV | 96.85 | 177.75 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 185 | 0 | 0.92 | 0.16 | 0.14 | 310.34 | 0.86 | 0.46 |
| Hex | DC | 11 | B9 | 0 | 5C | 10 | E | 136 | 56 | 2E |
| Octal | 334 | 21 | 271 | 0 | 134 | 20 | 16 | 466 | 126 | 56 |
| Binary | 11011100 | 10001 | 10111001 | 0 | 1011100 | 10000 | 1110 | 100110110 | 1010110 | 101110 |
Color Harmonies of #DC11B9
Complementary color
Monochromatic Colors of #DC11B9
Black with #DC11B9
Text Example
Text Example
White with #DC11B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11B9; }
p { color: rgb(220,17,185); }
H1.HeaderClassName
{
color: #DC11B9;
}
.AnyTagClassName
{
color: #DC11B9;
}
</style>
background-color css
<style>
a { background-color: #DC11B9; }
a { background-color: rgb(220,17,185); }
div.DivClassName
{
background-color: #DC11B9;
}
.BgClassName
{
background-color: #DC11B9;
}
</style>
border-color css
<style>
span { border-color: #DC11B9; }
span { border-color: rgb(220,17,185); }
td.TdClassName
{
border-color: #DC11B9;
}
.TagClassName
{
border-color: #DC11B9;
}
</style>