Shades of Deep Magenta #D11BB6
Tints of Deep Magenta #D11BB6
RGB
CMYK
RGB Variations
Color information
#D11BB6 (or 0xD11BB6) is known color: Deep Magenta. HEX triplet: D1, 1B and B6. RGB value is (209,27,182). Sum of RGB (Red+Green+Blue) = 209+27+182=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BB6 is #2EE449. Grayscale: #626262. Windows color (decimal): -3073098 or 11934673. OLE color: 11934673.
HSL color Cylindrical-coordinate representation of color #D11BB6: hue angle of 308.9º 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 #D11BB6 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 182 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.18 |
| HSL | 308.9º | 0.77% | 0.46% | - |
| HSV(B) | 308.9º | 0.87% | 0.82% | - |
| XYZ | 35.13 | 17.72 | 45.82 | - |
| YUV | 99.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 182 | 0 | 0.87 | 0.13 | 0.18 | 308.9 | 0.77 | 0.46 |
| Hex | D1 | 1B | B6 | 0 | 57 | D | 12 | 135 | 4D | 2E |
| Octal | 321 | 33 | 266 | 0 | 127 | 15 | 22 | 465 | 115 | 56 |
| Binary | 11010001 | 11011 | 10110110 | 0 | 1010111 | 1101 | 10010 | 100110101 | 1001101 | 101110 |
Color Harmonies of #D11BB6
Complementary color
Monochromatic Colors of #D11BB6
Black with #D11BB6
Text Example
Text Example
White with #D11BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BB6; }
p { color: rgb(209,27,182); }
H1.HeaderClassName
{
color: #D11BB6;
}
.AnyTagClassName
{
color: #D11BB6;
}
</style>
background-color css
<style>
a { background-color: #D11BB6; }
a { background-color: rgb(209,27,182); }
div.DivClassName
{
background-color: #D11BB6;
}
.BgClassName
{
background-color: #D11BB6;
}
</style>
border-color css
<style>
span { border-color: #D11BB6; }
span { border-color: rgb(209,27,182); }
td.TdClassName
{
border-color: #D11BB6;
}
.TagClassName
{
border-color: #D11BB6;
}
</style>