Shades of Deep Magenta #DB1DCE
Tints of Deep Magenta #DB1DCE
RGB
CMYK
RGB Variations
Color information
#DB1DCE (or 0xDB1DCE) is known color: Deep Magenta. HEX triplet: DB, 1D and CE. RGB value is (219,29,206). Sum of RGB (Red+Green+Blue) = 219+29+206=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DCE is #24E231. Grayscale: #696969. Windows color (decimal): -2417202 or 13508059. OLE color: 13508059.
HSL color Cylindrical-coordinate representation of color #DB1DCE: hue angle of 304.11º 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 #DB1DCE is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 206 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.14 |
| HSL | 304.11º | 0.77% | 0.49% | - |
| HSV(B) | 304.11º | 0.87% | 0.86% | - |
| XYZ | 40.79 | 20.4 | 60.18 | - |
| YUV | 105.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 206 | 0 | 0.87 | 0.06 | 0.14 | 304.11 | 0.77 | 0.49 |
| Hex | DB | 1D | CE | 0 | 57 | 6 | E | 130 | 4D | 31 |
| Octal | 333 | 35 | 316 | 0 | 127 | 6 | 16 | 460 | 115 | 61 |
| Binary | 11011011 | 11101 | 11001110 | 0 | 1010111 | 110 | 1110 | 100110000 | 1001101 | 110001 |
Color Harmonies of #DB1DCE
Complementary color
Monochromatic Colors of #DB1DCE
Black with #DB1DCE
Text Example
Text Example
White with #DB1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DCE; }
p { color: rgb(219,29,206); }
H1.HeaderClassName
{
color: #DB1DCE;
}
.AnyTagClassName
{
color: #DB1DCE;
}
</style>
background-color css
<style>
a { background-color: #DB1DCE; }
a { background-color: rgb(219,29,206); }
div.DivClassName
{
background-color: #DB1DCE;
}
.BgClassName
{
background-color: #DB1DCE;
}
</style>
border-color css
<style>
span { border-color: #DB1DCE; }
span { border-color: rgb(219,29,206); }
td.TdClassName
{
border-color: #DB1DCE;
}
.TagClassName
{
border-color: #DB1DCE;
}
</style>