Shades of Deep Magenta #DD04E0
Tints of Deep Magenta #DD04E0
RGB
CMYK
RGB Variations
Color information
#DD04E0 (or 0xDD04E0) is known color: Deep Magenta. HEX triplet: DD, 04 and E0. RGB value is (221,4,224). Sum of RGB (Red+Green+Blue) = 221+4+224=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD04E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04E0 is #22FB1F. Grayscale: #5D5D5D. Windows color (decimal): -2292512 or 14681309. OLE color: 14681309.
HSL color Cylindrical-coordinate representation of color #DD04E0: hue angle of 299.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04E0 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 4 | 224 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.12 |
| HSL | 299.18º | 0.96% | 0.45% | - |
| HSV(B) | 299.18º | 0.98% | 0.88% | - |
| XYZ | 43.32 | 20.84 | 72.26 | - |
| YUV | 93.96 | 201.39 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 224 | 0.01 | 0.98 | 0 | 0.12 | 299.18 | 0.96 | 0.45 |
| Hex | DD | 4 | E0 | 1 | 62 | 0 | C | 12B | 60 | 2D |
| Octal | 335 | 4 | 340 | 1 | 142 | 0 | 14 | 453 | 140 | 55 |
| Binary | 11011101 | 100 | 11100000 | 1 | 1100010 | 0 | 1100 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DD04E0
Complementary color
Monochromatic Colors of #DD04E0
Black with #DD04E0
Text Example
Text Example
White with #DD04E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04E0; }
p { color: rgb(221,4,224); }
H1.HeaderClassName
{
color: #DD04E0;
}
.AnyTagClassName
{
color: #DD04E0;
}
</style>
background-color css
<style>
a { background-color: #DD04E0; }
a { background-color: rgb(221,4,224); }
div.DivClassName
{
background-color: #DD04E0;
}
.BgClassName
{
background-color: #DD04E0;
}
</style>
border-color css
<style>
span { border-color: #DD04E0; }
span { border-color: rgb(221,4,224); }
td.TdClassName
{
border-color: #DD04E0;
}
.TagClassName
{
border-color: #DD04E0;
}
</style>