Shades of Deep Magenta #DD0ACE
Tints of Deep Magenta #DD0ACE
RGB
CMYK
RGB Variations
Color information
#DD0ACE (or 0xDD0ACE) is known color: Deep Magenta. HEX triplet: DD, 0A and CE. RGB value is (221,10,206). Sum of RGB (Red+Green+Blue) = 221+10+206=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ACE is #22F531. Grayscale: #5E5E5E. Windows color (decimal): -2290994 or 13503197. OLE color: 13503197.
HSL color Cylindrical-coordinate representation of color #DD0ACE: hue angle of 304.27º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0ACE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.27º | 0.91% | 0.45% | - |
| HSV(B) | 304.27º | 0.95% | 0.87% | - |
| XYZ | 41.07 | 20.05 | 60.1 | - |
| YUV | 95.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 206 | 0 | 0.95 | 0.07 | 0.13 | 304.27 | 0.91 | 0.45 |
| Hex | DD | A | CE | 0 | 5F | 7 | D | 130 | 5B | 2D |
| Octal | 335 | 12 | 316 | 0 | 137 | 7 | 15 | 460 | 133 | 55 |
| Binary | 11011101 | 1010 | 11001110 | 0 | 1011111 | 111 | 1101 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DD0ACE
Complementary color
Monochromatic Colors of #DD0ACE
Black with #DD0ACE
Text Example
Text Example
White with #DD0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ACE; }
p { color: rgb(221,10,206); }
H1.HeaderClassName
{
color: #DD0ACE;
}
.AnyTagClassName
{
color: #DD0ACE;
}
</style>
background-color css
<style>
a { background-color: #DD0ACE; }
a { background-color: rgb(221,10,206); }
div.DivClassName
{
background-color: #DD0ACE;
}
.BgClassName
{
background-color: #DD0ACE;
}
</style>
border-color css
<style>
span { border-color: #DD0ACE; }
span { border-color: rgb(221,10,206); }
td.TdClassName
{
border-color: #DD0ACE;
}
.TagClassName
{
border-color: #DD0ACE;
}
</style>