Shades of Deep Magenta #DE14DD
Tints of Deep Magenta #DE14DD
RGB
CMYK
RGB Variations
Color information
#DE14DD (or 0xDE14DD) is known color: Deep Magenta. HEX triplet: DE, 14 and DD. RGB value is (222,20,221). Sum of RGB (Red+Green+Blue) = 222+20+221=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14DD is #21EB22. Grayscale: #666666. Windows color (decimal): -2222883 or 14488798. OLE color: 14488798.
HSL color Cylindrical-coordinate representation of color #DE14DD: hue angle of 300.3º degrees, saturation: 0.83, 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 #DE14DD is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 221 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.13 |
| HSL | 300.3º | 0.83% | 0.47% | - |
| HSV(B) | 300.3º | 0.91% | 0.87% | - |
| XYZ | 43.43 | 21.25 | 70.22 | - |
| YUV | 103.31 | 194.42 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 221 | 0 | 0.91 | 0.00 | 0.13 | 300.3 | 0.83 | 0.47 |
| Hex | DE | 14 | DD | 0 | 5B | 0 | D | 12C | 53 | 2F |
| Octal | 336 | 24 | 335 | 0 | 133 | 0 | 15 | 454 | 123 | 57 |
| Binary | 11011110 | 10100 | 11011101 | 0 | 1011011 | 0 | 1101 | 100101100 | 1010011 | 101111 |
Color Harmonies of #DE14DD
Complementary color
Monochromatic Colors of #DE14DD
Black with #DE14DD
Text Example
Text Example
White with #DE14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE14DD; }
p { color: rgb(222,20,221); }
H1.HeaderClassName
{
color: #DE14DD;
}
.AnyTagClassName
{
color: #DE14DD;
}
</style>
background-color css
<style>
a { background-color: #DE14DD; }
a { background-color: rgb(222,20,221); }
div.DivClassName
{
background-color: #DE14DD;
}
.BgClassName
{
background-color: #DE14DD;
}
</style>
border-color css
<style>
span { border-color: #DE14DD; }
span { border-color: rgb(222,20,221); }
td.TdClassName
{
border-color: #DE14DD;
}
.TagClassName
{
border-color: #DE14DD;
}
</style>