Shades of Deep Magenta #DE03CE
Tints of Deep Magenta #DE03CE
RGB
CMYK
RGB Variations
Color information
#DE03CE (or 0xDE03CE) is known color: Deep Magenta. HEX triplet: DE, 03 and CE. RGB value is (222,3,206). Sum of RGB (Red+Green+Blue) = 222+3+206=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03CE is #21FC31. Grayscale: #5B5B5B. Windows color (decimal): -2227250 or 13501406. OLE color: 13501406.
HSL color Cylindrical-coordinate representation of color #DE03CE: hue angle of 304.38º 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 #DE03CE is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.13 |
| HSL | 304.38º | 0.97% | 0.44% | - |
| HSV(B) | 304.38º | 0.99% | 0.87% | - |
| XYZ | 41.3 | 20.05 | 60.09 | - |
| YUV | 91.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 206 | 0 | 0.99 | 0.07 | 0.13 | 304.38 | 0.97 | 0.44 |
| Hex | DE | 3 | CE | 0 | 63 | 7 | D | 130 | 61 | 2C |
| Octal | 336 | 3 | 316 | 0 | 143 | 7 | 15 | 460 | 141 | 54 |
| Binary | 11011110 | 11 | 11001110 | 0 | 1100011 | 111 | 1101 | 100110000 | 1100001 | 101100 |
Color Harmonies of #DE03CE
Complementary color
Monochromatic Colors of #DE03CE
Black with #DE03CE
Text Example
Text Example
White with #DE03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03CE; }
p { color: rgb(222,3,206); }
H1.HeaderClassName
{
color: #DE03CE;
}
.AnyTagClassName
{
color: #DE03CE;
}
</style>
background-color css
<style>
a { background-color: #DE03CE; }
a { background-color: rgb(222,3,206); }
div.DivClassName
{
background-color: #DE03CE;
}
.BgClassName
{
background-color: #DE03CE;
}
</style>
border-color css
<style>
span { border-color: #DE03CE; }
span { border-color: rgb(222,3,206); }
td.TdClassName
{
border-color: #DE03CE;
}
.TagClassName
{
border-color: #DE03CE;
}
</style>