Shades of Deep Magenta #DE00B8
Tints of Deep Magenta #DE00B8
RGB
CMYK
RGB Variations
Color information
#DE00B8 (or 0xDE00B8) is known color: Deep Magenta. HEX triplet: DE, 00 and B8. RGB value is (222,0,184). Sum of RGB (Red+Green+Blue) = 222+0+184=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00B8 is #21FF47. Grayscale: #565656. Windows color (decimal): -2228040 or 12058846. OLE color: 12058846.
HSL color Cylindrical-coordinate representation of color #DE00B8: hue angle of 310.27º 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 #DE00B8 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.17 | 0.13 |
| HSL | 310.27º | 1% | 0.44% | - |
| HSV(B) | 310.27º | 1% | 0.87% | - |
| XYZ | 38.78 | 18.99 | 46.97 | - |
| YUV | 87.35 | 182.55 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 184 | 0 | 1 | 0.17 | 0.13 | 310.27 | 1 | 0.44 |
| Hex | DE | 0 | B8 | 0 | 64 | 11 | D | 136 | 64 | 2C |
| Octal | 336 | 0 | 270 | 0 | 144 | 21 | 15 | 466 | 144 | 54 |
| Binary | 11011110 | 0 | 10111000 | 0 | 1100100 | 10001 | 1101 | 100110110 | 1100100 | 101100 |
Color Harmonies of #DE00B8
Complementary color
Monochromatic Colors of #DE00B8
Black with #DE00B8
Text Example
Text Example
White with #DE00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00B8; }
p { color: rgb(222,0,184); }
H1.HeaderClassName
{
color: #DE00B8;
}
.AnyTagClassName
{
color: #DE00B8;
}
</style>
background-color css
<style>
a { background-color: #DE00B8; }
a { background-color: rgb(222,0,184); }
div.DivClassName
{
background-color: #DE00B8;
}
.BgClassName
{
background-color: #DE00B8;
}
</style>
border-color css
<style>
span { border-color: #DE00B8; }
span { border-color: rgb(222,0,184); }
td.TdClassName
{
border-color: #DE00B8;
}
.TagClassName
{
border-color: #DE00B8;
}
</style>