Shades of Deep Magenta #DB0DCD
Tints of Deep Magenta #DB0DCD
RGB
CMYK
RGB Variations
Color information
#DB0DCD (or 0xDB0DCD) is known color: Deep Magenta. HEX triplet: DB, 0D and CD. RGB value is (219,13,205). Sum of RGB (Red+Green+Blue) = 219+13+205=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DCD is #24F232. Grayscale: #5F5F5F. Windows color (decimal): -2421299 or 13438427. OLE color: 13438427.
HSL color Cylindrical-coordinate representation of color #DB0DCD: hue angle of 304.08º 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 #DB0DCD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.14 |
| HSL | 304.08º | 0.89% | 0.45% | - |
| HSV(B) | 304.08º | 0.94% | 0.86% | - |
| XYZ | 40.38 | 19.76 | 59.44 | - |
| YUV | 96.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 205 | 0 | 0.94 | 0.06 | 0.14 | 304.08 | 0.89 | 0.45 |
| Hex | DB | D | CD | 0 | 5E | 6 | E | 130 | 59 | 2D |
| Octal | 333 | 15 | 315 | 0 | 136 | 6 | 16 | 460 | 131 | 55 |
| Binary | 11011011 | 1101 | 11001101 | 0 | 1011110 | 110 | 1110 | 100110000 | 1011001 | 101101 |
Color Harmonies of #DB0DCD
Complementary color
Monochromatic Colors of #DB0DCD
Black with #DB0DCD
Text Example
Text Example
White with #DB0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DCD; }
p { color: rgb(219,13,205); }
H1.HeaderClassName
{
color: #DB0DCD;
}
.AnyTagClassName
{
color: #DB0DCD;
}
</style>
background-color css
<style>
a { background-color: #DB0DCD; }
a { background-color: rgb(219,13,205); }
div.DivClassName
{
background-color: #DB0DCD;
}
.BgClassName
{
background-color: #DB0DCD;
}
</style>
border-color css
<style>
span { border-color: #DB0DCD; }
span { border-color: rgb(219,13,205); }
td.TdClassName
{
border-color: #DB0DCD;
}
.TagClassName
{
border-color: #DB0DCD;
}
</style>