Shades of Deep Magenta #DC0FB8
Tints of Deep Magenta #DC0FB8
RGB
CMYK
RGB Variations
Color information
#DC0FB8 (or 0xDC0FB8) is known color: Deep Magenta. HEX triplet: DC, 0F and B8. RGB value is (220,15,184). Sum of RGB (Red+Green+Blue) = 220+15+184=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FB8 is #23F047. Grayscale: #5F5F5F. Windows color (decimal): -2355272 or 12062684. OLE color: 12062684.
HSL color Cylindrical-coordinate representation of color #DC0FB8: hue angle of 310.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0FB8 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 184 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.14 |
| HSL | 310.54º | 0.87% | 0.46% | - |
| HSV(B) | 310.54º | 0.93% | 0.86% | - |
| XYZ | 38.34 | 19.02 | 47 | - |
| YUV | 95.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 184 | 0 | 0.93 | 0.16 | 0.14 | 310.54 | 0.87 | 0.46 |
| Hex | DC | F | B8 | 0 | 5D | 10 | E | 137 | 57 | 2E |
| Octal | 334 | 17 | 270 | 0 | 135 | 20 | 16 | 467 | 127 | 56 |
| Binary | 11011100 | 1111 | 10111000 | 0 | 1011101 | 10000 | 1110 | 100110111 | 1010111 | 101110 |
Color Harmonies of #DC0FB8
Complementary color
Monochromatic Colors of #DC0FB8
Black with #DC0FB8
Text Example
Text Example
White with #DC0FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FB8; }
p { color: rgb(220,15,184); }
H1.HeaderClassName
{
color: #DC0FB8;
}
.AnyTagClassName
{
color: #DC0FB8;
}
</style>
background-color css
<style>
a { background-color: #DC0FB8; }
a { background-color: rgb(220,15,184); }
div.DivClassName
{
background-color: #DC0FB8;
}
.BgClassName
{
background-color: #DC0FB8;
}
</style>
border-color css
<style>
span { border-color: #DC0FB8; }
span { border-color: rgb(220,15,184); }
td.TdClassName
{
border-color: #DC0FB8;
}
.TagClassName
{
border-color: #DC0FB8;
}
</style>