Shades of Deep Magenta #DC0DBA
Tints of Deep Magenta #DC0DBA
RGB
CMYK
RGB Variations
Color information
#DC0DBA (or 0xDC0DBA) is known color: Deep Magenta. HEX triplet: DC, 0D and BA. RGB value is (220,13,186). Sum of RGB (Red+Green+Blue) = 220+13+186=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DBA is #23F245. Grayscale: #5E5E5E. Windows color (decimal): -2355782 or 12193244. OLE color: 12193244.
HSL color Cylindrical-coordinate representation of color #DC0DBA: hue angle of 309.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DBA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 186 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.14 |
| HSL | 309.86º | 0.89% | 0.46% | - |
| HSV(B) | 309.86º | 0.94% | 0.86% | - |
| XYZ | 38.52 | 19.05 | 48.1 | - |
| YUV | 94.62 | 179.58 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 186 | 0 | 0.94 | 0.15 | 0.14 | 309.86 | 0.89 | 0.46 |
| Hex | DC | D | BA | 0 | 5E | F | E | 136 | 59 | 2E |
| Octal | 334 | 15 | 272 | 0 | 136 | 17 | 16 | 466 | 131 | 56 |
| Binary | 11011100 | 1101 | 10111010 | 0 | 1011110 | 1111 | 1110 | 100110110 | 1011001 | 101110 |
Color Harmonies of #DC0DBA
Complementary color
Monochromatic Colors of #DC0DBA
Black with #DC0DBA
Text Example
Text Example
White with #DC0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DBA; }
p { color: rgb(220,13,186); }
H1.HeaderClassName
{
color: #DC0DBA;
}
.AnyTagClassName
{
color: #DC0DBA;
}
</style>
background-color css
<style>
a { background-color: #DC0DBA; }
a { background-color: rgb(220,13,186); }
div.DivClassName
{
background-color: #DC0DBA;
}
.BgClassName
{
background-color: #DC0DBA;
}
</style>
border-color css
<style>
span { border-color: #DC0DBA; }
span { border-color: rgb(220,13,186); }
td.TdClassName
{
border-color: #DC0DBA;
}
.TagClassName
{
border-color: #DC0DBA;
}
</style>