Shades of Deep Magenta #DB0EDF
Tints of Deep Magenta #DB0EDF
RGB
CMYK
RGB Variations
Color information
#DB0EDF (or 0xDB0EDF) is known color: Deep Magenta. HEX triplet: DB, 0E and DF. RGB value is (219,14,223). Sum of RGB (Red+Green+Blue) = 219+14+223=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EDF is #24F120. Grayscale: #626262. Windows color (decimal): -2421025 or 14618331. OLE color: 14618331.
HSL color Cylindrical-coordinate representation of color #DB0EDF: hue angle of 298.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EDF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 14 | 223 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.85º | 0.88% | 0.46% | - |
| HSV(B) | 298.85º | 0.94% | 0.87% | - |
| XYZ | 42.69 | 20.7 | 71.56 | - |
| YUV | 99.12 | 197.92 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 223 | 0.02 | 0.94 | 0 | 0.13 | 298.85 | 0.88 | 0.46 |
| Hex | DB | E | DF | 2 | 5E | 0 | D | 12B | 58 | 2E |
| Octal | 333 | 16 | 337 | 2 | 136 | 0 | 15 | 453 | 130 | 56 |
| Binary | 11011011 | 1110 | 11011111 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011000 | 101110 |
Color Harmonies of #DB0EDF
Complementary color
Monochromatic Colors of #DB0EDF
Black with #DB0EDF
Text Example
Text Example
White with #DB0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EDF; }
p { color: rgb(219,14,223); }
H1.HeaderClassName
{
color: #DB0EDF;
}
.AnyTagClassName
{
color: #DB0EDF;
}
</style>
background-color css
<style>
a { background-color: #DB0EDF; }
a { background-color: rgb(219,14,223); }
div.DivClassName
{
background-color: #DB0EDF;
}
.BgClassName
{
background-color: #DB0EDF;
}
</style>
border-color css
<style>
span { border-color: #DB0EDF; }
span { border-color: rgb(219,14,223); }
td.TdClassName
{
border-color: #DB0EDF;
}
.TagClassName
{
border-color: #DB0EDF;
}
</style>