Shades of Deep Magenta #D711BC
Tints of Deep Magenta #D711BC
RGB
CMYK
RGB Variations
Color information
#D711BC (or 0xD711BC) is known color: Deep Magenta. HEX triplet: D7, 11 and BC. RGB value is (215,17,188). Sum of RGB (Red+Green+Blue) = 215+17+188=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D711BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711BC is #28EE43. Grayscale: #5F5F5F. Windows color (decimal): -2682436 or 12325335. OLE color: 12325335.
HSL color Cylindrical-coordinate representation of color #D711BC: hue angle of 308.18º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D711BC is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.16 |
| HSL | 308.18º | 0.85% | 0.45% | - |
| HSV(B) | 308.18º | 0.92% | 0.84% | - |
| XYZ | 37.3 | 18.48 | 49.18 | - |
| YUV | 95.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 188 | 0 | 0.92 | 0.13 | 0.16 | 308.18 | 0.85 | 0.45 |
| Hex | D7 | 11 | BC | 0 | 5C | D | 10 | 134 | 55 | 2D |
| Octal | 327 | 21 | 274 | 0 | 134 | 15 | 20 | 464 | 125 | 55 |
| Binary | 11010111 | 10001 | 10111100 | 0 | 1011100 | 1101 | 10000 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D711BC
Complementary color
Monochromatic Colors of #D711BC
Black with #D711BC
Text Example
Text Example
White with #D711BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711BC; }
p { color: rgb(215,17,188); }
H1.HeaderClassName
{
color: #D711BC;
}
.AnyTagClassName
{
color: #D711BC;
}
</style>
background-color css
<style>
a { background-color: #D711BC; }
a { background-color: rgb(215,17,188); }
div.DivClassName
{
background-color: #D711BC;
}
.BgClassName
{
background-color: #D711BC;
}
</style>
border-color css
<style>
span { border-color: #D711BC; }
span { border-color: rgb(215,17,188); }
td.TdClassName
{
border-color: #D711BC;
}
.TagClassName
{
border-color: #D711BC;
}
</style>