Shades of Deep Magenta #DD07BA
Tints of Deep Magenta #DD07BA
RGB
CMYK
RGB Variations
Color information
#DD07BA (or 0xDD07BA) is known color: Deep Magenta. HEX triplet: DD, 07 and BA. RGB value is (221,7,186). Sum of RGB (Red+Green+Blue) = 221+7+186=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07BA is #22F845. Grayscale: #5A5A5A. Windows color (decimal): -2291782 or 12191709. OLE color: 12191709.
HSL color Cylindrical-coordinate representation of color #DD07BA: hue angle of 309.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07BA is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.13 |
| HSL | 309.81º | 0.94% | 0.45% | - |
| HSV(B) | 309.81º | 0.97% | 0.87% | - |
| XYZ | 38.76 | 19.07 | 48.09 | - |
| YUV | 91.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 186 | 0 | 0.97 | 0.16 | 0.13 | 309.81 | 0.94 | 0.45 |
| Hex | DD | 7 | BA | 0 | 61 | 10 | D | 136 | 5E | 2D |
| Octal | 335 | 7 | 272 | 0 | 141 | 20 | 15 | 466 | 136 | 55 |
| Binary | 11011101 | 111 | 10111010 | 0 | 1100001 | 10000 | 1101 | 100110110 | 1011110 | 101101 |
Color Harmonies of #DD07BA
Complementary color
Monochromatic Colors of #DD07BA
Black with #DD07BA
Text Example
Text Example
White with #DD07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07BA; }
p { color: rgb(221,7,186); }
H1.HeaderClassName
{
color: #DD07BA;
}
.AnyTagClassName
{
color: #DD07BA;
}
</style>
background-color css
<style>
a { background-color: #DD07BA; }
a { background-color: rgb(221,7,186); }
div.DivClassName
{
background-color: #DD07BA;
}
.BgClassName
{
background-color: #DD07BA;
}
</style>
border-color css
<style>
span { border-color: #DD07BA; }
span { border-color: rgb(221,7,186); }
td.TdClassName
{
border-color: #DD07BA;
}
.TagClassName
{
border-color: #DD07BA;
}
</style>