Shades of Deep Magenta #DC04BE
Tints of Deep Magenta #DC04BE
RGB
CMYK
RGB Variations
Color information
#DC04BE (or 0xDC04BE) is known color: Deep Magenta. HEX triplet: DC, 04 and BE. RGB value is (220,4,190). Sum of RGB (Red+Green+Blue) = 220+4+190=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04BE is #23FB41. Grayscale: #595959. Windows color (decimal): -2358082 or 12453084. OLE color: 12453084.
HSL color Cylindrical-coordinate representation of color #DC04BE: hue angle of 308.33º 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 #DC04BE is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.14 |
| HSL | 308.33º | 0.96% | 0.44% | - |
| HSV(B) | 308.33º | 0.98% | 0.86% | - |
| XYZ | 38.85 | 19.02 | 50.34 | - |
| YUV | 89.79 | 184.56 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 190 | 0 | 0.98 | 0.14 | 0.14 | 308.33 | 0.96 | 0.44 |
| Hex | DC | 4 | BE | 0 | 62 | E | E | 134 | 60 | 2C |
| Octal | 334 | 4 | 276 | 0 | 142 | 16 | 16 | 464 | 140 | 54 |
| Binary | 11011100 | 100 | 10111110 | 0 | 1100010 | 1110 | 1110 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DC04BE
Complementary color
Monochromatic Colors of #DC04BE
Black with #DC04BE
Text Example
Text Example
White with #DC04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04BE; }
p { color: rgb(220,4,190); }
H1.HeaderClassName
{
color: #DC04BE;
}
.AnyTagClassName
{
color: #DC04BE;
}
</style>
background-color css
<style>
a { background-color: #DC04BE; }
a { background-color: rgb(220,4,190); }
div.DivClassName
{
background-color: #DC04BE;
}
.BgClassName
{
background-color: #DC04BE;
}
</style>
border-color css
<style>
span { border-color: #DC04BE; }
span { border-color: rgb(220,4,190); }
td.TdClassName
{
border-color: #DC04BE;
}
.TagClassName
{
border-color: #DC04BE;
}
</style>