Shades of Deep Magenta #D90DC5
Tints of Deep Magenta #D90DC5
RGB
CMYK
RGB Variations
Color information
#D90DC5 (or 0xD90DC5) is known color: Deep Magenta. HEX triplet: D9, 0D and C5. RGB value is (217,13,197). Sum of RGB (Red+Green+Blue) = 217+13+197=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DC5 is #26F23A. Grayscale: #5E5E5E. Windows color (decimal): -2552379 or 12914137. OLE color: 12914137.
HSL color Cylindrical-coordinate representation of color #D90DC5: hue angle of 305.88º 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 #D90DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 197 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.15 |
| HSL | 305.88º | 0.89% | 0.45% | - |
| HSV(B) | 305.88º | 0.94% | 0.85% | - |
| XYZ | 38.84 | 19.07 | 54.46 | - |
| YUV | 94.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 197 | 0 | 0.94 | 0.09 | 0.15 | 305.88 | 0.89 | 0.45 |
| Hex | D9 | D | C5 | 0 | 5E | 9 | F | 132 | 59 | 2D |
| Octal | 331 | 15 | 305 | 0 | 136 | 11 | 17 | 462 | 131 | 55 |
| Binary | 11011001 | 1101 | 11000101 | 0 | 1011110 | 1001 | 1111 | 100110010 | 1011001 | 101101 |
Color Harmonies of #D90DC5
Complementary color
Monochromatic Colors of #D90DC5
Black with #D90DC5
Text Example
Text Example
White with #D90DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DC5; }
p { color: rgb(217,13,197); }
H1.HeaderClassName
{
color: #D90DC5;
}
.AnyTagClassName
{
color: #D90DC5;
}
</style>
background-color css
<style>
a { background-color: #D90DC5; }
a { background-color: rgb(217,13,197); }
div.DivClassName
{
background-color: #D90DC5;
}
.BgClassName
{
background-color: #D90DC5;
}
</style>
border-color css
<style>
span { border-color: #D90DC5; }
span { border-color: rgb(217,13,197); }
td.TdClassName
{
border-color: #D90DC5;
}
.TagClassName
{
border-color: #D90DC5;
}
</style>