Shades of Deep Magenta #DB0FC0
Tints of Deep Magenta #DB0FC0
RGB
CMYK
RGB Variations
Color information
#DB0FC0 (or 0xDB0FC0) is known color: Deep Magenta. HEX triplet: DB, 0F and C0. RGB value is (219,15,192). Sum of RGB (Red+Green+Blue) = 219+15+192=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FC0 is #24F03F. Grayscale: #5F5F5F. Windows color (decimal): -2420800 or 12586971. OLE color: 12586971.
HSL color Cylindrical-coordinate representation of color #DB0FC0: hue angle of 307.94º 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 #DB0FC0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 192 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.14 |
| HSL | 307.94º | 0.87% | 0.46% | - |
| HSV(B) | 307.94º | 0.93% | 0.86% | - |
| XYZ | 38.9 | 19.21 | 51.53 | - |
| YUV | 96.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 192 | 0 | 0.93 | 0.12 | 0.14 | 307.94 | 0.87 | 0.46 |
| Hex | DB | F | C0 | 0 | 5D | C | E | 134 | 57 | 2E |
| Octal | 333 | 17 | 300 | 0 | 135 | 14 | 16 | 464 | 127 | 56 |
| Binary | 11011011 | 1111 | 11000000 | 0 | 1011101 | 1100 | 1110 | 100110100 | 1010111 | 101110 |
Color Harmonies of #DB0FC0
Complementary color
Monochromatic Colors of #DB0FC0
Black with #DB0FC0
Text Example
Text Example
White with #DB0FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FC0; }
p { color: rgb(219,15,192); }
H1.HeaderClassName
{
color: #DB0FC0;
}
.AnyTagClassName
{
color: #DB0FC0;
}
</style>
background-color css
<style>
a { background-color: #DB0FC0; }
a { background-color: rgb(219,15,192); }
div.DivClassName
{
background-color: #DB0FC0;
}
.BgClassName
{
background-color: #DB0FC0;
}
</style>
border-color css
<style>
span { border-color: #DB0FC0; }
span { border-color: rgb(219,15,192); }
td.TdClassName
{
border-color: #DB0FC0;
}
.TagClassName
{
border-color: #DB0FC0;
}
</style>