Shades of Deep Magenta #DB0DDC
Tints of Deep Magenta #DB0DDC
RGB
CMYK
RGB Variations
Color information
#DB0DDC (or 0xDB0DDC) is known color: Deep Magenta. HEX triplet: DB, 0D and DC. RGB value is (219,13,220). Sum of RGB (Red+Green+Blue) = 219+13+220=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DDC is #24F223. Grayscale: #616161. Windows color (decimal): -2421284 or 14421467. OLE color: 14421467.
HSL color Cylindrical-coordinate representation of color #DB0DDC: hue angle of 299.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DDC is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 220 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.14 |
| HSL | 299.71º | 0.89% | 0.46% | - |
| HSV(B) | 299.71º | 0.94% | 0.86% | - |
| XYZ | 42.28 | 20.52 | 69.44 | - |
| YUV | 98.19 | 196.75 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 220 | 0.00 | 0.94 | 0 | 0.14 | 299.71 | 0.89 | 0.46 |
| Hex | DB | D | DC | 0 | 5E | 0 | E | 12C | 59 | 2E |
| Octal | 333 | 15 | 334 | 0 | 136 | 0 | 16 | 454 | 131 | 56 |
| Binary | 11011011 | 1101 | 11011100 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011001 | 101110 |
Color Harmonies of #DB0DDC
Complementary color
Monochromatic Colors of #DB0DDC
Black with #DB0DDC
Text Example
Text Example
White with #DB0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DDC; }
p { color: rgb(219,13,220); }
H1.HeaderClassName
{
color: #DB0DDC;
}
.AnyTagClassName
{
color: #DB0DDC;
}
</style>
background-color css
<style>
a { background-color: #DB0DDC; }
a { background-color: rgb(219,13,220); }
div.DivClassName
{
background-color: #DB0DDC;
}
.BgClassName
{
background-color: #DB0DDC;
}
</style>
border-color css
<style>
span { border-color: #DB0DDC; }
span { border-color: rgb(219,13,220); }
td.TdClassName
{
border-color: #DB0DDC;
}
.TagClassName
{
border-color: #DB0DDC;
}
</style>