Shades of Deep Magenta #D90FB9
Tints of Deep Magenta #D90FB9
RGB
CMYK
RGB Variations
Color information
#D90FB9 (or 0xD90FB9) is known color: Deep Magenta. HEX triplet: D9, 0F and B9. RGB value is (217,15,185). Sum of RGB (Red+Green+Blue) = 217+15+185=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FB9 is #26F046. Grayscale: #5E5E5E. Windows color (decimal): -2551879 or 12128217. OLE color: 12128217.
HSL color Cylindrical-coordinate representation of color #D90FB9: hue angle of 309.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FB9 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 185 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.15 |
| HSL | 309.5º | 0.87% | 0.45% | - |
| HSV(B) | 309.5º | 0.93% | 0.85% | - |
| XYZ | 37.54 | 18.6 | 47.51 | - |
| YUV | 94.78 | 178.92 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 185 | 0 | 0.93 | 0.15 | 0.15 | 309.5 | 0.87 | 0.45 |
| Hex | D9 | F | B9 | 0 | 5D | F | F | 136 | 57 | 2D |
| Octal | 331 | 17 | 271 | 0 | 135 | 17 | 17 | 466 | 127 | 55 |
| Binary | 11011001 | 1111 | 10111001 | 0 | 1011101 | 1111 | 1111 | 100110110 | 1010111 | 101101 |
Color Harmonies of #D90FB9
Complementary color
Monochromatic Colors of #D90FB9
Black with #D90FB9
Text Example
Text Example
White with #D90FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FB9; }
p { color: rgb(217,15,185); }
H1.HeaderClassName
{
color: #D90FB9;
}
.AnyTagClassName
{
color: #D90FB9;
}
</style>
background-color css
<style>
a { background-color: #D90FB9; }
a { background-color: rgb(217,15,185); }
div.DivClassName
{
background-color: #D90FB9;
}
.BgClassName
{
background-color: #D90FB9;
}
</style>
border-color css
<style>
span { border-color: #D90FB9; }
span { border-color: rgb(217,15,185); }
td.TdClassName
{
border-color: #D90FB9;
}
.TagClassName
{
border-color: #D90FB9;
}
</style>