Shades of Deep Magenta #D90AB7
Tints of Deep Magenta #D90AB7
RGB
CMYK
RGB Variations
Color information
#D90AB7 (or 0xD90AB7) is known color: Deep Magenta. HEX triplet: D9, 0A and B7. RGB value is (217,10,183). Sum of RGB (Red+Green+Blue) = 217+10+183=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90AB7 is #26F548. Grayscale: #5B5B5B. Windows color (decimal): -2553161 or 11995865. OLE color: 11995865.
HSL color Cylindrical-coordinate representation of color #D90AB7: hue angle of 309.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90AB7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 183 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.15 |
| HSL | 309.86º | 0.91% | 0.45% | - |
| HSV(B) | 309.86º | 0.95% | 0.85% | - |
| XYZ | 37.27 | 18.39 | 46.38 | - |
| YUV | 91.62 | 179.58 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 183 | 0 | 0.95 | 0.16 | 0.15 | 309.86 | 0.91 | 0.45 |
| Hex | D9 | A | B7 | 0 | 5F | 10 | F | 136 | 5B | 2D |
| Octal | 331 | 12 | 267 | 0 | 137 | 20 | 17 | 466 | 133 | 55 |
| Binary | 11011001 | 1010 | 10110111 | 0 | 1011111 | 10000 | 1111 | 100110110 | 1011011 | 101101 |
Color Harmonies of #D90AB7
Complementary color
Monochromatic Colors of #D90AB7
Black with #D90AB7
Text Example
Text Example
White with #D90AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AB7; }
p { color: rgb(217,10,183); }
H1.HeaderClassName
{
color: #D90AB7;
}
.AnyTagClassName
{
color: #D90AB7;
}
</style>
background-color css
<style>
a { background-color: #D90AB7; }
a { background-color: rgb(217,10,183); }
div.DivClassName
{
background-color: #D90AB7;
}
.BgClassName
{
background-color: #D90AB7;
}
</style>
border-color css
<style>
span { border-color: #D90AB7; }
span { border-color: rgb(217,10,183); }
td.TdClassName
{
border-color: #D90AB7;
}
.TagClassName
{
border-color: #D90AB7;
}
</style>