Shades of Deep Magenta #D11BC9
Tints of Deep Magenta #D11BC9
RGB
CMYK
RGB Variations
Color information
#D11BC9 (or 0xD11BC9) is known color: Deep Magenta. HEX triplet: D1, 1B and C9. RGB value is (209,27,201). Sum of RGB (Red+Green+Blue) = 209+27+201=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BC9 is #2EE436. Grayscale: #646464. Windows color (decimal): -3073079 or 13179857. OLE color: 13179857.
HSL color Cylindrical-coordinate representation of color #D11BC9: hue angle of 302.64º 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 #D11BC9 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 201 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.18 |
| HSL | 302.64º | 0.77% | 0.46% | - |
| HSV(B) | 302.64º | 0.87% | 0.82% | - |
| XYZ | 37.23 | 18.56 | 56.88 | - |
| YUV | 101.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 201 | 0 | 0.87 | 0.04 | 0.18 | 302.64 | 0.77 | 0.46 |
| Hex | D1 | 1B | C9 | 0 | 57 | 4 | 12 | 12F | 4D | 2E |
| Octal | 321 | 33 | 311 | 0 | 127 | 4 | 22 | 457 | 115 | 56 |
| Binary | 11010001 | 11011 | 11001001 | 0 | 1010111 | 100 | 10010 | 100101111 | 1001101 | 101110 |
Color Harmonies of #D11BC9
Complementary color
Monochromatic Colors of #D11BC9
Black with #D11BC9
Text Example
Text Example
White with #D11BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BC9; }
p { color: rgb(209,27,201); }
H1.HeaderClassName
{
color: #D11BC9;
}
.AnyTagClassName
{
color: #D11BC9;
}
</style>
background-color css
<style>
a { background-color: #D11BC9; }
a { background-color: rgb(209,27,201); }
div.DivClassName
{
background-color: #D11BC9;
}
.BgClassName
{
background-color: #D11BC9;
}
</style>
border-color css
<style>
span { border-color: #D11BC9; }
span { border-color: rgb(209,27,201); }
td.TdClassName
{
border-color: #D11BC9;
}
.TagClassName
{
border-color: #D11BC9;
}
</style>