Shades of Deep Magenta #DB1DDE
Tints of Deep Magenta #DB1DDE
RGB
CMYK
RGB Variations
Color information
#DB1DDE (or 0xDB1DDE) is known color: Deep Magenta. HEX triplet: DB, 1D and DE. RGB value is (219,29,222). Sum of RGB (Red+Green+Blue) = 219+29+222=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB1DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DDE is #24E221. Grayscale: #6B6B6B. Windows color (decimal): -2417186 or 14556635. OLE color: 14556635.
HSL color Cylindrical-coordinate representation of color #DB1DDE: hue angle of 299.07º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DDE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 29 | 222 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.13 |
| HSL | 299.07º | 0.77% | 0.49% | - |
| HSV(B) | 299.07º | 0.87% | 0.87% | - |
| XYZ | 42.84 | 21.21 | 70.94 | - |
| YUV | 107.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 222 | 0.01 | 0.87 | 0 | 0.13 | 299.07 | 0.77 | 0.49 |
| Hex | DB | 1D | DE | 1 | 57 | 0 | D | 12B | 4D | 31 |
| Octal | 333 | 35 | 336 | 1 | 127 | 0 | 15 | 453 | 115 | 61 |
| Binary | 11011011 | 11101 | 11011110 | 1 | 1010111 | 0 | 1101 | 100101011 | 1001101 | 110001 |
Color Harmonies of #DB1DDE
Complementary color
Monochromatic Colors of #DB1DDE
Black with #DB1DDE
Text Example
Text Example
White with #DB1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DDE; }
p { color: rgb(219,29,222); }
H1.HeaderClassName
{
color: #DB1DDE;
}
.AnyTagClassName
{
color: #DB1DDE;
}
</style>
background-color css
<style>
a { background-color: #DB1DDE; }
a { background-color: rgb(219,29,222); }
div.DivClassName
{
background-color: #DB1DDE;
}
.BgClassName
{
background-color: #DB1DDE;
}
</style>
border-color css
<style>
span { border-color: #DB1DDE; }
span { border-color: rgb(219,29,222); }
td.TdClassName
{
border-color: #DB1DDE;
}
.TagClassName
{
border-color: #DB1DDE;
}
</style>