Shades of Deep Magenta #DE16DA
Tints of Deep Magenta #DE16DA
RGB
CMYK
RGB Variations
Color information
#DE16DA (or 0xDE16DA) is known color: Deep Magenta. HEX triplet: DE, 16 and DA. RGB value is (222,22,218). Sum of RGB (Red+Green+Blue) = 222+22+218=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16DA is #21E925. Grayscale: #676767. Windows color (decimal): -2222374 or 14292702. OLE color: 14292702.
HSL color Cylindrical-coordinate representation of color #DE16DA: hue angle of 301.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE16DA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 218 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.13 |
| HSL | 301.2º | 0.82% | 0.48% | - |
| HSV(B) | 301.2º | 0.9% | 0.87% | - |
| XYZ | 43.07 | 21.17 | 68.15 | - |
| YUV | 104.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 218 | 0 | 0.90 | 0.02 | 0.13 | 301.2 | 0.82 | 0.48 |
| Hex | DE | 16 | DA | 0 | 5A | 2 | D | 12D | 52 | 30 |
| Octal | 336 | 26 | 332 | 0 | 132 | 2 | 15 | 455 | 122 | 60 |
| Binary | 11011110 | 10110 | 11011010 | 0 | 1011010 | 10 | 1101 | 100101101 | 1010010 | 110000 |
Color Harmonies of #DE16DA
Complementary color
Monochromatic Colors of #DE16DA
Black with #DE16DA
Text Example
Text Example
White with #DE16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16DA; }
p { color: rgb(222,22,218); }
H1.HeaderClassName
{
color: #DE16DA;
}
.AnyTagClassName
{
color: #DE16DA;
}
</style>
background-color css
<style>
a { background-color: #DE16DA; }
a { background-color: rgb(222,22,218); }
div.DivClassName
{
background-color: #DE16DA;
}
.BgClassName
{
background-color: #DE16DA;
}
</style>
border-color css
<style>
span { border-color: #DE16DA; }
span { border-color: rgb(222,22,218); }
td.TdClassName
{
border-color: #DE16DA;
}
.TagClassName
{
border-color: #DE16DA;
}
</style>