Shades of Deep Magenta #DD0EBA
Tints of Deep Magenta #DD0EBA
RGB
CMYK
RGB Variations
Color information
#DD0EBA (or 0xDD0EBA) is known color: Deep Magenta. HEX triplet: DD, 0E and BA. RGB value is (221,14,186). Sum of RGB (Red+Green+Blue) = 221+14+186=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EBA is #22F145. Grayscale: #5F5F5F. Windows color (decimal): -2289990 or 12193501. OLE color: 12193501.
HSL color Cylindrical-coordinate representation of color #DD0EBA: hue angle of 310.14º degrees, saturation: 0.88, 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 #DD0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.13 |
| HSL | 310.14º | 0.88% | 0.46% | - |
| HSV(B) | 310.14º | 0.94% | 0.87% | - |
| XYZ | 38.84 | 19.23 | 48.12 | - |
| YUV | 95.5 | 179.08 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 186 | 0 | 0.94 | 0.16 | 0.13 | 310.14 | 0.88 | 0.46 |
| Hex | DD | E | BA | 0 | 5E | 10 | D | 136 | 58 | 2E |
| Octal | 335 | 16 | 272 | 0 | 136 | 20 | 15 | 466 | 130 | 56 |
| Binary | 11011101 | 1110 | 10111010 | 0 | 1011110 | 10000 | 1101 | 100110110 | 1011000 | 101110 |
Color Harmonies of #DD0EBA
Complementary color
Monochromatic Colors of #DD0EBA
Black with #DD0EBA
Text Example
Text Example
White with #DD0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EBA; }
p { color: rgb(221,14,186); }
H1.HeaderClassName
{
color: #DD0EBA;
}
.AnyTagClassName
{
color: #DD0EBA;
}
</style>
background-color css
<style>
a { background-color: #DD0EBA; }
a { background-color: rgb(221,14,186); }
div.DivClassName
{
background-color: #DD0EBA;
}
.BgClassName
{
background-color: #DD0EBA;
}
</style>
border-color css
<style>
span { border-color: #DD0EBA; }
span { border-color: rgb(221,14,186); }
td.TdClassName
{
border-color: #DD0EBA;
}
.TagClassName
{
border-color: #DD0EBA;
}
</style>