Shades of Deep Magenta #DE04C6
Tints of Deep Magenta #DE04C6
RGB
CMYK
RGB Variations
Color information
#DE04C6 (or 0xDE04C6) is known color: Deep Magenta. HEX triplet: DE, 04 and C6. RGB value is (222,4,198). Sum of RGB (Red+Green+Blue) = 222+4+198=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04C6 is #21FB39. Grayscale: #5A5A5A. Windows color (decimal): -2227002 or 12977374. OLE color: 12977374.
HSL color Cylindrical-coordinate representation of color #DE04C6: hue angle of 306.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE04C6 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 198 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.13 |
| HSL | 306.61º | 0.96% | 0.44% | - |
| HSV(B) | 306.61º | 0.98% | 0.87% | - |
| XYZ | 40.36 | 19.69 | 55.1 | - |
| YUV | 91.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 198 | 0 | 0.98 | 0.11 | 0.13 | 306.61 | 0.96 | 0.44 |
| Hex | DE | 4 | C6 | 0 | 62 | B | D | 133 | 60 | 2C |
| Octal | 336 | 4 | 306 | 0 | 142 | 13 | 15 | 463 | 140 | 54 |
| Binary | 11011110 | 100 | 11000110 | 0 | 1100010 | 1011 | 1101 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DE04C6
Complementary color
Monochromatic Colors of #DE04C6
Black with #DE04C6
Text Example
Text Example
White with #DE04C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE04C6; }
p { color: rgb(222,4,198); }
H1.HeaderClassName
{
color: #DE04C6;
}
.AnyTagClassName
{
color: #DE04C6;
}
</style>
background-color css
<style>
a { background-color: #DE04C6; }
a { background-color: rgb(222,4,198); }
div.DivClassName
{
background-color: #DE04C6;
}
.BgClassName
{
background-color: #DE04C6;
}
</style>
border-color css
<style>
span { border-color: #DE04C6; }
span { border-color: rgb(222,4,198); }
td.TdClassName
{
border-color: #DE04C6;
}
.TagClassName
{
border-color: #DE04C6;
}
</style>