Shades of Deep Magenta #DC07BA
Tints of Deep Magenta #DC07BA
RGB
CMYK
RGB Variations
Color information
#DC07BA (or 0xDC07BA) is known color: Deep Magenta. HEX triplet: DC, 07 and BA. RGB value is (220,7,186). Sum of RGB (Red+Green+Blue) = 220+7+186=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07BA is #23F845. Grayscale: #5A5A5A. Windows color (decimal): -2357318 or 12191708. OLE color: 12191708.
HSL color Cylindrical-coordinate representation of color #DC07BA: hue angle of 309.58º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07BA is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.14 |
| HSL | 309.58º | 0.94% | 0.45% | - |
| HSV(B) | 309.58º | 0.97% | 0.86% | - |
| XYZ | 38.45 | 18.91 | 48.08 | - |
| YUV | 91.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 186 | 0 | 0.97 | 0.15 | 0.14 | 309.58 | 0.94 | 0.45 |
| Hex | DC | 7 | BA | 0 | 61 | F | E | 136 | 5E | 2D |
| Octal | 334 | 7 | 272 | 0 | 141 | 17 | 16 | 466 | 136 | 55 |
| Binary | 11011100 | 111 | 10111010 | 0 | 1100001 | 1111 | 1110 | 100110110 | 1011110 | 101101 |
Color Harmonies of #DC07BA
Complementary color
Monochromatic Colors of #DC07BA
Black with #DC07BA
Text Example
Text Example
White with #DC07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07BA; }
p { color: rgb(220,7,186); }
H1.HeaderClassName
{
color: #DC07BA;
}
.AnyTagClassName
{
color: #DC07BA;
}
</style>
background-color css
<style>
a { background-color: #DC07BA; }
a { background-color: rgb(220,7,186); }
div.DivClassName
{
background-color: #DC07BA;
}
.BgClassName
{
background-color: #DC07BA;
}
</style>
border-color css
<style>
span { border-color: #DC07BA; }
span { border-color: rgb(220,7,186); }
td.TdClassName
{
border-color: #DC07BA;
}
.TagClassName
{
border-color: #DC07BA;
}
</style>