Shades of Deep Magenta #DC02BA
Tints of Deep Magenta #DC02BA
RGB
CMYK
RGB Variations
Color information
#DC02BA (or 0xDC02BA) is known color: Deep Magenta. HEX triplet: DC, 02 and BA. RGB value is (220,2,186). Sum of RGB (Red+Green+Blue) = 220+2+186=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02BA is #23FD45. Grayscale: #575757. Windows color (decimal): -2358598 or 12190428. OLE color: 12190428.
HSL color Cylindrical-coordinate representation of color #DC02BA: hue angle of 309.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02BA is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.14 |
| HSL | 309.36º | 0.98% | 0.44% | - |
| HSV(B) | 309.36º | 0.99% | 0.86% | - |
| XYZ | 38.4 | 18.8 | 48.06 | - |
| YUV | 88.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 186 | 0 | 0.99 | 0.15 | 0.14 | 309.36 | 0.98 | 0.44 |
| Hex | DC | 2 | BA | 0 | 63 | F | E | 135 | 62 | 2C |
| Octal | 334 | 2 | 272 | 0 | 143 | 17 | 16 | 465 | 142 | 54 |
| Binary | 11011100 | 10 | 10111010 | 0 | 1100011 | 1111 | 1110 | 100110101 | 1100010 | 101100 |
Color Harmonies of #DC02BA
Complementary color
Monochromatic Colors of #DC02BA
Black with #DC02BA
Text Example
Text Example
White with #DC02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02BA; }
p { color: rgb(220,2,186); }
H1.HeaderClassName
{
color: #DC02BA;
}
.AnyTagClassName
{
color: #DC02BA;
}
</style>
background-color css
<style>
a { background-color: #DC02BA; }
a { background-color: rgb(220,2,186); }
div.DivClassName
{
background-color: #DC02BA;
}
.BgClassName
{
background-color: #DC02BA;
}
</style>
border-color css
<style>
span { border-color: #DC02BA; }
span { border-color: rgb(220,2,186); }
td.TdClassName
{
border-color: #DC02BA;
}
.TagClassName
{
border-color: #DC02BA;
}
</style>