Shades of Deep Magenta #D90ECA
Tints of Deep Magenta #D90ECA
RGB
CMYK
RGB Variations
Color information
#D90ECA (or 0xD90ECA) is known color: Deep Magenta. HEX triplet: D9, 0E and CA. RGB value is (217,14,202). Sum of RGB (Red+Green+Blue) = 217+14+202=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ECA is #26F135. Grayscale: #5F5F5F. Windows color (decimal): -2552118 or 13242073. OLE color: 13242073.
HSL color Cylindrical-coordinate representation of color #D90ECA: hue angle of 304.43º 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 #D90ECA is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.15 |
| HSL | 304.43º | 0.88% | 0.45% | - |
| HSV(B) | 304.43º | 0.94% | 0.85% | - |
| XYZ | 39.43 | 19.33 | 57.53 | - |
| YUV | 96.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 202 | 0 | 0.94 | 0.07 | 0.15 | 304.43 | 0.88 | 0.45 |
| Hex | D9 | E | CA | 0 | 5E | 7 | F | 130 | 58 | 2D |
| Octal | 331 | 16 | 312 | 0 | 136 | 7 | 17 | 460 | 130 | 55 |
| Binary | 11011001 | 1110 | 11001010 | 0 | 1011110 | 111 | 1111 | 100110000 | 1011000 | 101101 |
Color Harmonies of #D90ECA
Complementary color
Monochromatic Colors of #D90ECA
Black with #D90ECA
Text Example
Text Example
White with #D90ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ECA; }
p { color: rgb(217,14,202); }
H1.HeaderClassName
{
color: #D90ECA;
}
.AnyTagClassName
{
color: #D90ECA;
}
</style>
background-color css
<style>
a { background-color: #D90ECA; }
a { background-color: rgb(217,14,202); }
div.DivClassName
{
background-color: #D90ECA;
}
.BgClassName
{
background-color: #D90ECA;
}
</style>
border-color css
<style>
span { border-color: #D90ECA; }
span { border-color: rgb(217,14,202); }
td.TdClassName
{
border-color: #D90ECA;
}
.TagClassName
{
border-color: #D90ECA;
}
</style>