Shades of Deep Magenta #D90ED3
Tints of Deep Magenta #D90ED3
RGB
CMYK
RGB Variations
Color information
#D90ED3 (or 0xD90ED3) is known color: Deep Magenta. HEX triplet: D9, 0E and D3. RGB value is (217,14,211). Sum of RGB (Red+Green+Blue) = 217+14+211=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ED3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ED3 is #26F12C. Grayscale: #606060. Windows color (decimal): -2552109 or 13831897. OLE color: 13831897.
HSL color Cylindrical-coordinate representation of color #D90ED3: hue angle of 301.77º 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 #D90ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.15 |
| HSL | 301.77º | 0.88% | 0.45% | - |
| HSV(B) | 301.77º | 0.94% | 0.85% | - |
| XYZ | 40.53 | 19.77 | 63.31 | - |
| YUV | 97.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 211 | 0 | 0.94 | 0.03 | 0.15 | 301.77 | 0.88 | 0.45 |
| Hex | D9 | E | D3 | 0 | 5E | 3 | F | 12E | 58 | 2D |
| Octal | 331 | 16 | 323 | 0 | 136 | 3 | 17 | 456 | 130 | 55 |
| Binary | 11011001 | 1110 | 11010011 | 0 | 1011110 | 11 | 1111 | 100101110 | 1011000 | 101101 |
Color Harmonies of #D90ED3
Complementary color
Monochromatic Colors of #D90ED3
Black with #D90ED3
Text Example
Text Example
White with #D90ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ED3; }
p { color: rgb(217,14,211); }
H1.HeaderClassName
{
color: #D90ED3;
}
.AnyTagClassName
{
color: #D90ED3;
}
</style>
background-color css
<style>
a { background-color: #D90ED3; }
a { background-color: rgb(217,14,211); }
div.DivClassName
{
background-color: #D90ED3;
}
.BgClassName
{
background-color: #D90ED3;
}
</style>
border-color css
<style>
span { border-color: #D90ED3; }
span { border-color: rgb(217,14,211); }
td.TdClassName
{
border-color: #D90ED3;
}
.TagClassName
{
border-color: #D90ED3;
}
</style>