Shades of Deep Magenta #DE02BA
Tints of Deep Magenta #DE02BA
RGB
CMYK
RGB Variations
Color information
#DE02BA (or 0xDE02BA) is known color: Deep Magenta. HEX triplet: DE, 02 and BA. RGB value is (222,2,186). Sum of RGB (Red+Green+Blue) = 222+2+186=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02BA is #21FD45. Grayscale: #585858. Windows color (decimal): -2227526 or 12190430. OLE color: 12190430.
HSL color Cylindrical-coordinate representation of color #DE02BA: hue angle of 309.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE02BA is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.13 |
| HSL | 309.82º | 0.98% | 0.44% | - |
| HSV(B) | 309.82º | 0.99% | 0.87% | - |
| XYZ | 39.01 | 19.12 | 48.09 | - |
| YUV | 88.76 | 182.89 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 186 | 0 | 0.99 | 0.16 | 0.13 | 309.82 | 0.98 | 0.44 |
| Hex | DE | 2 | BA | 0 | 63 | 10 | D | 136 | 62 | 2C |
| Octal | 336 | 2 | 272 | 0 | 143 | 20 | 15 | 466 | 142 | 54 |
| Binary | 11011110 | 10 | 10111010 | 0 | 1100011 | 10000 | 1101 | 100110110 | 1100010 | 101100 |
Color Harmonies of #DE02BA
Complementary color
Monochromatic Colors of #DE02BA
Black with #DE02BA
Text Example
Text Example
White with #DE02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02BA; }
p { color: rgb(222,2,186); }
H1.HeaderClassName
{
color: #DE02BA;
}
.AnyTagClassName
{
color: #DE02BA;
}
</style>
background-color css
<style>
a { background-color: #DE02BA; }
a { background-color: rgb(222,2,186); }
div.DivClassName
{
background-color: #DE02BA;
}
.BgClassName
{
background-color: #DE02BA;
}
</style>
border-color css
<style>
span { border-color: #DE02BA; }
span { border-color: rgb(222,2,186); }
td.TdClassName
{
border-color: #DE02BA;
}
.TagClassName
{
border-color: #DE02BA;
}
</style>