Shades of Deep Magenta #DB0FD6
Tints of Deep Magenta #DB0FD6
RGB
CMYK
RGB Variations
Color information
#DB0FD6 (or 0xDB0FD6) is known color: Deep Magenta. HEX triplet: DB, 0F and D6. RGB value is (219,15,214). Sum of RGB (Red+Green+Blue) = 219+15+214=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FD6 is #24F029. Grayscale: #626262. Windows color (decimal): -2420778 or 14028763. OLE color: 14028763.
HSL color Cylindrical-coordinate representation of color #DB0FD6: hue angle of 301.47º 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 #DB0FD6 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 214 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.14 |
| HSL | 301.47º | 0.87% | 0.46% | - |
| HSV(B) | 301.47º | 0.93% | 0.86% | - |
| XYZ | 41.52 | 20.26 | 65.34 | - |
| YUV | 98.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 214 | 0 | 0.93 | 0.02 | 0.14 | 301.47 | 0.87 | 0.46 |
| Hex | DB | F | D6 | 0 | 5D | 2 | E | 12D | 57 | 2E |
| Octal | 333 | 17 | 326 | 0 | 135 | 2 | 16 | 455 | 127 | 56 |
| Binary | 11011011 | 1111 | 11010110 | 0 | 1011101 | 10 | 1110 | 100101101 | 1010111 | 101110 |
Color Harmonies of #DB0FD6
Complementary color
Monochromatic Colors of #DB0FD6
Black with #DB0FD6
Text Example
Text Example
White with #DB0FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FD6; }
p { color: rgb(219,15,214); }
H1.HeaderClassName
{
color: #DB0FD6;
}
.AnyTagClassName
{
color: #DB0FD6;
}
</style>
background-color css
<style>
a { background-color: #DB0FD6; }
a { background-color: rgb(219,15,214); }
div.DivClassName
{
background-color: #DB0FD6;
}
.BgClassName
{
background-color: #DB0FD6;
}
</style>
border-color css
<style>
span { border-color: #DB0FD6; }
span { border-color: rgb(219,15,214); }
td.TdClassName
{
border-color: #DB0FD6;
}
.TagClassName
{
border-color: #DB0FD6;
}
</style>