Shades of Deep Magenta #DB1DCD
Tints of Deep Magenta #DB1DCD
RGB
CMYK
RGB Variations
Color information
#DB1DCD (or 0xDB1DCD) is known color: Deep Magenta. HEX triplet: DB, 1D and CD. RGB value is (219,29,205). Sum of RGB (Red+Green+Blue) = 219+29+205=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DCD is #24E232. Grayscale: #696969. Windows color (decimal): -2417203 or 13442523. OLE color: 13442523.
HSL color Cylindrical-coordinate representation of color #DB1DCD: hue angle of 304.42º 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 #DB1DCD is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 205 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.14 |
| HSL | 304.42º | 0.77% | 0.49% | - |
| HSV(B) | 304.42º | 0.87% | 0.86% | - |
| XYZ | 40.67 | 20.35 | 59.54 | - |
| YUV | 105.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 205 | 0 | 0.87 | 0.06 | 0.14 | 304.42 | 0.77 | 0.49 |
| Hex | DB | 1D | CD | 0 | 57 | 6 | E | 130 | 4D | 31 |
| Octal | 333 | 35 | 315 | 0 | 127 | 6 | 16 | 460 | 115 | 61 |
| Binary | 11011011 | 11101 | 11001101 | 0 | 1010111 | 110 | 1110 | 100110000 | 1001101 | 110001 |
Color Harmonies of #DB1DCD
Complementary color
Monochromatic Colors of #DB1DCD
Black with #DB1DCD
Text Example
Text Example
White with #DB1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DCD; }
p { color: rgb(219,29,205); }
H1.HeaderClassName
{
color: #DB1DCD;
}
.AnyTagClassName
{
color: #DB1DCD;
}
</style>
background-color css
<style>
a { background-color: #DB1DCD; }
a { background-color: rgb(219,29,205); }
div.DivClassName
{
background-color: #DB1DCD;
}
.BgClassName
{
background-color: #DB1DCD;
}
</style>
border-color css
<style>
span { border-color: #DB1DCD; }
span { border-color: rgb(219,29,205); }
td.TdClassName
{
border-color: #DB1DCD;
}
.TagClassName
{
border-color: #DB1DCD;
}
</style>