Shades of Deep Magenta #DC0FDB
Tints of Deep Magenta #DC0FDB
RGB
CMYK
RGB Variations
Color information
#DC0FDB (or 0xDC0FDB) is known color: Deep Magenta. HEX triplet: DC, 0F and DB. RGB value is (220,15,219). Sum of RGB (Red+Green+Blue) = 220+15+219=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FDB is #23F024. Grayscale: #626262. Windows color (decimal): -2355237 or 14356444. OLE color: 14356444.
HSL color Cylindrical-coordinate representation of color #DC0FDB: hue angle of 300.29º 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 #DC0FDB is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 219 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.14 |
| HSL | 300.29º | 0.87% | 0.46% | - |
| HSV(B) | 300.29º | 0.93% | 0.86% | - |
| XYZ | 42.47 | 20.67 | 68.77 | - |
| YUV | 99.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 219 | 0 | 0.93 | 0.00 | 0.14 | 300.29 | 0.87 | 0.46 |
| Hex | DC | F | DB | 0 | 5D | 0 | E | 12C | 57 | 2E |
| Octal | 334 | 17 | 333 | 0 | 135 | 0 | 16 | 454 | 127 | 56 |
| Binary | 11011100 | 1111 | 11011011 | 0 | 1011101 | 0 | 1110 | 100101100 | 1010111 | 101110 |
Color Harmonies of #DC0FDB
Complementary color
Monochromatic Colors of #DC0FDB
Black with #DC0FDB
Text Example
Text Example
White with #DC0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FDB; }
p { color: rgb(220,15,219); }
H1.HeaderClassName
{
color: #DC0FDB;
}
.AnyTagClassName
{
color: #DC0FDB;
}
</style>
background-color css
<style>
a { background-color: #DC0FDB; }
a { background-color: rgb(220,15,219); }
div.DivClassName
{
background-color: #DC0FDB;
}
.BgClassName
{
background-color: #DC0FDB;
}
</style>
border-color css
<style>
span { border-color: #DC0FDB; }
span { border-color: rgb(220,15,219); }
td.TdClassName
{
border-color: #DC0FDB;
}
.TagClassName
{
border-color: #DC0FDB;
}
</style>