Shades of Deep Magenta #D90ECF
Tints of Deep Magenta #D90ECF
RGB
CMYK
RGB Variations
Color information
#D90ECF (or 0xD90ECF) is known color: Deep Magenta. HEX triplet: D9, 0E and CF. RGB value is (217,14,207). Sum of RGB (Red+Green+Blue) = 217+14+207=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ECF is #26F130. Grayscale: #606060. Windows color (decimal): -2552113 or 13569753. OLE color: 13569753.
HSL color Cylindrical-coordinate representation of color #D90ECF: hue angle of 302.96º 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 #D90ECF is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.15 |
| HSL | 302.96º | 0.88% | 0.45% | - |
| HSV(B) | 302.96º | 0.94% | 0.85% | - |
| XYZ | 40.03 | 19.57 | 60.7 | - |
| YUV | 96.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 207 | 0 | 0.94 | 0.05 | 0.15 | 302.96 | 0.88 | 0.45 |
| Hex | D9 | E | CF | 0 | 5E | 5 | F | 12F | 58 | 2D |
| Octal | 331 | 16 | 317 | 0 | 136 | 5 | 17 | 457 | 130 | 55 |
| Binary | 11011001 | 1110 | 11001111 | 0 | 1011110 | 101 | 1111 | 100101111 | 1011000 | 101101 |
Color Harmonies of #D90ECF
Complementary color
Monochromatic Colors of #D90ECF
Black with #D90ECF
Text Example
Text Example
White with #D90ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ECF; }
p { color: rgb(217,14,207); }
H1.HeaderClassName
{
color: #D90ECF;
}
.AnyTagClassName
{
color: #D90ECF;
}
</style>
background-color css
<style>
a { background-color: #D90ECF; }
a { background-color: rgb(217,14,207); }
div.DivClassName
{
background-color: #D90ECF;
}
.BgClassName
{
background-color: #D90ECF;
}
</style>
border-color css
<style>
span { border-color: #D90ECF; }
span { border-color: rgb(217,14,207); }
td.TdClassName
{
border-color: #D90ECF;
}
.TagClassName
{
border-color: #D90ECF;
}
</style>