Shades of Deep Magenta #DE13CA
Tints of Deep Magenta #DE13CA
RGB
CMYK
RGB Variations
Color information
#DE13CA (or 0xDE13CA) is known color: Deep Magenta. HEX triplet: DE, 13 and CA. RGB value is (222,19,202). Sum of RGB (Red+Green+Blue) = 222+19+202=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13CA is #21EC35. Grayscale: #646464. Windows color (decimal): -2223158 or 13243358. OLE color: 13243358.
HSL color Cylindrical-coordinate representation of color #DE13CA: hue angle of 305.91º 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 #DE13CA is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 202 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.13 |
| HSL | 305.91º | 0.84% | 0.47% | - |
| HSV(B) | 305.91º | 0.91% | 0.87% | - |
| XYZ | 41.02 | 20.26 | 57.63 | - |
| YUV | 100.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 202 | 0 | 0.91 | 0.09 | 0.13 | 305.91 | 0.84 | 0.47 |
| Hex | DE | 13 | CA | 0 | 5B | 9 | D | 132 | 54 | 2F |
| Octal | 336 | 23 | 312 | 0 | 133 | 11 | 15 | 462 | 124 | 57 |
| Binary | 11011110 | 10011 | 11001010 | 0 | 1011011 | 1001 | 1101 | 100110010 | 1010100 | 101111 |
Color Harmonies of #DE13CA
Complementary color
Monochromatic Colors of #DE13CA
Black with #DE13CA
Text Example
Text Example
White with #DE13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE13CA; }
p { color: rgb(222,19,202); }
H1.HeaderClassName
{
color: #DE13CA;
}
.AnyTagClassName
{
color: #DE13CA;
}
</style>
background-color css
<style>
a { background-color: #DE13CA; }
a { background-color: rgb(222,19,202); }
div.DivClassName
{
background-color: #DE13CA;
}
.BgClassName
{
background-color: #DE13CA;
}
</style>
border-color css
<style>
span { border-color: #DE13CA; }
span { border-color: rgb(222,19,202); }
td.TdClassName
{
border-color: #DE13CA;
}
.TagClassName
{
border-color: #DE13CA;
}
</style>