Shades of Deep Magenta #D011B9
Tints of Deep Magenta #D011B9
RGB
CMYK
RGB Variations
Color information
#D011B9 (or 0xD011B9) is known color: Deep Magenta. HEX triplet: D0, 11 and B9. RGB value is (208,17,185). Sum of RGB (Red+Green+Blue) = 208+17+185=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D011B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011B9 is #2FEE46. Grayscale: #5C5C5C. Windows color (decimal): -3141191 or 12128720. OLE color: 12128720.
HSL color Cylindrical-coordinate representation of color #D011B9: hue angle of 307.23º 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 #D011B9 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 185 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.18 |
| HSL | 307.23º | 0.85% | 0.44% | - |
| HSV(B) | 307.23º | 0.92% | 0.82% | - |
| XYZ | 34.97 | 17.31 | 47.4 | - |
| YUV | 93.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 185 | 0 | 0.92 | 0.11 | 0.18 | 307.23 | 0.85 | 0.44 |
| Hex | D0 | 11 | B9 | 0 | 5C | B | 12 | 133 | 55 | 2C |
| Octal | 320 | 21 | 271 | 0 | 134 | 13 | 22 | 463 | 125 | 54 |
| Binary | 11010000 | 10001 | 10111001 | 0 | 1011100 | 1011 | 10010 | 100110011 | 1010101 | 101100 |
Color Harmonies of #D011B9
Complementary color
Monochromatic Colors of #D011B9
Black with #D011B9
Text Example
Text Example
White with #D011B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011B9; }
p { color: rgb(208,17,185); }
H1.HeaderClassName
{
color: #D011B9;
}
.AnyTagClassName
{
color: #D011B9;
}
</style>
background-color css
<style>
a { background-color: #D011B9; }
a { background-color: rgb(208,17,185); }
div.DivClassName
{
background-color: #D011B9;
}
.BgClassName
{
background-color: #D011B9;
}
</style>
border-color css
<style>
span { border-color: #D011B9; }
span { border-color: rgb(208,17,185); }
td.TdClassName
{
border-color: #D011B9;
}
.TagClassName
{
border-color: #D011B9;
}
</style>