Shades of Deep Magenta #DB0DDD
Tints of Deep Magenta #DB0DDD
RGB
CMYK
RGB Variations
Color information
#DB0DDD (or 0xDB0DDD) is known color: Deep Magenta. HEX triplet: DB, 0D and DD. RGB value is (219,13,221). Sum of RGB (Red+Green+Blue) = 219+13+221=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DDD is #24F222. Grayscale: #616161. Windows color (decimal): -2421283 or 14487003. OLE color: 14487003.
HSL color Cylindrical-coordinate representation of color #DB0DDD: hue angle of 299.42º degrees, saturation: 0.89, 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 #DB0DDD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 13 | 221 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.13 |
| HSL | 299.42º | 0.89% | 0.46% | - |
| HSV(B) | 299.42º | 0.94% | 0.87% | - |
| XYZ | 42.41 | 20.57 | 70.14 | - |
| YUV | 98.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 221 | 0.01 | 0.94 | 0 | 0.13 | 299.42 | 0.89 | 0.46 |
| Hex | DB | D | DD | 1 | 5E | 0 | D | 12B | 59 | 2E |
| Octal | 333 | 15 | 335 | 1 | 136 | 0 | 15 | 453 | 131 | 56 |
| Binary | 11011011 | 1101 | 11011101 | 1 | 1011110 | 0 | 1101 | 100101011 | 1011001 | 101110 |
Color Harmonies of #DB0DDD
Complementary color
Monochromatic Colors of #DB0DDD
Black with #DB0DDD
Text Example
Text Example
White with #DB0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DDD; }
p { color: rgb(219,13,221); }
H1.HeaderClassName
{
color: #DB0DDD;
}
.AnyTagClassName
{
color: #DB0DDD;
}
</style>
background-color css
<style>
a { background-color: #DB0DDD; }
a { background-color: rgb(219,13,221); }
div.DivClassName
{
background-color: #DB0DDD;
}
.BgClassName
{
background-color: #DB0DDD;
}
</style>
border-color css
<style>
span { border-color: #DB0DDD; }
span { border-color: rgb(219,13,221); }
td.TdClassName
{
border-color: #DB0DDD;
}
.TagClassName
{
border-color: #DB0DDD;
}
</style>