Shades of Deep Magenta #DB0DDB
Tints of Deep Magenta #DB0DDB
RGB
CMYK
RGB Variations
Color information
#DB0DDB (or 0xDB0DDB) is known color: Deep Magenta. HEX triplet: DB, 0D and DB. RGB value is (219,13,219). Sum of RGB (Red+Green+Blue) = 219+13+219=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DDB is #24F224. Grayscale: #616161. Windows color (decimal): -2421285 or 14355931. OLE color: 14355931.
HSL color Cylindrical-coordinate representation of color #DB0DDB: hue angle of 300º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DDB is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0 | 0.14 |
| HSL | 300º | 0.89% | 0.45% | - |
| HSV(B) | 300º | 0.94% | 0.86% | - |
| XYZ | 42.14 | 20.46 | 68.75 | - |
| YUV | 98.08 | 196.25 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 219 | 0 | 0.94 | 0 | 0.14 | 300 | 0.89 | 0.45 |
| Hex | DB | D | DB | 0 | 5E | 0 | E | 12C | 59 | 2D |
| Octal | 333 | 15 | 333 | 0 | 136 | 0 | 16 | 454 | 131 | 55 |
| Binary | 11011011 | 1101 | 11011011 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011001 | 101101 |
Color Harmonies of #DB0DDB
Complementary color
Monochromatic Colors of #DB0DDB
Black with #DB0DDB
Text Example
Text Example
White with #DB0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DDB; }
p { color: rgb(219,13,219); }
H1.HeaderClassName
{
color: #DB0DDB;
}
.AnyTagClassName
{
color: #DB0DDB;
}
</style>
background-color css
<style>
a { background-color: #DB0DDB; }
a { background-color: rgb(219,13,219); }
div.DivClassName
{
background-color: #DB0DDB;
}
.BgClassName
{
background-color: #DB0DDB;
}
</style>
border-color css
<style>
span { border-color: #DB0DDB; }
span { border-color: rgb(219,13,219); }
td.TdClassName
{
border-color: #DB0DDB;
}
.TagClassName
{
border-color: #DB0DDB;
}
</style>