Shades of Deep Magenta #DD04B7
Tints of Deep Magenta #DD04B7
RGB
CMYK
RGB Variations
Color information
#DD04B7 (or 0xDD04B7) is known color: Deep Magenta. HEX triplet: DD, 04 and B7. RGB value is (221,4,183). Sum of RGB (Red+Green+Blue) = 221+4+183=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04B7 is #22FB48. Grayscale: #585858. Windows color (decimal): -2292553 or 11994333. OLE color: 11994333.
HSL color Cylindrical-coordinate representation of color #DD04B7: hue angle of 310.51º 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 #DD04B7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.13 |
| HSL | 310.51º | 0.96% | 0.44% | - |
| HSV(B) | 310.51º | 0.98% | 0.87% | - |
| XYZ | 38.41 | 18.88 | 46.42 | - |
| YUV | 89.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 183 | 0 | 0.98 | 0.17 | 0.13 | 310.51 | 0.96 | 0.44 |
| Hex | DD | 4 | B7 | 0 | 62 | 11 | D | 137 | 60 | 2C |
| Octal | 335 | 4 | 267 | 0 | 142 | 21 | 15 | 467 | 140 | 54 |
| Binary | 11011101 | 100 | 10110111 | 0 | 1100010 | 10001 | 1101 | 100110111 | 1100000 | 101100 |
Color Harmonies of #DD04B7
Complementary color
Monochromatic Colors of #DD04B7
Black with #DD04B7
Text Example
Text Example
White with #DD04B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04B7; }
p { color: rgb(221,4,183); }
H1.HeaderClassName
{
color: #DD04B7;
}
.AnyTagClassName
{
color: #DD04B7;
}
</style>
background-color css
<style>
a { background-color: #DD04B7; }
a { background-color: rgb(221,4,183); }
div.DivClassName
{
background-color: #DD04B7;
}
.BgClassName
{
background-color: #DD04B7;
}
</style>
border-color css
<style>
span { border-color: #DD04B7; }
span { border-color: rgb(221,4,183); }
td.TdClassName
{
border-color: #DD04B7;
}
.TagClassName
{
border-color: #DD04B7;
}
</style>