Shades of Deep Magenta #DD0DB9
Tints of Deep Magenta #DD0DB9
RGB
CMYK
RGB Variations
Color information
#DD0DB9 (or 0xDD0DB9) is known color: Deep Magenta. HEX triplet: DD, 0D and B9. RGB value is (221,13,185). Sum of RGB (Red+Green+Blue) = 221+13+185=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DB9 is #22F246. Grayscale: #5E5E5E. Windows color (decimal): -2290247 or 12127709. OLE color: 12127709.
HSL color Cylindrical-coordinate representation of color #DD0DB9: hue angle of 310.38º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 185 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.13 |
| HSL | 310.38º | 0.89% | 0.46% | - |
| HSV(B) | 310.38º | 0.94% | 0.87% | - |
| XYZ | 38.72 | 19.16 | 47.56 | - |
| YUV | 94.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 185 | 0 | 0.94 | 0.16 | 0.13 | 310.38 | 0.89 | 0.46 |
| Hex | DD | D | B9 | 0 | 5E | 10 | D | 136 | 59 | 2E |
| Octal | 335 | 15 | 271 | 0 | 136 | 20 | 15 | 466 | 131 | 56 |
| Binary | 11011101 | 1101 | 10111001 | 0 | 1011110 | 10000 | 1101 | 100110110 | 1011001 | 101110 |
Color Harmonies of #DD0DB9
Complementary color
Monochromatic Colors of #DD0DB9
Black with #DD0DB9
Text Example
Text Example
White with #DD0DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DB9; }
p { color: rgb(221,13,185); }
H1.HeaderClassName
{
color: #DD0DB9;
}
.AnyTagClassName
{
color: #DD0DB9;
}
</style>
background-color css
<style>
a { background-color: #DD0DB9; }
a { background-color: rgb(221,13,185); }
div.DivClassName
{
background-color: #DD0DB9;
}
.BgClassName
{
background-color: #DD0DB9;
}
</style>
border-color css
<style>
span { border-color: #DD0DB9; }
span { border-color: rgb(221,13,185); }
td.TdClassName
{
border-color: #DD0DB9;
}
.TagClassName
{
border-color: #DD0DB9;
}
</style>