Shades of Deep Magenta #D90EDA
Tints of Deep Magenta #D90EDA
RGB
CMYK
RGB Variations
Color information
#D90EDA (or 0xD90EDA) is known color: Deep Magenta. HEX triplet: D9, 0E and DA. RGB value is (217,14,218). Sum of RGB (Red+Green+Blue) = 217+14+218=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D90EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EDA is #26F125. Grayscale: #616161. Windows color (decimal): -2552102 or 14290649. OLE color: 14290649.
HSL color Cylindrical-coordinate representation of color #D90EDA: hue angle of 299.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EDA is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 218 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.15 |
| HSL | 299.71º | 0.88% | 0.45% | - |
| HSV(B) | 299.71º | 0.94% | 0.85% | - |
| XYZ | 41.43 | 20.13 | 68.03 | - |
| YUV | 97.95 | 195.75 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 218 | 0.00 | 0.94 | 0 | 0.15 | 299.71 | 0.88 | 0.45 |
| Hex | D9 | E | DA | 0 | 5E | 0 | F | 12C | 58 | 2D |
| Octal | 331 | 16 | 332 | 0 | 136 | 0 | 17 | 454 | 130 | 55 |
| Binary | 11011001 | 1110 | 11011010 | 0 | 1011110 | 0 | 1111 | 100101100 | 1011000 | 101101 |
Color Harmonies of #D90EDA
Complementary color
Monochromatic Colors of #D90EDA
Black with #D90EDA
Text Example
Text Example
White with #D90EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EDA; }
p { color: rgb(217,14,218); }
H1.HeaderClassName
{
color: #D90EDA;
}
.AnyTagClassName
{
color: #D90EDA;
}
</style>
background-color css
<style>
a { background-color: #D90EDA; }
a { background-color: rgb(217,14,218); }
div.DivClassName
{
background-color: #D90EDA;
}
.BgClassName
{
background-color: #D90EDA;
}
</style>
border-color css
<style>
span { border-color: #D90EDA; }
span { border-color: rgb(217,14,218); }
td.TdClassName
{
border-color: #D90EDA;
}
.TagClassName
{
border-color: #D90EDA;
}
</style>