Shades of Deep Magenta #D90EDD
Tints of Deep Magenta #D90EDD
RGB
CMYK
RGB Variations
Color information
#D90EDD (or 0xD90EDD) is known color: Deep Magenta. HEX triplet: D9, 0E and DD. RGB value is (217,14,221). Sum of RGB (Red+Green+Blue) = 217+14+221=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D90EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EDD is #26F122. Grayscale: #616161. Windows color (decimal): -2552099 or 14487257. OLE color: 14487257.
HSL color Cylindrical-coordinate representation of color #D90EDD: hue angle of 298.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EDD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 14 | 221 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.84º | 0.88% | 0.46% | - |
| HSV(B) | 298.84º | 0.94% | 0.87% | - |
| XYZ | 41.82 | 20.29 | 70.12 | - |
| YUV | 98.3 | 197.25 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 221 | 0.02 | 0.94 | 0 | 0.13 | 298.84 | 0.88 | 0.46 |
| Hex | D9 | E | DD | 2 | 5E | 0 | D | 12B | 58 | 2E |
| Octal | 331 | 16 | 335 | 2 | 136 | 0 | 15 | 453 | 130 | 56 |
| Binary | 11011001 | 1110 | 11011101 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011000 | 101110 |
Color Harmonies of #D90EDD
Complementary color
Monochromatic Colors of #D90EDD
Black with #D90EDD
Text Example
Text Example
White with #D90EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EDD; }
p { color: rgb(217,14,221); }
H1.HeaderClassName
{
color: #D90EDD;
}
.AnyTagClassName
{
color: #D90EDD;
}
</style>
background-color css
<style>
a { background-color: #D90EDD; }
a { background-color: rgb(217,14,221); }
div.DivClassName
{
background-color: #D90EDD;
}
.BgClassName
{
background-color: #D90EDD;
}
</style>
border-color css
<style>
span { border-color: #D90EDD; }
span { border-color: rgb(217,14,221); }
td.TdClassName
{
border-color: #D90EDD;
}
.TagClassName
{
border-color: #D90EDD;
}
</style>