Shades of Deep Magenta #DB1DD5
Tints of Deep Magenta #DB1DD5
RGB
CMYK
RGB Variations
Color information
#DB1DD5 (or 0xDB1DD5) is known color: Deep Magenta. HEX triplet: DB, 1D and D5. RGB value is (219,29,213). Sum of RGB (Red+Green+Blue) = 219+29+213=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DD5 is #24E22A. Grayscale: #6A6A6A. Windows color (decimal): -2417195 or 13966811. OLE color: 13966811.
HSL color Cylindrical-coordinate representation of color #DB1DD5: hue angle of 301.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DD5 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 213 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.14 |
| HSL | 301.89º | 0.77% | 0.49% | - |
| HSV(B) | 301.89º | 0.87% | 0.86% | - |
| XYZ | 41.66 | 20.74 | 64.76 | - |
| YUV | 106.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 213 | 0 | 0.87 | 0.03 | 0.14 | 301.89 | 0.77 | 0.49 |
| Hex | DB | 1D | D5 | 0 | 57 | 3 | E | 12E | 4D | 31 |
| Octal | 333 | 35 | 325 | 0 | 127 | 3 | 16 | 456 | 115 | 61 |
| Binary | 11011011 | 11101 | 11010101 | 0 | 1010111 | 11 | 1110 | 100101110 | 1001101 | 110001 |
Color Harmonies of #DB1DD5
Complementary color
Monochromatic Colors of #DB1DD5
Black with #DB1DD5
Text Example
Text Example
White with #DB1DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DD5; }
p { color: rgb(219,29,213); }
H1.HeaderClassName
{
color: #DB1DD5;
}
.AnyTagClassName
{
color: #DB1DD5;
}
</style>
background-color css
<style>
a { background-color: #DB1DD5; }
a { background-color: rgb(219,29,213); }
div.DivClassName
{
background-color: #DB1DD5;
}
.BgClassName
{
background-color: #DB1DD5;
}
</style>
border-color css
<style>
span { border-color: #DB1DD5; }
span { border-color: rgb(219,29,213); }
td.TdClassName
{
border-color: #DB1DD5;
}
.TagClassName
{
border-color: #DB1DD5;
}
</style>