Shades of Deep Magenta #DB1DDD
Tints of Deep Magenta #DB1DDD
RGB
CMYK
RGB Variations
Color information
#DB1DDD (or 0xDB1DDD) is known color: Deep Magenta. HEX triplet: DB, 1D and DD. RGB value is (219,29,221). Sum of RGB (Red+Green+Blue) = 219+29+221=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DDD is #24E222. Grayscale: #6B6B6B. Windows color (decimal): -2417187 or 14491099. OLE color: 14491099.
HSL color Cylindrical-coordinate representation of color #DB1DDD: hue angle of 299.38º 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 #DB1DDD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 29 | 221 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.13 |
| HSL | 299.38º | 0.77% | 0.49% | - |
| HSV(B) | 299.38º | 0.87% | 0.87% | - |
| XYZ | 42.7 | 21.16 | 70.24 | - |
| YUV | 107.7 | 191.95 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 221 | 0.01 | 0.87 | 0 | 0.13 | 299.38 | 0.77 | 0.49 |
| Hex | DB | 1D | DD | 1 | 57 | 0 | D | 12B | 4D | 31 |
| Octal | 333 | 35 | 335 | 1 | 127 | 0 | 15 | 453 | 115 | 61 |
| Binary | 11011011 | 11101 | 11011101 | 1 | 1010111 | 0 | 1101 | 100101011 | 1001101 | 110001 |
Color Harmonies of #DB1DDD
Complementary color
Monochromatic Colors of #DB1DDD
Black with #DB1DDD
Text Example
Text Example
White with #DB1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DDD; }
p { color: rgb(219,29,221); }
H1.HeaderClassName
{
color: #DB1DDD;
}
.AnyTagClassName
{
color: #DB1DDD;
}
</style>
background-color css
<style>
a { background-color: #DB1DDD; }
a { background-color: rgb(219,29,221); }
div.DivClassName
{
background-color: #DB1DDD;
}
.BgClassName
{
background-color: #DB1DDD;
}
</style>
border-color css
<style>
span { border-color: #DB1DDD; }
span { border-color: rgb(219,29,221); }
td.TdClassName
{
border-color: #DB1DDD;
}
.TagClassName
{
border-color: #DB1DDD;
}
</style>