Shades of Deep Magenta #D911BC
Tints of Deep Magenta #D911BC
RGB
CMYK
RGB Variations
Color information
#D911BC (or 0xD911BC) is known color: Deep Magenta. HEX triplet: D9, 11 and BC. RGB value is (217,17,188). Sum of RGB (Red+Green+Blue) = 217+17+188=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D911BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911BC is #26EE43. Grayscale: #5F5F5F. Windows color (decimal): -2551364 or 12325337. OLE color: 12325337.
HSL color Cylindrical-coordinate representation of color #D911BC: hue angle of 308.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911BC is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.15 |
| HSL | 308.7º | 0.85% | 0.46% | - |
| HSV(B) | 308.7º | 0.92% | 0.85% | - |
| XYZ | 37.89 | 18.78 | 49.21 | - |
| YUV | 96.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 188 | 0 | 0.92 | 0.13 | 0.15 | 308.7 | 0.85 | 0.46 |
| Hex | D9 | 11 | BC | 0 | 5C | D | F | 135 | 55 | 2E |
| Octal | 331 | 21 | 274 | 0 | 134 | 15 | 17 | 465 | 125 | 56 |
| Binary | 11011001 | 10001 | 10111100 | 0 | 1011100 | 1101 | 1111 | 100110101 | 1010101 | 101110 |
Color Harmonies of #D911BC
Complementary color
Monochromatic Colors of #D911BC
Black with #D911BC
Text Example
Text Example
White with #D911BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911BC; }
p { color: rgb(217,17,188); }
H1.HeaderClassName
{
color: #D911BC;
}
.AnyTagClassName
{
color: #D911BC;
}
</style>
background-color css
<style>
a { background-color: #D911BC; }
a { background-color: rgb(217,17,188); }
div.DivClassName
{
background-color: #D911BC;
}
.BgClassName
{
background-color: #D911BC;
}
</style>
border-color css
<style>
span { border-color: #D911BC; }
span { border-color: rgb(217,17,188); }
td.TdClassName
{
border-color: #D911BC;
}
.TagClassName
{
border-color: #D911BC;
}
</style>