Shades of Deep Magenta #DD04C9
Tints of Deep Magenta #DD04C9
RGB
CMYK
RGB Variations
Color information
#DD04C9 (or 0xDD04C9) is known color: Deep Magenta. HEX triplet: DD, 04 and C9. RGB value is (221,4,201). Sum of RGB (Red+Green+Blue) = 221+4+201=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04C9 is #22FB36. Grayscale: #5A5A5A. Windows color (decimal): -2292535 or 13173981. OLE color: 13173981.
HSL color Cylindrical-coordinate representation of color #DD04C9: hue angle of 305.53º 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 #DD04C9 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 201 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.13 |
| HSL | 305.53º | 0.96% | 0.44% | - |
| HSV(B) | 305.53º | 0.98% | 0.87% | - |
| XYZ | 40.4 | 19.68 | 56.93 | - |
| YUV | 91.34 | 189.89 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 201 | 0 | 0.98 | 0.09 | 0.13 | 305.53 | 0.96 | 0.44 |
| Hex | DD | 4 | C9 | 0 | 62 | 9 | D | 132 | 60 | 2C |
| Octal | 335 | 4 | 311 | 0 | 142 | 11 | 15 | 462 | 140 | 54 |
| Binary | 11011101 | 100 | 11001001 | 0 | 1100010 | 1001 | 1101 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DD04C9
Complementary color
Monochromatic Colors of #DD04C9
Black with #DD04C9
Text Example
Text Example
White with #DD04C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04C9; }
p { color: rgb(221,4,201); }
H1.HeaderClassName
{
color: #DD04C9;
}
.AnyTagClassName
{
color: #DD04C9;
}
</style>
background-color css
<style>
a { background-color: #DD04C9; }
a { background-color: rgb(221,4,201); }
div.DivClassName
{
background-color: #DD04C9;
}
.BgClassName
{
background-color: #DD04C9;
}
</style>
border-color css
<style>
span { border-color: #DD04C9; }
span { border-color: rgb(221,4,201); }
td.TdClassName
{
border-color: #DD04C9;
}
.TagClassName
{
border-color: #DD04C9;
}
</style>