Shades of Deep Magenta #DC05BA
Tints of Deep Magenta #DC05BA
RGB
CMYK
RGB Variations
Color information
#DC05BA (or 0xDC05BA) is known color: Deep Magenta. HEX triplet: DC, 05 and BA. RGB value is (220,5,186). Sum of RGB (Red+Green+Blue) = 220+5+186=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05BA is #23FA45. Grayscale: #595959. Windows color (decimal): -2357830 or 12191196. OLE color: 12191196.
HSL color Cylindrical-coordinate representation of color #DC05BA: hue angle of 309.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05BA is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.14 |
| HSL | 309.49º | 0.96% | 0.44% | - |
| HSV(B) | 309.49º | 0.98% | 0.86% | - |
| XYZ | 38.43 | 18.87 | 48.07 | - |
| YUV | 89.92 | 182.23 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 186 | 0 | 0.98 | 0.15 | 0.14 | 309.49 | 0.96 | 0.44 |
| Hex | DC | 5 | BA | 0 | 62 | F | E | 135 | 60 | 2C |
| Octal | 334 | 5 | 272 | 0 | 142 | 17 | 16 | 465 | 140 | 54 |
| Binary | 11011100 | 101 | 10111010 | 0 | 1100010 | 1111 | 1110 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DC05BA
Complementary color
Monochromatic Colors of #DC05BA
Black with #DC05BA
Text Example
Text Example
White with #DC05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05BA; }
p { color: rgb(220,5,186); }
H1.HeaderClassName
{
color: #DC05BA;
}
.AnyTagClassName
{
color: #DC05BA;
}
</style>
background-color css
<style>
a { background-color: #DC05BA; }
a { background-color: rgb(220,5,186); }
div.DivClassName
{
background-color: #DC05BA;
}
.BgClassName
{
background-color: #DC05BA;
}
</style>
border-color css
<style>
span { border-color: #DC05BA; }
span { border-color: rgb(220,5,186); }
td.TdClassName
{
border-color: #DC05BA;
}
.TagClassName
{
border-color: #DC05BA;
}
</style>