Shades of Deep Magenta #D111BB
Tints of Deep Magenta #D111BB
RGB
CMYK
RGB Variations
Color information
#D111BB (or 0xD111BB) is known color: Deep Magenta. HEX triplet: D1, 11 and BB. RGB value is (209,17,187). Sum of RGB (Red+Green+Blue) = 209+17+187=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D111BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111BB is #2EEE44. Grayscale: #5D5D5D. Windows color (decimal): -3075653 or 12259793. OLE color: 12259793.
HSL color Cylindrical-coordinate representation of color #D111BB: hue angle of 306.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111BB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.18 |
| HSL | 306.88º | 0.85% | 0.44% | - |
| HSV(B) | 306.88º | 0.92% | 0.82% | - |
| XYZ | 35.46 | 17.54 | 48.53 | - |
| YUV | 93.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 187 | 0 | 0.92 | 0.11 | 0.18 | 306.88 | 0.85 | 0.44 |
| Hex | D1 | 11 | BB | 0 | 5C | B | 12 | 133 | 55 | 2C |
| Octal | 321 | 21 | 273 | 0 | 134 | 13 | 22 | 463 | 125 | 54 |
| Binary | 11010001 | 10001 | 10111011 | 0 | 1011100 | 1011 | 10010 | 100110011 | 1010101 | 101100 |
Color Harmonies of #D111BB
Complementary color
Monochromatic Colors of #D111BB
Black with #D111BB
Text Example
Text Example
White with #D111BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111BB; }
p { color: rgb(209,17,187); }
H1.HeaderClassName
{
color: #D111BB;
}
.AnyTagClassName
{
color: #D111BB;
}
</style>
background-color css
<style>
a { background-color: #D111BB; }
a { background-color: rgb(209,17,187); }
div.DivClassName
{
background-color: #D111BB;
}
.BgClassName
{
background-color: #D111BB;
}
</style>
border-color css
<style>
span { border-color: #D111BB; }
span { border-color: rgb(209,17,187); }
td.TdClassName
{
border-color: #D111BB;
}
.TagClassName
{
border-color: #D111BB;
}
</style>