Shades of Deep Magenta #D90DDA
Tints of Deep Magenta #D90DDA
RGB
CMYK
RGB Variations
Color information
#D90DDA (or 0xD90DDA) is known color: Deep Magenta. HEX triplet: D9, 0D and DA. RGB value is (217,13,218). Sum of RGB (Red+Green+Blue) = 217+13+218=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #D90DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DDA is #26F225. Grayscale: #606060. Windows color (decimal): -2552358 or 14290393. OLE color: 14290393.
HSL color Cylindrical-coordinate representation of color #D90DDA: hue angle of 299.71º degrees, saturation: 0.89, 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 #D90DDA is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 218 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.15 |
| HSL | 299.71º | 0.89% | 0.45% | - |
| HSV(B) | 299.71º | 0.94% | 0.85% | - |
| XYZ | 41.41 | 20.1 | 68.03 | - |
| YUV | 97.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 218 | 0.00 | 0.94 | 0 | 0.15 | 299.71 | 0.89 | 0.45 |
| Hex | D9 | D | DA | 0 | 5E | 0 | F | 12C | 59 | 2D |
| Octal | 331 | 15 | 332 | 0 | 136 | 0 | 17 | 454 | 131 | 55 |
| Binary | 11011001 | 1101 | 11011010 | 0 | 1011110 | 0 | 1111 | 100101100 | 1011001 | 101101 |
Color Harmonies of #D90DDA
Complementary color
Monochromatic Colors of #D90DDA
Black with #D90DDA
Text Example
Text Example
White with #D90DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DDA; }
p { color: rgb(217,13,218); }
H1.HeaderClassName
{
color: #D90DDA;
}
.AnyTagClassName
{
color: #D90DDA;
}
</style>
background-color css
<style>
a { background-color: #D90DDA; }
a { background-color: rgb(217,13,218); }
div.DivClassName
{
background-color: #D90DDA;
}
.BgClassName
{
background-color: #D90DDA;
}
</style>
border-color css
<style>
span { border-color: #D90DDA; }
span { border-color: rgb(217,13,218); }
td.TdClassName
{
border-color: #D90DDA;
}
.TagClassName
{
border-color: #D90DDA;
}
</style>