Shades of Deep Magenta #DD04BA
Tints of Deep Magenta #DD04BA
RGB
CMYK
RGB Variations
Color information
#DD04BA (or 0xDD04BA) is known color: Deep Magenta. HEX triplet: DD, 04 and BA. RGB value is (221,4,186). Sum of RGB (Red+Green+Blue) = 221+4+186=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04BA is #22FB45. Grayscale: #595959. Windows color (decimal): -2292550 or 12190941. OLE color: 12190941.
HSL color Cylindrical-coordinate representation of color #DD04BA: hue angle of 309.68º 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 #DD04BA is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.13 |
| HSL | 309.68º | 0.96% | 0.44% | - |
| HSV(B) | 309.68º | 0.98% | 0.87% | - |
| XYZ | 38.73 | 19 | 48.08 | - |
| YUV | 89.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 186 | 0 | 0.98 | 0.16 | 0.13 | 309.68 | 0.96 | 0.44 |
| Hex | DD | 4 | BA | 0 | 62 | 10 | D | 136 | 60 | 2C |
| Octal | 335 | 4 | 272 | 0 | 142 | 20 | 15 | 466 | 140 | 54 |
| Binary | 11011101 | 100 | 10111010 | 0 | 1100010 | 10000 | 1101 | 100110110 | 1100000 | 101100 |
Color Harmonies of #DD04BA
Complementary color
Monochromatic Colors of #DD04BA
Black with #DD04BA
Text Example
Text Example
White with #DD04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04BA; }
p { color: rgb(221,4,186); }
H1.HeaderClassName
{
color: #DD04BA;
}
.AnyTagClassName
{
color: #DD04BA;
}
</style>
background-color css
<style>
a { background-color: #DD04BA; }
a { background-color: rgb(221,4,186); }
div.DivClassName
{
background-color: #DD04BA;
}
.BgClassName
{
background-color: #DD04BA;
}
</style>
border-color css
<style>
span { border-color: #DD04BA; }
span { border-color: rgb(221,4,186); }
td.TdClassName
{
border-color: #DD04BA;
}
.TagClassName
{
border-color: #DD04BA;
}
</style>