Shades of Deep Magenta #DD00BA
Tints of Deep Magenta #DD00BA
RGB
CMYK
RGB Variations
Color information
#DD00BA (or 0xDD00BA) is known color: Deep Magenta. HEX triplet: DD, 00 and BA. RGB value is (221,0,186). Sum of RGB (Red+Green+Blue) = 221+0+186=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00BA is #22FF45. Grayscale: #565656. Windows color (decimal): -2293574 or 12189917. OLE color: 12189917.
HSL color Cylindrical-coordinate representation of color #DD00BA: hue angle of 309.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00BA is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.16 | 0.13 |
| HSL | 309.5º | 1% | 0.43% | - |
| HSV(B) | 309.5º | 1% | 0.87% | - |
| XYZ | 38.68 | 18.92 | 48.07 | - |
| YUV | 87.28 | 183.72 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 186 | 0 | 1 | 0.16 | 0.13 | 309.5 | 1 | 0.43 |
| Hex | DD | 0 | BA | 0 | 64 | 10 | D | 136 | 64 | 2B |
| Octal | 335 | 0 | 272 | 0 | 144 | 20 | 15 | 466 | 144 | 53 |
| Binary | 11011101 | 0 | 10111010 | 0 | 1100100 | 10000 | 1101 | 100110110 | 1100100 | 101011 |
Color Harmonies of #DD00BA
Complementary color
Monochromatic Colors of #DD00BA
Black with #DD00BA
Text Example
Text Example
White with #DD00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00BA; }
p { color: rgb(221,0,186); }
H1.HeaderClassName
{
color: #DD00BA;
}
.AnyTagClassName
{
color: #DD00BA;
}
</style>
background-color css
<style>
a { background-color: #DD00BA; }
a { background-color: rgb(221,0,186); }
div.DivClassName
{
background-color: #DD00BA;
}
.BgClassName
{
background-color: #DD00BA;
}
</style>
border-color css
<style>
span { border-color: #DD00BA; }
span { border-color: rgb(221,0,186); }
td.TdClassName
{
border-color: #DD00BA;
}
.TagClassName
{
border-color: #DD00BA;
}
</style>