Shades of Deep Magenta #DE05DD
Tints of Deep Magenta #DE05DD
RGB
CMYK
RGB Variations
Color information
#DE05DD (or 0xDE05DD) is known color: Deep Magenta. HEX triplet: DE, 05 and DD. RGB value is (222,5,221). Sum of RGB (Red+Green+Blue) = 222+5+221=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05DD is #21FA22. Grayscale: #5D5D5D. Windows color (decimal): -2226723 or 14484958. OLE color: 14484958.
HSL color Cylindrical-coordinate representation of color #DE05DD: hue angle of 300.28º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE05DD is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.13 |
| HSL | 300.28º | 0.96% | 0.45% | - |
| HSV(B) | 300.28º | 0.98% | 0.87% | - |
| XYZ | 43.23 | 20.86 | 70.15 | - |
| YUV | 94.51 | 199.39 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 221 | 0 | 0.98 | 0.00 | 0.13 | 300.28 | 0.96 | 0.45 |
| Hex | DE | 5 | DD | 0 | 62 | 0 | D | 12C | 60 | 2D |
| Octal | 336 | 5 | 335 | 0 | 142 | 0 | 15 | 454 | 140 | 55 |
| Binary | 11011110 | 101 | 11011101 | 0 | 1100010 | 0 | 1101 | 100101100 | 1100000 | 101101 |
Color Harmonies of #DE05DD
Complementary color
Monochromatic Colors of #DE05DD
Black with #DE05DD
Text Example
Text Example
White with #DE05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE05DD; }
p { color: rgb(222,5,221); }
H1.HeaderClassName
{
color: #DE05DD;
}
.AnyTagClassName
{
color: #DE05DD;
}
</style>
background-color css
<style>
a { background-color: #DE05DD; }
a { background-color: rgb(222,5,221); }
div.DivClassName
{
background-color: #DE05DD;
}
.BgClassName
{
background-color: #DE05DD;
}
</style>
border-color css
<style>
span { border-color: #DE05DD; }
span { border-color: rgb(222,5,221); }
td.TdClassName
{
border-color: #DE05DD;
}
.TagClassName
{
border-color: #DE05DD;
}
</style>