Shades of Deep Magenta #D90FDD
Tints of Deep Magenta #D90FDD
RGB
CMYK
RGB Variations
Color information
#D90FDD (or 0xD90FDD) is known color: Deep Magenta. HEX triplet: D9, 0F and DD. RGB value is (217,15,221). Sum of RGB (Red+Green+Blue) = 217+15+221=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #D90FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FDD is #26F022. Grayscale: #626262. Windows color (decimal): -2551843 or 14487513. OLE color: 14487513.
HSL color Cylindrical-coordinate representation of color #D90FDD: hue angle of 298.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FDD is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 15 | 221 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.13 |
| HSL | 298.84º | 0.87% | 0.46% | - |
| HSV(B) | 298.84º | 0.93% | 0.87% | - |
| XYZ | 41.84 | 20.31 | 70.12 | - |
| YUV | 98.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 221 | 0.02 | 0.93 | 0 | 0.13 | 298.84 | 0.87 | 0.46 |
| Hex | D9 | F | DD | 2 | 5D | 0 | D | 12B | 57 | 2E |
| Octal | 331 | 17 | 335 | 2 | 135 | 0 | 15 | 453 | 127 | 56 |
| Binary | 11011001 | 1111 | 11011101 | 10 | 1011101 | 0 | 1101 | 100101011 | 1010111 | 101110 |
Color Harmonies of #D90FDD
Complementary color
Monochromatic Colors of #D90FDD
Black with #D90FDD
Text Example
Text Example
White with #D90FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FDD; }
p { color: rgb(217,15,221); }
H1.HeaderClassName
{
color: #D90FDD;
}
.AnyTagClassName
{
color: #D90FDD;
}
</style>
background-color css
<style>
a { background-color: #D90FDD; }
a { background-color: rgb(217,15,221); }
div.DivClassName
{
background-color: #D90FDD;
}
.BgClassName
{
background-color: #D90FDD;
}
</style>
border-color css
<style>
span { border-color: #D90FDD; }
span { border-color: rgb(217,15,221); }
td.TdClassName
{
border-color: #D90FDD;
}
.TagClassName
{
border-color: #D90FDD;
}
</style>