Shades of Deep Magenta #DE06BC
Tints of Deep Magenta #DE06BC
RGB
CMYK
RGB Variations
Color information
#DE06BC (or 0xDE06BC) is known color: Deep Magenta. HEX triplet: DE, 06 and BC. RGB value is (222,6,188). Sum of RGB (Red+Green+Blue) = 222+6+188=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE06BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE06BC is #21F943. Grayscale: #5A5A5A. Windows color (decimal): -2226500 or 12322526. OLE color: 12322526.
HSL color Cylindrical-coordinate representation of color #DE06BC: hue angle of 309.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE06BC is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.13 |
| HSL | 309.44º | 0.95% | 0.45% | - |
| HSV(B) | 309.44º | 0.97% | 0.87% | - |
| XYZ | 39.27 | 19.29 | 49.23 | - |
| YUV | 91.33 | 182.56 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 188 | 0 | 0.97 | 0.15 | 0.13 | 309.44 | 0.95 | 0.45 |
| Hex | DE | 6 | BC | 0 | 61 | F | D | 135 | 5F | 2D |
| Octal | 336 | 6 | 274 | 0 | 141 | 17 | 15 | 465 | 137 | 55 |
| Binary | 11011110 | 110 | 10111100 | 0 | 1100001 | 1111 | 1101 | 100110101 | 1011111 | 101101 |
Color Harmonies of #DE06BC
Complementary color
Monochromatic Colors of #DE06BC
Black with #DE06BC
Text Example
Text Example
White with #DE06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE06BC; }
p { color: rgb(222,6,188); }
H1.HeaderClassName
{
color: #DE06BC;
}
.AnyTagClassName
{
color: #DE06BC;
}
</style>
background-color css
<style>
a { background-color: #DE06BC; }
a { background-color: rgb(222,6,188); }
div.DivClassName
{
background-color: #DE06BC;
}
.BgClassName
{
background-color: #DE06BC;
}
</style>
border-color css
<style>
span { border-color: #DE06BC; }
span { border-color: rgb(222,6,188); }
td.TdClassName
{
border-color: #DE06BC;
}
.TagClassName
{
border-color: #DE06BC;
}
</style>