Shades of Deep Magenta #DE03C6
Tints of Deep Magenta #DE03C6
RGB
CMYK
RGB Variations
Color information
#DE03C6 (or 0xDE03C6) is known color: Deep Magenta. HEX triplet: DE, 03 and C6. RGB value is (222,3,198). Sum of RGB (Red+Green+Blue) = 222+3+198=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03C6 is #21FC39. Grayscale: #5A5A5A. Windows color (decimal): -2227258 or 12977118. OLE color: 12977118.
HSL color Cylindrical-coordinate representation of color #DE03C6: hue angle of 306.58º degrees, saturation: 0.97, 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 #DE03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.13 |
| HSL | 306.58º | 0.97% | 0.44% | - |
| HSV(B) | 306.58º | 0.99% | 0.87% | - |
| XYZ | 40.35 | 19.67 | 55.1 | - |
| YUV | 90.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 198 | 0 | 0.99 | 0.11 | 0.13 | 306.58 | 0.97 | 0.44 |
| Hex | DE | 3 | C6 | 0 | 63 | B | D | 133 | 61 | 2C |
| Octal | 336 | 3 | 306 | 0 | 143 | 13 | 15 | 463 | 141 | 54 |
| Binary | 11011110 | 11 | 11000110 | 0 | 1100011 | 1011 | 1101 | 100110011 | 1100001 | 101100 |
Color Harmonies of #DE03C6
Complementary color
Monochromatic Colors of #DE03C6
Black with #DE03C6
Text Example
Text Example
White with #DE03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03C6; }
p { color: rgb(222,3,198); }
H1.HeaderClassName
{
color: #DE03C6;
}
.AnyTagClassName
{
color: #DE03C6;
}
</style>
background-color css
<style>
a { background-color: #DE03C6; }
a { background-color: rgb(222,3,198); }
div.DivClassName
{
background-color: #DE03C6;
}
.BgClassName
{
background-color: #DE03C6;
}
</style>
border-color css
<style>
span { border-color: #DE03C6; }
span { border-color: rgb(222,3,198); }
td.TdClassName
{
border-color: #DE03C6;
}
.TagClassName
{
border-color: #DE03C6;
}
</style>