Shades of Deep Magenta #DE13CE
Tints of Deep Magenta #DE13CE
RGB
CMYK
RGB Variations
Color information
#DE13CE (or 0xDE13CE) is known color: Deep Magenta. HEX triplet: DE, 13 and CE. RGB value is (222,19,206). Sum of RGB (Red+Green+Blue) = 222+19+206=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13CE is #21EC31. Grayscale: #646464. Windows color (decimal): -2223154 or 13505502. OLE color: 13505502.
HSL color Cylindrical-coordinate representation of color #DE13CE: hue angle of 304.73º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE13CE is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 206 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.13 |
| HSL | 304.73º | 0.84% | 0.47% | - |
| HSV(B) | 304.73º | 0.91% | 0.87% | - |
| XYZ | 41.5 | 20.45 | 60.15 | - |
| YUV | 101.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 206 | 0 | 0.91 | 0.07 | 0.13 | 304.73 | 0.84 | 0.47 |
| Hex | DE | 13 | CE | 0 | 5B | 7 | D | 131 | 54 | 2F |
| Octal | 336 | 23 | 316 | 0 | 133 | 7 | 15 | 461 | 124 | 57 |
| Binary | 11011110 | 10011 | 11001110 | 0 | 1011011 | 111 | 1101 | 100110001 | 1010100 | 101111 |
Color Harmonies of #DE13CE
Complementary color
Monochromatic Colors of #DE13CE
Black with #DE13CE
Text Example
Text Example
White with #DE13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE13CE; }
p { color: rgb(222,19,206); }
H1.HeaderClassName
{
color: #DE13CE;
}
.AnyTagClassName
{
color: #DE13CE;
}
</style>
background-color css
<style>
a { background-color: #DE13CE; }
a { background-color: rgb(222,19,206); }
div.DivClassName
{
background-color: #DE13CE;
}
.BgClassName
{
background-color: #DE13CE;
}
</style>
border-color css
<style>
span { border-color: #DE13CE; }
span { border-color: rgb(222,19,206); }
td.TdClassName
{
border-color: #DE13CE;
}
.TagClassName
{
border-color: #DE13CE;
}
</style>