Shades of Deep Magenta #DE00BA
Tints of Deep Magenta #DE00BA
RGB
CMYK
RGB Variations
Color information
#DE00BA (or 0xDE00BA) is known color: Deep Magenta. HEX triplet: DE, 00 and BA. RGB value is (222,0,186). Sum of RGB (Red+Green+Blue) = 222+0+186=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00BA is #21FF45. Grayscale: #575757. Windows color (decimal): -2228038 or 12189918. OLE color: 12189918.
HSL color Cylindrical-coordinate representation of color #DE00BA: hue angle of 309.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00BA is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.16 | 0.13 |
| HSL | 309.73º | 1% | 0.44% | - |
| HSV(B) | 309.73º | 1% | 0.87% | - |
| XYZ | 38.99 | 19.07 | 48.08 | - |
| YUV | 87.58 | 183.55 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 186 | 0 | 1 | 0.16 | 0.13 | 309.73 | 1 | 0.44 |
| Hex | DE | 0 | BA | 0 | 64 | 10 | D | 136 | 64 | 2C |
| Octal | 336 | 0 | 272 | 0 | 144 | 20 | 15 | 466 | 144 | 54 |
| Binary | 11011110 | 0 | 10111010 | 0 | 1100100 | 10000 | 1101 | 100110110 | 1100100 | 101100 |
Color Harmonies of #DE00BA
Complementary color
Monochromatic Colors of #DE00BA
Black with #DE00BA
Text Example
Text Example
White with #DE00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00BA; }
p { color: rgb(222,0,186); }
H1.HeaderClassName
{
color: #DE00BA;
}
.AnyTagClassName
{
color: #DE00BA;
}
</style>
background-color css
<style>
a { background-color: #DE00BA; }
a { background-color: rgb(222,0,186); }
div.DivClassName
{
background-color: #DE00BA;
}
.BgClassName
{
background-color: #DE00BA;
}
</style>
border-color css
<style>
span { border-color: #DE00BA; }
span { border-color: rgb(222,0,186); }
td.TdClassName
{
border-color: #DE00BA;
}
.TagClassName
{
border-color: #DE00BA;
}
</style>