Shades of Deep Magenta #DE18CA
Tints of Deep Magenta #DE18CA
RGB
CMYK
RGB Variations
Color information
#DE18CA (or 0xDE18CA) is known color: Deep Magenta. HEX triplet: DE, 18 and CA. RGB value is (222,24,202). Sum of RGB (Red+Green+Blue) = 222+24+202=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18CA is #21E735. Grayscale: #666666. Windows color (decimal): -2221878 or 13244638. OLE color: 13244638.
HSL color Cylindrical-coordinate representation of color #DE18CA: hue angle of 306.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE18CA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 202 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.13 |
| HSL | 306.06º | 0.8% | 0.48% | - |
| HSV(B) | 306.06º | 0.89% | 0.87% | - |
| XYZ | 41.11 | 20.45 | 57.66 | - |
| YUV | 103.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 202 | 0 | 0.89 | 0.09 | 0.13 | 306.06 | 0.8 | 0.48 |
| Hex | DE | 18 | CA | 0 | 59 | 9 | D | 132 | 50 | 30 |
| Octal | 336 | 30 | 312 | 0 | 131 | 11 | 15 | 462 | 120 | 60 |
| Binary | 11011110 | 11000 | 11001010 | 0 | 1011001 | 1001 | 1101 | 100110010 | 1010000 | 110000 |
Color Harmonies of #DE18CA
Complementary color
Monochromatic Colors of #DE18CA
Black with #DE18CA
Text Example
Text Example
White with #DE18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18CA; }
p { color: rgb(222,24,202); }
H1.HeaderClassName
{
color: #DE18CA;
}
.AnyTagClassName
{
color: #DE18CA;
}
</style>
background-color css
<style>
a { background-color: #DE18CA; }
a { background-color: rgb(222,24,202); }
div.DivClassName
{
background-color: #DE18CA;
}
.BgClassName
{
background-color: #DE18CA;
}
</style>
border-color css
<style>
span { border-color: #DE18CA; }
span { border-color: rgb(222,24,202); }
td.TdClassName
{
border-color: #DE18CA;
}
.TagClassName
{
border-color: #DE18CA;
}
</style>