Shades of Deep Magenta #DE03DA
Tints of Deep Magenta #DE03DA
RGB
CMYK
RGB Variations
Color information
#DE03DA (or 0xDE03DA) is known color: Deep Magenta. HEX triplet: DE, 03 and DA. RGB value is (222,3,218). Sum of RGB (Red+Green+Blue) = 222+3+218=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03DA is #21FC25. Grayscale: #5C5C5C. Windows color (decimal): -2227238 or 14287838. OLE color: 14287838.
HSL color Cylindrical-coordinate representation of color #DE03DA: hue angle of 301.1º 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 #DE03DA is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.13 |
| HSL | 301.1º | 0.97% | 0.44% | - |
| HSV(B) | 301.1º | 0.99% | 0.87% | - |
| XYZ | 42.81 | 20.66 | 68.06 | - |
| YUV | 92.99 | 198.55 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 218 | 0 | 0.99 | 0.02 | 0.13 | 301.1 | 0.97 | 0.44 |
| Hex | DE | 3 | DA | 0 | 63 | 2 | D | 12D | 61 | 2C |
| Octal | 336 | 3 | 332 | 0 | 143 | 2 | 15 | 455 | 141 | 54 |
| Binary | 11011110 | 11 | 11011010 | 0 | 1100011 | 10 | 1101 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DE03DA
Complementary color
Monochromatic Colors of #DE03DA
Black with #DE03DA
Text Example
Text Example
White with #DE03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03DA; }
p { color: rgb(222,3,218); }
H1.HeaderClassName
{
color: #DE03DA;
}
.AnyTagClassName
{
color: #DE03DA;
}
</style>
background-color css
<style>
a { background-color: #DE03DA; }
a { background-color: rgb(222,3,218); }
div.DivClassName
{
background-color: #DE03DA;
}
.BgClassName
{
background-color: #DE03DA;
}
</style>
border-color css
<style>
span { border-color: #DE03DA; }
span { border-color: rgb(222,3,218); }
td.TdClassName
{
border-color: #DE03DA;
}
.TagClassName
{
border-color: #DE03DA;
}
</style>