Shades of Deep Magenta #D11BC7
Tints of Deep Magenta #D11BC7
RGB
CMYK
RGB Variations
Color information
#D11BC7 (or 0xD11BC7) is known color: Deep Magenta. HEX triplet: D1, 1B and C7. RGB value is (209,27,199). Sum of RGB (Red+Green+Blue) = 209+27+199=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BC7 is #2EE438. Grayscale: #646464. Windows color (decimal): -3073081 or 13048785. OLE color: 13048785.
HSL color Cylindrical-coordinate representation of color #D11BC7: hue angle of 303.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.18 |
| HSL | 303.3º | 0.77% | 0.46% | - |
| HSV(B) | 303.3º | 0.87% | 0.82% | - |
| XYZ | 37 | 18.46 | 55.65 | - |
| YUV | 101.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 199 | 0 | 0.87 | 0.05 | 0.18 | 303.3 | 0.77 | 0.46 |
| Hex | D1 | 1B | C7 | 0 | 57 | 5 | 12 | 12F | 4D | 2E |
| Octal | 321 | 33 | 307 | 0 | 127 | 5 | 22 | 457 | 115 | 56 |
| Binary | 11010001 | 11011 | 11000111 | 0 | 1010111 | 101 | 10010 | 100101111 | 1001101 | 101110 |
Color Harmonies of #D11BC7
Complementary color
Monochromatic Colors of #D11BC7
Black with #D11BC7
Text Example
Text Example
White with #D11BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BC7; }
p { color: rgb(209,27,199); }
H1.HeaderClassName
{
color: #D11BC7;
}
.AnyTagClassName
{
color: #D11BC7;
}
</style>
background-color css
<style>
a { background-color: #D11BC7; }
a { background-color: rgb(209,27,199); }
div.DivClassName
{
background-color: #D11BC7;
}
.BgClassName
{
background-color: #D11BC7;
}
</style>
border-color css
<style>
span { border-color: #D11BC7; }
span { border-color: rgb(209,27,199); }
td.TdClassName
{
border-color: #D11BC7;
}
.TagClassName
{
border-color: #D11BC7;
}
</style>