Shades of Deep Magenta #DC04BF
Tints of Deep Magenta #DC04BF
RGB
CMYK
RGB Variations
Color information
#DC04BF (or 0xDC04BF) is known color: Deep Magenta. HEX triplet: DC, 04 and BF. RGB value is (220,4,191). Sum of RGB (Red+Green+Blue) = 220+4+191=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04BF is #23FB40. Grayscale: #595959. Windows color (decimal): -2358081 or 12518620. OLE color: 12518620.
HSL color Cylindrical-coordinate representation of color #DC04BF: hue angle of 308.06º 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 #DC04BF is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.14 |
| HSL | 308.06º | 0.96% | 0.44% | - |
| HSV(B) | 308.06º | 0.98% | 0.86% | - |
| XYZ | 38.96 | 19.06 | 50.92 | - |
| YUV | 89.9 | 185.06 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 191 | 0 | 0.98 | 0.13 | 0.14 | 308.06 | 0.96 | 0.44 |
| Hex | DC | 4 | BF | 0 | 62 | D | E | 134 | 60 | 2C |
| Octal | 334 | 4 | 277 | 0 | 142 | 15 | 16 | 464 | 140 | 54 |
| Binary | 11011100 | 100 | 10111111 | 0 | 1100010 | 1101 | 1110 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DC04BF
Complementary color
Monochromatic Colors of #DC04BF
Black with #DC04BF
Text Example
Text Example
White with #DC04BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04BF; }
p { color: rgb(220,4,191); }
H1.HeaderClassName
{
color: #DC04BF;
}
.AnyTagClassName
{
color: #DC04BF;
}
</style>
background-color css
<style>
a { background-color: #DC04BF; }
a { background-color: rgb(220,4,191); }
div.DivClassName
{
background-color: #DC04BF;
}
.BgClassName
{
background-color: #DC04BF;
}
</style>
border-color css
<style>
span { border-color: #DC04BF; }
span { border-color: rgb(220,4,191); }
td.TdClassName
{
border-color: #DC04BF;
}
.TagClassName
{
border-color: #DC04BF;
}
</style>