Shades of Deep Magenta #D111BC
Tints of Deep Magenta #D111BC
RGB
CMYK
RGB Variations
Color information
#D111BC (or 0xD111BC) is known color: Deep Magenta. HEX triplet: D1, 11 and BC. RGB value is (209,17,188). Sum of RGB (Red+Green+Blue) = 209+17+188=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D111BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111BC is #2EEE43. Grayscale: #5D5D5D. Windows color (decimal): -3075652 or 12325329. OLE color: 12325329.
HSL color Cylindrical-coordinate representation of color #D111BC: hue angle of 306.56º 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 #D111BC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.56º | 0.85% | 0.44% | - |
| HSV(B) | 306.56º | 0.92% | 0.82% | - |
| XYZ | 35.57 | 17.59 | 49.1 | - |
| YUV | 93.9 | 181.11 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 188 | 0 | 0.92 | 0.10 | 0.18 | 306.56 | 0.85 | 0.44 |
| Hex | D1 | 11 | BC | 0 | 5C | A | 12 | 133 | 55 | 2C |
| Octal | 321 | 21 | 274 | 0 | 134 | 12 | 22 | 463 | 125 | 54 |
| Binary | 11010001 | 10001 | 10111100 | 0 | 1011100 | 1010 | 10010 | 100110011 | 1010101 | 101100 |
Color Harmonies of #D111BC
Complementary color
Monochromatic Colors of #D111BC
Black with #D111BC
Text Example
Text Example
White with #D111BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111BC; }
p { color: rgb(209,17,188); }
H1.HeaderClassName
{
color: #D111BC;
}
.AnyTagClassName
{
color: #D111BC;
}
</style>
background-color css
<style>
a { background-color: #D111BC; }
a { background-color: rgb(209,17,188); }
div.DivClassName
{
background-color: #D111BC;
}
.BgClassName
{
background-color: #D111BC;
}
</style>
border-color css
<style>
span { border-color: #D111BC; }
span { border-color: rgb(209,17,188); }
td.TdClassName
{
border-color: #D111BC;
}
.TagClassName
{
border-color: #D111BC;
}
</style>