Shades of Deep Magenta #D11BC2
Tints of Deep Magenta #D11BC2
RGB
CMYK
RGB Variations
Color information
#D11BC2 (or 0xD11BC2) is known color: Deep Magenta. HEX triplet: D1, 1B and C2. RGB value is (209,27,194). Sum of RGB (Red+Green+Blue) = 209+27+194=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BC2 is #2EE43D. Grayscale: #636363. Windows color (decimal): -3073086 or 12721105. OLE color: 12721105.
HSL color Cylindrical-coordinate representation of color #D11BC2: hue angle of 304.95º 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 #D11BC2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 194 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.18 |
| HSL | 304.95º | 0.77% | 0.46% | - |
| HSV(B) | 304.95º | 0.87% | 0.82% | - |
| XYZ | 36.42 | 18.23 | 52.64 | - |
| YUV | 100.46 | 180.8 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 194 | 0 | 0.87 | 0.07 | 0.18 | 304.95 | 0.77 | 0.46 |
| Hex | D1 | 1B | C2 | 0 | 57 | 7 | 12 | 131 | 4D | 2E |
| Octal | 321 | 33 | 302 | 0 | 127 | 7 | 22 | 461 | 115 | 56 |
| Binary | 11010001 | 11011 | 11000010 | 0 | 1010111 | 111 | 10010 | 100110001 | 1001101 | 101110 |
Color Harmonies of #D11BC2
Complementary color
Monochromatic Colors of #D11BC2
Black with #D11BC2
Text Example
Text Example
White with #D11BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BC2; }
p { color: rgb(209,27,194); }
H1.HeaderClassName
{
color: #D11BC2;
}
.AnyTagClassName
{
color: #D11BC2;
}
</style>
background-color css
<style>
a { background-color: #D11BC2; }
a { background-color: rgb(209,27,194); }
div.DivClassName
{
background-color: #D11BC2;
}
.BgClassName
{
background-color: #D11BC2;
}
</style>
border-color css
<style>
span { border-color: #D11BC2; }
span { border-color: rgb(209,27,194); }
td.TdClassName
{
border-color: #D11BC2;
}
.TagClassName
{
border-color: #D11BC2;
}
</style>