Shades of Deep Magenta #DE03DF
Tints of Deep Magenta #DE03DF
RGB
CMYK
RGB Variations
Color information
#DE03DF (or 0xDE03DF) is known color: Deep Magenta. HEX triplet: DE, 03 and DF. RGB value is (222,3,223). Sum of RGB (Red+Green+Blue) = 222+3+223=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03DF is #21FC20. Grayscale: #5C5C5C. Windows color (decimal): -2227233 or 14615518. OLE color: 14615518.
HSL color Cylindrical-coordinate representation of color #DE03DF: hue angle of 299.73º 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 #DE03DF is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 223 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.13 |
| HSL | 299.73º | 0.97% | 0.44% | - |
| HSV(B) | 299.73º | 0.99% | 0.87% | - |
| XYZ | 43.48 | 20.92 | 71.56 | - |
| YUV | 93.56 | 201.05 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 223 | 0.00 | 0.99 | 0 | 0.13 | 299.73 | 0.97 | 0.44 |
| Hex | DE | 3 | DF | 0 | 63 | 0 | D | 12C | 61 | 2C |
| Octal | 336 | 3 | 337 | 0 | 143 | 0 | 15 | 454 | 141 | 54 |
| Binary | 11011110 | 11 | 11011111 | 0 | 1100011 | 0 | 1101 | 100101100 | 1100001 | 101100 |
Color Harmonies of #DE03DF
Complementary color
Monochromatic Colors of #DE03DF
Black with #DE03DF
Text Example
Text Example
White with #DE03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03DF; }
p { color: rgb(222,3,223); }
H1.HeaderClassName
{
color: #DE03DF;
}
.AnyTagClassName
{
color: #DE03DF;
}
</style>
background-color css
<style>
a { background-color: #DE03DF; }
a { background-color: rgb(222,3,223); }
div.DivClassName
{
background-color: #DE03DF;
}
.BgClassName
{
background-color: #DE03DF;
}
</style>
border-color css
<style>
span { border-color: #DE03DF; }
span { border-color: rgb(222,3,223); }
td.TdClassName
{
border-color: #DE03DF;
}
.TagClassName
{
border-color: #DE03DF;
}
</style>