Shades of Deep Magenta #DE00BC
Tints of Deep Magenta #DE00BC
RGB
CMYK
RGB Variations
Color information
#DE00BC (or 0xDE00BC) is known color: Deep Magenta. HEX triplet: DE, 00 and BC. RGB value is (222,0,188). Sum of RGB (Red+Green+Blue) = 222+0+188=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00BC is #21FF43. Grayscale: #575757. Windows color (decimal): -2228036 or 12320990. OLE color: 12320990.
HSL color Cylindrical-coordinate representation of color #DE00BC: hue angle of 309.19º 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 #DE00BC is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.15 | 0.13 |
| HSL | 309.19º | 1% | 0.44% | - |
| HSV(B) | 309.19º | 1% | 0.87% | - |
| XYZ | 39.2 | 19.16 | 49.21 | - |
| YUV | 87.81 | 184.55 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 188 | 0 | 1 | 0.15 | 0.13 | 309.19 | 1 | 0.44 |
| Hex | DE | 0 | BC | 0 | 64 | F | D | 135 | 64 | 2C |
| Octal | 336 | 0 | 274 | 0 | 144 | 17 | 15 | 465 | 144 | 54 |
| Binary | 11011110 | 0 | 10111100 | 0 | 1100100 | 1111 | 1101 | 100110101 | 1100100 | 101100 |
Color Harmonies of #DE00BC
Complementary color
Monochromatic Colors of #DE00BC
Black with #DE00BC
Text Example
Text Example
White with #DE00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00BC; }
p { color: rgb(222,0,188); }
H1.HeaderClassName
{
color: #DE00BC;
}
.AnyTagClassName
{
color: #DE00BC;
}
</style>
background-color css
<style>
a { background-color: #DE00BC; }
a { background-color: rgb(222,0,188); }
div.DivClassName
{
background-color: #DE00BC;
}
.BgClassName
{
background-color: #DE00BC;
}
</style>
border-color css
<style>
span { border-color: #DE00BC; }
span { border-color: rgb(222,0,188); }
td.TdClassName
{
border-color: #DE00BC;
}
.TagClassName
{
border-color: #DE00BC;
}
</style>