Shades of Deep Magenta #DC10B9
Tints of Deep Magenta #DC10B9
RGB
CMYK
RGB Variations
Color information
#DC10B9 (or 0xDC10B9) is known color: Deep Magenta. HEX triplet: DC, 10 and B9. RGB value is (220,16,185). Sum of RGB (Red+Green+Blue) = 220+16+185=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10B9 is #23EF46. Grayscale: #5F5F5F. Windows color (decimal): -2355015 or 12128476. OLE color: 12128476.
HSL color Cylindrical-coordinate representation of color #DC10B9: hue angle of 310.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10B9 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 185 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.14 |
| HSL | 310.29º | 0.86% | 0.46% | - |
| HSV(B) | 310.29º | 0.93% | 0.86% | - |
| XYZ | 38.46 | 19.09 | 47.56 | - |
| YUV | 96.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 185 | 0 | 0.93 | 0.16 | 0.14 | 310.29 | 0.86 | 0.46 |
| Hex | DC | 10 | B9 | 0 | 5D | 10 | E | 136 | 56 | 2E |
| Octal | 334 | 20 | 271 | 0 | 135 | 20 | 16 | 466 | 126 | 56 |
| Binary | 11011100 | 10000 | 10111001 | 0 | 1011101 | 10000 | 1110 | 100110110 | 1010110 | 101110 |
Color Harmonies of #DC10B9
Complementary color
Monochromatic Colors of #DC10B9
Black with #DC10B9
Text Example
Text Example
White with #DC10B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10B9; }
p { color: rgb(220,16,185); }
H1.HeaderClassName
{
color: #DC10B9;
}
.AnyTagClassName
{
color: #DC10B9;
}
</style>
background-color css
<style>
a { background-color: #DC10B9; }
a { background-color: rgb(220,16,185); }
div.DivClassName
{
background-color: #DC10B9;
}
.BgClassName
{
background-color: #DC10B9;
}
</style>
border-color css
<style>
span { border-color: #DC10B9; }
span { border-color: rgb(220,16,185); }
td.TdClassName
{
border-color: #DC10B9;
}
.TagClassName
{
border-color: #DC10B9;
}
</style>