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