Shades of Deep Magenta #DE03DB
Tints of Deep Magenta #DE03DB
RGB
CMYK
RGB Variations
Color information
#DE03DB (or 0xDE03DB) is known color: Deep Magenta. HEX triplet: DE, 03 and DB. RGB value is (222,3,219). Sum of RGB (Red+Green+Blue) = 222+3+219=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03DB is #21FC24. Grayscale: #5C5C5C. Windows color (decimal): -2227237 or 14353374. OLE color: 14353374.
HSL color Cylindrical-coordinate representation of color #DE03DB: hue angle of 300.82º 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 #DE03DB is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.13 |
| HSL | 300.82º | 0.97% | 0.44% | - |
| HSV(B) | 300.82º | 0.99% | 0.87% | - |
| XYZ | 42.94 | 20.71 | 68.75 | - |
| YUV | 93.11 | 199.05 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 219 | 0 | 0.99 | 0.01 | 0.13 | 300.82 | 0.97 | 0.44 |
| Hex | DE | 3 | DB | 0 | 63 | 1 | D | 12D | 61 | 2C |
| Octal | 336 | 3 | 333 | 0 | 143 | 1 | 15 | 455 | 141 | 54 |
| Binary | 11011110 | 11 | 11011011 | 0 | 1100011 | 1 | 1101 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DE03DB
Complementary color
Monochromatic Colors of #DE03DB
Black with #DE03DB
Text Example
Text Example
White with #DE03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03DB; }
p { color: rgb(222,3,219); }
H1.HeaderClassName
{
color: #DE03DB;
}
.AnyTagClassName
{
color: #DE03DB;
}
</style>
background-color css
<style>
a { background-color: #DE03DB; }
a { background-color: rgb(222,3,219); }
div.DivClassName
{
background-color: #DE03DB;
}
.BgClassName
{
background-color: #DE03DB;
}
</style>
border-color css
<style>
span { border-color: #DE03DB; }
span { border-color: rgb(222,3,219); }
td.TdClassName
{
border-color: #DE03DB;
}
.TagClassName
{
border-color: #DE03DB;
}
</style>