Shades of Deep Magenta #D90BB2
Tints of Deep Magenta #D90BB2
RGB
CMYK
RGB Variations
Color information
#D90BB2 (or 0xD90BB2) is known color: Deep Magenta. HEX triplet: D9, 0B and B2. RGB value is (217,11,178). Sum of RGB (Red+Green+Blue) = 217+11+178=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BB2 is #26F44D. Grayscale: #5B5B5B. Windows color (decimal): -2552910 or 11668441. OLE color: 11668441.
HSL color Cylindrical-coordinate representation of color #D90BB2: hue angle of 311.36º degrees, saturation: 0.9, 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 #D90BB2 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 178 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.15 |
| HSL | 311.36º | 0.9% | 0.45% | - |
| HSV(B) | 311.36º | 0.95% | 0.85% | - |
| XYZ | 36.77 | 18.21 | 43.7 | - |
| YUV | 91.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 178 | 0 | 0.95 | 0.18 | 0.15 | 311.36 | 0.9 | 0.45 |
| Hex | D9 | B | B2 | 0 | 5F | 12 | F | 137 | 5A | 2D |
| Octal | 331 | 13 | 262 | 0 | 137 | 22 | 17 | 467 | 132 | 55 |
| Binary | 11011001 | 1011 | 10110010 | 0 | 1011111 | 10010 | 1111 | 100110111 | 1011010 | 101101 |
Color Harmonies of #D90BB2
Complementary color
Monochromatic Colors of #D90BB2
Black with #D90BB2
Text Example
Text Example
White with #D90BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BB2; }
p { color: rgb(217,11,178); }
H1.HeaderClassName
{
color: #D90BB2;
}
.AnyTagClassName
{
color: #D90BB2;
}
</style>
background-color css
<style>
a { background-color: #D90BB2; }
a { background-color: rgb(217,11,178); }
div.DivClassName
{
background-color: #D90BB2;
}
.BgClassName
{
background-color: #D90BB2;
}
</style>
border-color css
<style>
span { border-color: #D90BB2; }
span { border-color: rgb(217,11,178); }
td.TdClassName
{
border-color: #D90BB2;
}
.TagClassName
{
border-color: #D90BB2;
}
</style>