Shades of Deep Magenta #D90FBA
Tints of Deep Magenta #D90FBA
RGB
CMYK
RGB Variations
Color information
#D90FBA (or 0xD90FBA) is known color: Deep Magenta. HEX triplet: D9, 0F and BA. RGB value is (217,15,186). Sum of RGB (Red+Green+Blue) = 217+15+186=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FBA is #26F045. Grayscale: #5E5E5E. Windows color (decimal): -2551878 or 12193753. OLE color: 12193753.
HSL color Cylindrical-coordinate representation of color #D90FBA: hue angle of 309.21º 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 #D90FBA is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 186 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.15 |
| HSL | 309.21º | 0.87% | 0.45% | - |
| HSV(B) | 309.21º | 0.93% | 0.85% | - |
| XYZ | 37.65 | 18.64 | 48.07 | - |
| YUV | 94.89 | 179.42 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 186 | 0 | 0.93 | 0.14 | 0.15 | 309.21 | 0.87 | 0.45 |
| Hex | D9 | F | BA | 0 | 5D | E | F | 135 | 57 | 2D |
| Octal | 331 | 17 | 272 | 0 | 135 | 16 | 17 | 465 | 127 | 55 |
| Binary | 11011001 | 1111 | 10111010 | 0 | 1011101 | 1110 | 1111 | 100110101 | 1010111 | 101101 |
Color Harmonies of #D90FBA
Complementary color
Monochromatic Colors of #D90FBA
Black with #D90FBA
Text Example
Text Example
White with #D90FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FBA; }
p { color: rgb(217,15,186); }
H1.HeaderClassName
{
color: #D90FBA;
}
.AnyTagClassName
{
color: #D90FBA;
}
</style>
background-color css
<style>
a { background-color: #D90FBA; }
a { background-color: rgb(217,15,186); }
div.DivClassName
{
background-color: #D90FBA;
}
.BgClassName
{
background-color: #D90FBA;
}
</style>
border-color css
<style>
span { border-color: #D90FBA; }
span { border-color: rgb(217,15,186); }
td.TdClassName
{
border-color: #D90FBA;
}
.TagClassName
{
border-color: #D90FBA;
}
</style>