Shades of Deep Magenta #D11BBB
Tints of Deep Magenta #D11BBB
RGB
CMYK
RGB Variations
Color information
#D11BBB (or 0xD11BBB) is known color: Deep Magenta. HEX triplet: D1, 1B and BB. RGB value is (209,27,187). Sum of RGB (Red+Green+Blue) = 209+27+187=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BBB is #2EE444. Grayscale: #636363. Windows color (decimal): -3073093 or 12262353. OLE color: 12262353.
HSL color Cylindrical-coordinate representation of color #D11BBB: hue angle of 307.25º 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 #D11BBB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.18 |
| HSL | 307.25º | 0.77% | 0.46% | - |
| HSV(B) | 307.25º | 0.87% | 0.82% | - |
| XYZ | 35.66 | 17.93 | 48.59 | - |
| YUV | 99.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 187 | 0 | 0.87 | 0.11 | 0.18 | 307.25 | 0.77 | 0.46 |
| Hex | D1 | 1B | BB | 0 | 57 | B | 12 | 133 | 4D | 2E |
| Octal | 321 | 33 | 273 | 0 | 127 | 13 | 22 | 463 | 115 | 56 |
| Binary | 11010001 | 11011 | 10111011 | 0 | 1010111 | 1011 | 10010 | 100110011 | 1001101 | 101110 |
Color Harmonies of #D11BBB
Complementary color
Monochromatic Colors of #D11BBB
Black with #D11BBB
Text Example
Text Example
White with #D11BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BBB; }
p { color: rgb(209,27,187); }
H1.HeaderClassName
{
color: #D11BBB;
}
.AnyTagClassName
{
color: #D11BBB;
}
</style>
background-color css
<style>
a { background-color: #D11BBB; }
a { background-color: rgb(209,27,187); }
div.DivClassName
{
background-color: #D11BBB;
}
.BgClassName
{
background-color: #D11BBB;
}
</style>
border-color css
<style>
span { border-color: #D11BBB; }
span { border-color: rgb(209,27,187); }
td.TdClassName
{
border-color: #D11BBB;
}
.TagClassName
{
border-color: #D11BBB;
}
</style>