Shades of Deep Magenta #D11FBA
Tints of Deep Magenta #D11FBA
RGB
CMYK
RGB Variations
Color information
#D11FBA (or 0xD11FBA) is known color: Deep Magenta. HEX triplet: D1, 1F and BA. RGB value is (209,31,186). Sum of RGB (Red+Green+Blue) = 209+31+186=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FBA is #2EE045. Grayscale: #656565. Windows color (decimal): -3072070 or 12197841. OLE color: 12197841.
HSL color Cylindrical-coordinate representation of color #D11FBA: hue angle of 307.75º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FBA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 186 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.18 |
| HSL | 307.75º | 0.74% | 0.47% | - |
| HSV(B) | 307.75º | 0.85% | 0.82% | - |
| XYZ | 35.65 | 18.08 | 48.07 | - |
| YUV | 101.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 186 | 0 | 0.85 | 0.11 | 0.18 | 307.75 | 0.74 | 0.47 |
| Hex | D1 | 1F | BA | 0 | 55 | B | 12 | 134 | 4A | 2F |
| Octal | 321 | 37 | 272 | 0 | 125 | 13 | 22 | 464 | 112 | 57 |
| Binary | 11010001 | 11111 | 10111010 | 0 | 1010101 | 1011 | 10010 | 100110100 | 1001010 | 101111 |
Color Harmonies of #D11FBA
Complementary color
Monochromatic Colors of #D11FBA
Black with #D11FBA
Text Example
Text Example
White with #D11FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FBA; }
p { color: rgb(209,31,186); }
H1.HeaderClassName
{
color: #D11FBA;
}
.AnyTagClassName
{
color: #D11FBA;
}
</style>
background-color css
<style>
a { background-color: #D11FBA; }
a { background-color: rgb(209,31,186); }
div.DivClassName
{
background-color: #D11FBA;
}
.BgClassName
{
background-color: #D11FBA;
}
</style>
border-color css
<style>
span { border-color: #D11FBA; }
span { border-color: rgb(209,31,186); }
td.TdClassName
{
border-color: #D11FBA;
}
.TagClassName
{
border-color: #D11FBA;
}
</style>