Shades of Deep Magenta #D11BB9
Tints of Deep Magenta #D11BB9
RGB
CMYK
RGB Variations
Color information
#D11BB9 (or 0xD11BB9) is known color: Deep Magenta. HEX triplet: D1, 1B and B9. RGB value is (209,27,185). Sum of RGB (Red+Green+Blue) = 209+27+185=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BB9 is #2EE446. Grayscale: #626262. Windows color (decimal): -3073095 or 12131281. OLE color: 12131281.
HSL color Cylindrical-coordinate representation of color #D11BB9: hue angle of 307.91º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11BB9 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 185 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.18 |
| HSL | 307.91º | 0.77% | 0.46% | - |
| HSV(B) | 307.91º | 0.87% | 0.82% | - |
| XYZ | 35.44 | 17.84 | 47.47 | - |
| YUV | 99.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 185 | 0 | 0.87 | 0.11 | 0.18 | 307.91 | 0.77 | 0.46 |
| Hex | D1 | 1B | B9 | 0 | 57 | B | 12 | 134 | 4D | 2E |
| Octal | 321 | 33 | 271 | 0 | 127 | 13 | 22 | 464 | 115 | 56 |
| Binary | 11010001 | 11011 | 10111001 | 0 | 1010111 | 1011 | 10010 | 100110100 | 1001101 | 101110 |
Color Harmonies of #D11BB9
Complementary color
Monochromatic Colors of #D11BB9
Black with #D11BB9
Text Example
Text Example
White with #D11BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BB9; }
p { color: rgb(209,27,185); }
H1.HeaderClassName
{
color: #D11BB9;
}
.AnyTagClassName
{
color: #D11BB9;
}
</style>
background-color css
<style>
a { background-color: #D11BB9; }
a { background-color: rgb(209,27,185); }
div.DivClassName
{
background-color: #D11BB9;
}
.BgClassName
{
background-color: #D11BB9;
}
</style>
border-color css
<style>
span { border-color: #D11BB9; }
span { border-color: rgb(209,27,185); }
td.TdClassName
{
border-color: #D11BB9;
}
.TagClassName
{
border-color: #D11BB9;
}
</style>