Shades of Deep Magenta #DC01BA
Tints of Deep Magenta #DC01BA
RGB
CMYK
RGB Variations
Color information
#DC01BA (or 0xDC01BA) is known color: Deep Magenta. HEX triplet: DC, 01 and BA. RGB value is (220,1,186). Sum of RGB (Red+Green+Blue) = 220+1+186=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01BA is #23FE45. Grayscale: #575757. Windows color (decimal): -2358854 or 12190172. OLE color: 12190172.
HSL color Cylindrical-coordinate representation of color #DC01BA: hue angle of 309.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01BA is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.14 |
| HSL | 309.32º | 0.99% | 0.43% | - |
| HSV(B) | 309.32º | 1% | 0.86% | - |
| XYZ | 38.39 | 18.78 | 48.06 | - |
| YUV | 87.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 186 | 0 | 1.00 | 0.15 | 0.14 | 309.32 | 0.99 | 0.43 |
| Hex | DC | 1 | BA | 0 | 64 | F | E | 135 | 63 | 2B |
| Octal | 334 | 1 | 272 | 0 | 144 | 17 | 16 | 465 | 143 | 53 |
| Binary | 11011100 | 1 | 10111010 | 0 | 1100100 | 1111 | 1110 | 100110101 | 1100011 | 101011 |
Color Harmonies of #DC01BA
Complementary color
Monochromatic Colors of #DC01BA
Black with #DC01BA
Text Example
Text Example
White with #DC01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01BA; }
p { color: rgb(220,1,186); }
H1.HeaderClassName
{
color: #DC01BA;
}
.AnyTagClassName
{
color: #DC01BA;
}
</style>
background-color css
<style>
a { background-color: #DC01BA; }
a { background-color: rgb(220,1,186); }
div.DivClassName
{
background-color: #DC01BA;
}
.BgClassName
{
background-color: #DC01BA;
}
</style>
border-color css
<style>
span { border-color: #DC01BA; }
span { border-color: rgb(220,1,186); }
td.TdClassName
{
border-color: #DC01BA;
}
.TagClassName
{
border-color: #DC01BA;
}
</style>