Shades of Deep Magenta #D90DDD
Tints of Deep Magenta #D90DDD
RGB
CMYK
RGB Variations
Color information
#D90DDD (or 0xD90DDD) is known color: Deep Magenta. HEX triplet: D9, 0D and DD. RGB value is (217,13,221). Sum of RGB (Red+Green+Blue) = 217+13+221=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D90DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DDD is #26F222. Grayscale: #616161. Windows color (decimal): -2552355 or 14487001. OLE color: 14487001.
HSL color Cylindrical-coordinate representation of color #D90DDD: hue angle of 298.85º degrees, saturation: 0.89, 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 #D90DDD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 13 | 221 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.85º | 0.89% | 0.46% | - |
| HSV(B) | 298.85º | 0.94% | 0.87% | - |
| XYZ | 41.81 | 20.26 | 70.11 | - |
| YUV | 97.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 221 | 0.02 | 0.94 | 0 | 0.13 | 298.85 | 0.89 | 0.46 |
| Hex | D9 | D | DD | 2 | 5E | 0 | D | 12B | 59 | 2E |
| Octal | 331 | 15 | 335 | 2 | 136 | 0 | 15 | 453 | 131 | 56 |
| Binary | 11011001 | 1101 | 11011101 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011001 | 101110 |
Color Harmonies of #D90DDD
Complementary color
Monochromatic Colors of #D90DDD
Black with #D90DDD
Text Example
Text Example
White with #D90DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DDD; }
p { color: rgb(217,13,221); }
H1.HeaderClassName
{
color: #D90DDD;
}
.AnyTagClassName
{
color: #D90DDD;
}
</style>
background-color css
<style>
a { background-color: #D90DDD; }
a { background-color: rgb(217,13,221); }
div.DivClassName
{
background-color: #D90DDD;
}
.BgClassName
{
background-color: #D90DDD;
}
</style>
border-color css
<style>
span { border-color: #D90DDD; }
span { border-color: rgb(217,13,221); }
td.TdClassName
{
border-color: #D90DDD;
}
.TagClassName
{
border-color: #D90DDD;
}
</style>