Shades of Deep Magenta #D11BCF
Tints of Deep Magenta #D11BCF
RGB
CMYK
RGB Variations
Color information
#D11BCF (or 0xD11BCF) is known color: Deep Magenta. HEX triplet: D1, 1B and CF. RGB value is (209,27,207). Sum of RGB (Red+Green+Blue) = 209+27+207=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BCF is #2EE430. Grayscale: #656565. Windows color (decimal): -3073073 or 13573073. OLE color: 13573073.
HSL color Cylindrical-coordinate representation of color #D11BCF: hue angle of 300.66º 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 #D11BCF is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 207 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.18 |
| HSL | 300.66º | 0.77% | 0.46% | - |
| HSV(B) | 300.66º | 0.87% | 0.82% | - |
| XYZ | 37.95 | 18.84 | 60.67 | - |
| YUV | 101.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 207 | 0 | 0.87 | 0.01 | 0.18 | 300.66 | 0.77 | 0.46 |
| Hex | D1 | 1B | CF | 0 | 57 | 1 | 12 | 12D | 4D | 2E |
| Octal | 321 | 33 | 317 | 0 | 127 | 1 | 22 | 455 | 115 | 56 |
| Binary | 11010001 | 11011 | 11001111 | 0 | 1010111 | 1 | 10010 | 100101101 | 1001101 | 101110 |
Color Harmonies of #D11BCF
Complementary color
Monochromatic Colors of #D11BCF
Black with #D11BCF
Text Example
Text Example
White with #D11BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BCF; }
p { color: rgb(209,27,207); }
H1.HeaderClassName
{
color: #D11BCF;
}
.AnyTagClassName
{
color: #D11BCF;
}
</style>
background-color css
<style>
a { background-color: #D11BCF; }
a { background-color: rgb(209,27,207); }
div.DivClassName
{
background-color: #D11BCF;
}
.BgClassName
{
background-color: #D11BCF;
}
</style>
border-color css
<style>
span { border-color: #D11BCF; }
span { border-color: rgb(209,27,207); }
td.TdClassName
{
border-color: #D11BCF;
}
.TagClassName
{
border-color: #D11BCF;
}
</style>