Shades of Deep Magenta #DE05BC
Tints of Deep Magenta #DE05BC
RGB
CMYK
RGB Variations
Color information
#DE05BC (or 0xDE05BC) is known color: Deep Magenta. HEX triplet: DE, 05 and BC. RGB value is (222,5,188). Sum of RGB (Red+Green+Blue) = 222+5+188=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05BC is #21FA43. Grayscale: #5A5A5A. Windows color (decimal): -2226756 or 12322270. OLE color: 12322270.
HSL color Cylindrical-coordinate representation of color #DE05BC: hue angle of 309.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE05BC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.13 |
| HSL | 309.4º | 0.96% | 0.45% | - |
| HSV(B) | 309.4º | 0.98% | 0.87% | - |
| XYZ | 39.26 | 19.27 | 49.23 | - |
| YUV | 90.75 | 182.89 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 188 | 0 | 0.98 | 0.15 | 0.13 | 309.4 | 0.96 | 0.45 |
| Hex | DE | 5 | BC | 0 | 62 | F | D | 135 | 60 | 2D |
| Octal | 336 | 5 | 274 | 0 | 142 | 17 | 15 | 465 | 140 | 55 |
| Binary | 11011110 | 101 | 10111100 | 0 | 1100010 | 1111 | 1101 | 100110101 | 1100000 | 101101 |
Color Harmonies of #DE05BC
Complementary color
Monochromatic Colors of #DE05BC
Black with #DE05BC
Text Example
Text Example
White with #DE05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE05BC; }
p { color: rgb(222,5,188); }
H1.HeaderClassName
{
color: #DE05BC;
}
.AnyTagClassName
{
color: #DE05BC;
}
</style>
background-color css
<style>
a { background-color: #DE05BC; }
a { background-color: rgb(222,5,188); }
div.DivClassName
{
background-color: #DE05BC;
}
.BgClassName
{
background-color: #DE05BC;
}
</style>
border-color css
<style>
span { border-color: #DE05BC; }
span { border-color: rgb(222,5,188); }
td.TdClassName
{
border-color: #DE05BC;
}
.TagClassName
{
border-color: #DE05BC;
}
</style>