Shades of Deep Magenta #DE14D7
Tints of Deep Magenta #DE14D7
RGB
CMYK
RGB Variations
Color information
#DE14D7 (or 0xDE14D7) is known color: Deep Magenta. HEX triplet: DE, 14 and D7. RGB value is (222,20,215). Sum of RGB (Red+Green+Blue) = 222+20+215=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14D7 is #21EB28. Grayscale: #666666. Windows color (decimal): -2222889 or 14095582. OLE color: 14095582.
HSL color Cylindrical-coordinate representation of color #DE14D7: hue angle of 302.08º 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 #DE14D7 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 215 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.13 |
| HSL | 302.08º | 0.83% | 0.47% | - |
| HSV(B) | 302.08º | 0.91% | 0.87% | - |
| XYZ | 42.64 | 20.94 | 66.08 | - |
| YUV | 102.63 | 191.42 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 215 | 0 | 0.91 | 0.03 | 0.13 | 302.08 | 0.83 | 0.47 |
| Hex | DE | 14 | D7 | 0 | 5B | 3 | D | 12E | 53 | 2F |
| Octal | 336 | 24 | 327 | 0 | 133 | 3 | 15 | 456 | 123 | 57 |
| Binary | 11011110 | 10100 | 11010111 | 0 | 1011011 | 11 | 1101 | 100101110 | 1010011 | 101111 |
Color Harmonies of #DE14D7
Complementary color
Monochromatic Colors of #DE14D7
Black with #DE14D7
Text Example
Text Example
White with #DE14D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE14D7; }
p { color: rgb(222,20,215); }
H1.HeaderClassName
{
color: #DE14D7;
}
.AnyTagClassName
{
color: #DE14D7;
}
</style>
background-color css
<style>
a { background-color: #DE14D7; }
a { background-color: rgb(222,20,215); }
div.DivClassName
{
background-color: #DE14D7;
}
.BgClassName
{
background-color: #DE14D7;
}
</style>
border-color css
<style>
span { border-color: #DE14D7; }
span { border-color: rgb(222,20,215); }
td.TdClassName
{
border-color: #DE14D7;
}
.TagClassName
{
border-color: #DE14D7;
}
</style>