Shades of Deep Magenta #D90DBB
Tints of Deep Magenta #D90DBB
RGB
CMYK
RGB Variations
Color information
#D90DBB (or 0xD90DBB) is known color: Deep Magenta. HEX triplet: D9, 0D and BB. RGB value is (217,13,187). Sum of RGB (Red+Green+Blue) = 217+13+187=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DBB is #26F244. Grayscale: #5D5D5D. Windows color (decimal): -2552389 or 12258777. OLE color: 12258777.
HSL color Cylindrical-coordinate representation of color #D90DBB: hue angle of 308.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DBB is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.15 |
| HSL | 308.82º | 0.89% | 0.45% | - |
| HSV(B) | 308.82º | 0.94% | 0.85% | - |
| XYZ | 37.73 | 18.63 | 48.62 | - |
| YUV | 93.83 | 180.59 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 187 | 0 | 0.94 | 0.14 | 0.15 | 308.82 | 0.89 | 0.45 |
| Hex | D9 | D | BB | 0 | 5E | E | F | 135 | 59 | 2D |
| Octal | 331 | 15 | 273 | 0 | 136 | 16 | 17 | 465 | 131 | 55 |
| Binary | 11011001 | 1101 | 10111011 | 0 | 1011110 | 1110 | 1111 | 100110101 | 1011001 | 101101 |
Color Harmonies of #D90DBB
Complementary color
Monochromatic Colors of #D90DBB
Black with #D90DBB
Text Example
Text Example
White with #D90DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DBB; }
p { color: rgb(217,13,187); }
H1.HeaderClassName
{
color: #D90DBB;
}
.AnyTagClassName
{
color: #D90DBB;
}
</style>
background-color css
<style>
a { background-color: #D90DBB; }
a { background-color: rgb(217,13,187); }
div.DivClassName
{
background-color: #D90DBB;
}
.BgClassName
{
background-color: #D90DBB;
}
</style>
border-color css
<style>
span { border-color: #D90DBB; }
span { border-color: rgb(217,13,187); }
td.TdClassName
{
border-color: #D90DBB;
}
.TagClassName
{
border-color: #D90DBB;
}
</style>