Shades of Deep Magenta #D011BB
Tints of Deep Magenta #D011BB
RGB
CMYK
RGB Variations
Color information
#D011BB (or 0xD011BB) is known color: Deep Magenta. HEX triplet: D0, 11 and BB. RGB value is (208,17,187). Sum of RGB (Red+Green+Blue) = 208+17+187=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D011BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011BB is #2FEE44. Grayscale: #5D5D5D. Windows color (decimal): -3141189 or 12259792. OLE color: 12259792.
HSL color Cylindrical-coordinate representation of color #D011BB: hue angle of 306.6º 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 #D011BB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.6º | 0.85% | 0.44% | - |
| HSV(B) | 306.6º | 0.92% | 0.82% | - |
| XYZ | 35.18 | 17.4 | 48.52 | - |
| YUV | 93.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 187 | 0 | 0.92 | 0.10 | 0.18 | 306.6 | 0.85 | 0.44 |
| Hex | D0 | 11 | BB | 0 | 5C | A | 12 | 133 | 55 | 2C |
| Octal | 320 | 21 | 273 | 0 | 134 | 12 | 22 | 463 | 125 | 54 |
| Binary | 11010000 | 10001 | 10111011 | 0 | 1011100 | 1010 | 10010 | 100110011 | 1010101 | 101100 |
Color Harmonies of #D011BB
Complementary color
Monochromatic Colors of #D011BB
Black with #D011BB
Text Example
Text Example
White with #D011BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011BB; }
p { color: rgb(208,17,187); }
H1.HeaderClassName
{
color: #D011BB;
}
.AnyTagClassName
{
color: #D011BB;
}
</style>
background-color css
<style>
a { background-color: #D011BB; }
a { background-color: rgb(208,17,187); }
div.DivClassName
{
background-color: #D011BB;
}
.BgClassName
{
background-color: #D011BB;
}
</style>
border-color css
<style>
span { border-color: #D011BB; }
span { border-color: rgb(208,17,187); }
td.TdClassName
{
border-color: #D011BB;
}
.TagClassName
{
border-color: #D011BB;
}
</style>