Shades of Deep Magenta #DC04BC
Tints of Deep Magenta #DC04BC
RGB
CMYK
RGB Variations
Color information
#DC04BC (or 0xDC04BC) is known color: Deep Magenta. HEX triplet: DC, 04 and BC. RGB value is (220,4,188). Sum of RGB (Red+Green+Blue) = 220+4+188=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04BC is #23FB43. Grayscale: #595959. Windows color (decimal): -2358084 or 12322012. OLE color: 12322012.
HSL color Cylindrical-coordinate representation of color #DC04BC: hue angle of 308.89º 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 #DC04BC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.14 |
| HSL | 308.89º | 0.96% | 0.44% | - |
| HSV(B) | 308.89º | 0.98% | 0.86% | - |
| XYZ | 38.64 | 18.93 | 49.2 | - |
| YUV | 89.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 188 | 0 | 0.98 | 0.15 | 0.14 | 308.89 | 0.96 | 0.44 |
| Hex | DC | 4 | BC | 0 | 62 | F | E | 135 | 60 | 2C |
| Octal | 334 | 4 | 274 | 0 | 142 | 17 | 16 | 465 | 140 | 54 |
| Binary | 11011100 | 100 | 10111100 | 0 | 1100010 | 1111 | 1110 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DC04BC
Complementary color
Monochromatic Colors of #DC04BC
Black with #DC04BC
Text Example
Text Example
White with #DC04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04BC; }
p { color: rgb(220,4,188); }
H1.HeaderClassName
{
color: #DC04BC;
}
.AnyTagClassName
{
color: #DC04BC;
}
</style>
background-color css
<style>
a { background-color: #DC04BC; }
a { background-color: rgb(220,4,188); }
div.DivClassName
{
background-color: #DC04BC;
}
.BgClassName
{
background-color: #DC04BC;
}
</style>
border-color css
<style>
span { border-color: #DC04BC; }
span { border-color: rgb(220,4,188); }
td.TdClassName
{
border-color: #DC04BC;
}
.TagClassName
{
border-color: #DC04BC;
}
</style>