Shades of Deep Magenta #DD04D0
Tints of Deep Magenta #DD04D0
RGB
CMYK
RGB Variations
Color information
#DD04D0 (or 0xDD04D0) is known color: Deep Magenta. HEX triplet: DD, 04 and D0. RGB value is (221,4,208). Sum of RGB (Red+Green+Blue) = 221+4+208=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04D0 is #22FB2F. Grayscale: #5B5B5B. Windows color (decimal): -2292528 or 13632733. OLE color: 13632733.
HSL color Cylindrical-coordinate representation of color #DD04D0: hue angle of 303.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04D0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 208 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.13 |
| HSL | 303.59º | 0.96% | 0.44% | - |
| HSV(B) | 303.59º | 0.98% | 0.87% | - |
| XYZ | 41.25 | 20.01 | 61.36 | - |
| YUV | 92.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 208 | 0 | 0.98 | 0.06 | 0.13 | 303.59 | 0.96 | 0.44 |
| Hex | DD | 4 | D0 | 0 | 62 | 6 | D | 130 | 60 | 2C |
| Octal | 335 | 4 | 320 | 0 | 142 | 6 | 15 | 460 | 140 | 54 |
| Binary | 11011101 | 100 | 11010000 | 0 | 1100010 | 110 | 1101 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DD04D0
Complementary color
Monochromatic Colors of #DD04D0
Black with #DD04D0
Text Example
Text Example
White with #DD04D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04D0; }
p { color: rgb(221,4,208); }
H1.HeaderClassName
{
color: #DD04D0;
}
.AnyTagClassName
{
color: #DD04D0;
}
</style>
background-color css
<style>
a { background-color: #DD04D0; }
a { background-color: rgb(221,4,208); }
div.DivClassName
{
background-color: #DD04D0;
}
.BgClassName
{
background-color: #DD04D0;
}
</style>
border-color css
<style>
span { border-color: #DD04D0; }
span { border-color: rgb(221,4,208); }
td.TdClassName
{
border-color: #DD04D0;
}
.TagClassName
{
border-color: #DD04D0;
}
</style>