Shades of Deep Magenta #DD04B5
Tints of Deep Magenta #DD04B5
RGB
CMYK
RGB Variations
Color information
#DD04B5 (or 0xDD04B5) is known color: Deep Magenta. HEX triplet: DD, 04 and B5. RGB value is (221,4,181). Sum of RGB (Red+Green+Blue) = 221+4+181=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04B5 is #22FB4A. Grayscale: #585858. Windows color (decimal): -2292555 or 11863261. OLE color: 11863261.
HSL color Cylindrical-coordinate representation of color #DD04B5: hue angle of 311.06º 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 #DD04B5 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.13 |
| HSL | 311.06º | 0.96% | 0.44% | - |
| HSV(B) | 311.06º | 0.98% | 0.87% | - |
| XYZ | 38.2 | 18.8 | 45.33 | - |
| YUV | 89.06 | 179.89 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 181 | 0 | 0.98 | 0.18 | 0.13 | 311.06 | 0.96 | 0.44 |
| Hex | DD | 4 | B5 | 0 | 62 | 12 | D | 137 | 60 | 2C |
| Octal | 335 | 4 | 265 | 0 | 142 | 22 | 15 | 467 | 140 | 54 |
| Binary | 11011101 | 100 | 10110101 | 0 | 1100010 | 10010 | 1101 | 100110111 | 1100000 | 101100 |
Color Harmonies of #DD04B5
Complementary color
Monochromatic Colors of #DD04B5
Black with #DD04B5
Text Example
Text Example
White with #DD04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04B5; }
p { color: rgb(221,4,181); }
H1.HeaderClassName
{
color: #DD04B5;
}
.AnyTagClassName
{
color: #DD04B5;
}
</style>
background-color css
<style>
a { background-color: #DD04B5; }
a { background-color: rgb(221,4,181); }
div.DivClassName
{
background-color: #DD04B5;
}
.BgClassName
{
background-color: #DD04B5;
}
</style>
border-color css
<style>
span { border-color: #DD04B5; }
span { border-color: rgb(221,4,181); }
td.TdClassName
{
border-color: #DD04B5;
}
.TagClassName
{
border-color: #DD04B5;
}
</style>