Shades of Deep Magenta #DD06E0
Tints of Deep Magenta #DD06E0
RGB
CMYK
RGB Variations
Color information
#DD06E0 (or 0xDD06E0) is known color: Deep Magenta. HEX triplet: DD, 06 and E0. RGB value is (221,6,224). Sum of RGB (Red+Green+Blue) = 221+6+224=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD06E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06E0 is #22F91F. Grayscale: #5E5E5E. Windows color (decimal): -2292000 or 14681821. OLE color: 14681821.
HSL color Cylindrical-coordinate representation of color #DD06E0: hue angle of 299.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06E0 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 6 | 224 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.12 |
| HSL | 299.17º | 0.95% | 0.45% | - |
| HSV(B) | 299.17º | 0.97% | 0.88% | - |
| XYZ | 43.34 | 20.88 | 72.27 | - |
| YUV | 95.14 | 200.73 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 224 | 0.01 | 0.97 | 0 | 0.12 | 299.17 | 0.95 | 0.45 |
| Hex | DD | 6 | E0 | 1 | 61 | 0 | C | 12B | 5F | 2D |
| Octal | 335 | 6 | 340 | 1 | 141 | 0 | 14 | 453 | 137 | 55 |
| Binary | 11011101 | 110 | 11100000 | 1 | 1100001 | 0 | 1100 | 100101011 | 1011111 | 101101 |
Color Harmonies of #DD06E0
Complementary color
Monochromatic Colors of #DD06E0
Black with #DD06E0
Text Example
Text Example
White with #DD06E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06E0; }
p { color: rgb(221,6,224); }
H1.HeaderClassName
{
color: #DD06E0;
}
.AnyTagClassName
{
color: #DD06E0;
}
</style>
background-color css
<style>
a { background-color: #DD06E0; }
a { background-color: rgb(221,6,224); }
div.DivClassName
{
background-color: #DD06E0;
}
.BgClassName
{
background-color: #DD06E0;
}
</style>
border-color css
<style>
span { border-color: #DD06E0; }
span { border-color: rgb(221,6,224); }
td.TdClassName
{
border-color: #DD06E0;
}
.TagClassName
{
border-color: #DD06E0;
}
</style>