Shades of Deep Magenta #DD0EBE
Tints of Deep Magenta #DD0EBE
RGB
CMYK
RGB Variations
Color information
#DD0EBE (or 0xDD0EBE) is known color: Deep Magenta. HEX triplet: DD, 0E and BE. RGB value is (221,14,190). Sum of RGB (Red+Green+Blue) = 221+14+190=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EBE is #22F141. Grayscale: #5F5F5F. Windows color (decimal): -2289986 or 12455645. OLE color: 12455645.
HSL color Cylindrical-coordinate representation of color #DD0EBE: hue angle of 308.99º 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 #DD0EBE is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.13 |
| HSL | 308.99º | 0.88% | 0.46% | - |
| HSV(B) | 308.99º | 0.94% | 0.87% | - |
| XYZ | 39.27 | 19.4 | 50.39 | - |
| YUV | 95.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 190 | 0 | 0.94 | 0.14 | 0.13 | 308.99 | 0.88 | 0.46 |
| Hex | DD | E | BE | 0 | 5E | E | D | 135 | 58 | 2E |
| Octal | 335 | 16 | 276 | 0 | 136 | 16 | 15 | 465 | 130 | 56 |
| Binary | 11011101 | 1110 | 10111110 | 0 | 1011110 | 1110 | 1101 | 100110101 | 1011000 | 101110 |
Color Harmonies of #DD0EBE
Complementary color
Monochromatic Colors of #DD0EBE
Black with #DD0EBE
Text Example
Text Example
White with #DD0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EBE; }
p { color: rgb(221,14,190); }
H1.HeaderClassName
{
color: #DD0EBE;
}
.AnyTagClassName
{
color: #DD0EBE;
}
</style>
background-color css
<style>
a { background-color: #DD0EBE; }
a { background-color: rgb(221,14,190); }
div.DivClassName
{
background-color: #DD0EBE;
}
.BgClassName
{
background-color: #DD0EBE;
}
</style>
border-color css
<style>
span { border-color: #DD0EBE; }
span { border-color: rgb(221,14,190); }
td.TdClassName
{
border-color: #DD0EBE;
}
.TagClassName
{
border-color: #DD0EBE;
}
</style>