Shades of Deep Magenta #D90BB5
Tints of Deep Magenta #D90BB5
RGB
CMYK
RGB Variations
Color information
#D90BB5 (or 0xD90BB5) is known color: Deep Magenta. HEX triplet: D9, 0B and B5. RGB value is (217,11,181). Sum of RGB (Red+Green+Blue) = 217+11+181=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BB5 is #26F44A. Grayscale: #5B5B5B. Windows color (decimal): -2552907 or 11865049. OLE color: 11865049.
HSL color Cylindrical-coordinate representation of color #D90BB5: hue angle of 310.49º 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 #D90BB5 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 181 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.15 |
| HSL | 310.49º | 0.9% | 0.45% | - |
| HSV(B) | 310.49º | 0.95% | 0.85% | - |
| XYZ | 37.08 | 18.33 | 45.3 | - |
| YUV | 91.97 | 178.25 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 181 | 0 | 0.95 | 0.17 | 0.15 | 310.49 | 0.9 | 0.45 |
| Hex | D9 | B | B5 | 0 | 5F | 11 | F | 136 | 5A | 2D |
| Octal | 331 | 13 | 265 | 0 | 137 | 21 | 17 | 466 | 132 | 55 |
| Binary | 11011001 | 1011 | 10110101 | 0 | 1011111 | 10001 | 1111 | 100110110 | 1011010 | 101101 |
Color Harmonies of #D90BB5
Complementary color
Monochromatic Colors of #D90BB5
Black with #D90BB5
Text Example
Text Example
White with #D90BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BB5; }
p { color: rgb(217,11,181); }
H1.HeaderClassName
{
color: #D90BB5;
}
.AnyTagClassName
{
color: #D90BB5;
}
</style>
background-color css
<style>
a { background-color: #D90BB5; }
a { background-color: rgb(217,11,181); }
div.DivClassName
{
background-color: #D90BB5;
}
.BgClassName
{
background-color: #D90BB5;
}
</style>
border-color css
<style>
span { border-color: #D90BB5; }
span { border-color: rgb(217,11,181); }
td.TdClassName
{
border-color: #D90BB5;
}
.TagClassName
{
border-color: #D90BB5;
}
</style>