Shades of Deep Magenta #DE03C9
Tints of Deep Magenta #DE03C9
RGB
CMYK
RGB Variations
Color information
#DE03C9 (or 0xDE03C9) is known color: Deep Magenta. HEX triplet: DE, 03 and C9. RGB value is (222,3,201). Sum of RGB (Red+Green+Blue) = 222+3+201=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03C9 is #21FC36. Grayscale: #5A5A5A. Windows color (decimal): -2227255 or 13173726. OLE color: 13173726.
HSL color Cylindrical-coordinate representation of color #DE03C9: hue angle of 305.75º 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 #DE03C9 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 201 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.13 |
| HSL | 305.75º | 0.97% | 0.44% | - |
| HSV(B) | 305.75º | 0.99% | 0.87% | - |
| XYZ | 40.7 | 19.81 | 56.94 | - |
| YUV | 91.05 | 190.05 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 201 | 0 | 0.99 | 0.09 | 0.13 | 305.75 | 0.97 | 0.44 |
| Hex | DE | 3 | C9 | 0 | 63 | 9 | D | 132 | 61 | 2C |
| Octal | 336 | 3 | 311 | 0 | 143 | 11 | 15 | 462 | 141 | 54 |
| Binary | 11011110 | 11 | 11001001 | 0 | 1100011 | 1001 | 1101 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DE03C9
Complementary color
Monochromatic Colors of #DE03C9
Black with #DE03C9
Text Example
Text Example
White with #DE03C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03C9; }
p { color: rgb(222,3,201); }
H1.HeaderClassName
{
color: #DE03C9;
}
.AnyTagClassName
{
color: #DE03C9;
}
</style>
background-color css
<style>
a { background-color: #DE03C9; }
a { background-color: rgb(222,3,201); }
div.DivClassName
{
background-color: #DE03C9;
}
.BgClassName
{
background-color: #DE03C9;
}
</style>
border-color css
<style>
span { border-color: #DE03C9; }
span { border-color: rgb(222,3,201); }
td.TdClassName
{
border-color: #DE03C9;
}
.TagClassName
{
border-color: #DE03C9;
}
</style>