Shades of Deep Magenta #DD19DB
Tints of Deep Magenta #DD19DB
RGB
CMYK
RGB Variations
Color information
#DD19DB (or 0xDD19DB) is known color: Deep Magenta. HEX triplet: DD, 19 and DB. RGB value is (221,25,219). Sum of RGB (Red+Green+Blue) = 221+25+219=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19DB is #22E624. Grayscale: #696969. Windows color (decimal): -2287141 or 14359005. OLE color: 14359005.
HSL color Cylindrical-coordinate representation of color #DD19DB: hue angle of 300.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19DB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 219 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.13 |
| HSL | 300.61º | 0.8% | 0.48% | - |
| HSV(B) | 300.61º | 0.89% | 0.87% | - |
| XYZ | 42.95 | 21.18 | 68.84 | - |
| YUV | 105.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 219 | 0 | 0.89 | 0.01 | 0.13 | 300.61 | 0.8 | 0.48 |
| Hex | DD | 19 | DB | 0 | 59 | 1 | D | 12D | 50 | 30 |
| Octal | 335 | 31 | 333 | 0 | 131 | 1 | 15 | 455 | 120 | 60 |
| Binary | 11011101 | 11001 | 11011011 | 0 | 1011001 | 1 | 1101 | 100101101 | 1010000 | 110000 |
Color Harmonies of #DD19DB
Complementary color
Monochromatic Colors of #DD19DB
Black with #DD19DB
Text Example
Text Example
White with #DD19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19DB; }
p { color: rgb(221,25,219); }
H1.HeaderClassName
{
color: #DD19DB;
}
.AnyTagClassName
{
color: #DD19DB;
}
</style>
background-color css
<style>
a { background-color: #DD19DB; }
a { background-color: rgb(221,25,219); }
div.DivClassName
{
background-color: #DD19DB;
}
.BgClassName
{
background-color: #DD19DB;
}
</style>
border-color css
<style>
span { border-color: #DD19DB; }
span { border-color: rgb(221,25,219); }
td.TdClassName
{
border-color: #DD19DB;
}
.TagClassName
{
border-color: #DD19DB;
}
</style>