Shades of Deep Magenta #D11BAF
Tints of Deep Magenta #D11BAF
RGB
CMYK
RGB Variations
Color information
#D11BAF (or 0xD11BAF) is known color: Deep Magenta. HEX triplet: D1, 1B and AF. RGB value is (209,27,175). Sum of RGB (Red+Green+Blue) = 209+27+175=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11BAF is #2EE450. Grayscale: #616161. Windows color (decimal): -3073105 or 11475921. OLE color: 11475921.
HSL color Cylindrical-coordinate representation of color #D11BAF: hue angle of 311.21º 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 #D11BAF is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 175 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.18 |
| HSL | 311.21º | 0.77% | 0.46% | - |
| HSV(B) | 311.21º | 0.87% | 0.82% | - |
| XYZ | 34.42 | 17.43 | 42.11 | - |
| YUV | 98.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 175 | 0 | 0.87 | 0.16 | 0.18 | 311.21 | 0.77 | 0.46 |
| Hex | D1 | 1B | AF | 0 | 57 | 10 | 12 | 137 | 4D | 2E |
| Octal | 321 | 33 | 257 | 0 | 127 | 20 | 22 | 467 | 115 | 56 |
| Binary | 11010001 | 11011 | 10101111 | 0 | 1010111 | 10000 | 10010 | 100110111 | 1001101 | 101110 |
Color Harmonies of #D11BAF
Complementary color
Monochromatic Colors of #D11BAF
Black with #D11BAF
Text Example
Text Example
White with #D11BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BAF; }
p { color: rgb(209,27,175); }
H1.HeaderClassName
{
color: #D11BAF;
}
.AnyTagClassName
{
color: #D11BAF;
}
</style>
background-color css
<style>
a { background-color: #D11BAF; }
a { background-color: rgb(209,27,175); }
div.DivClassName
{
background-color: #D11BAF;
}
.BgClassName
{
background-color: #D11BAF;
}
</style>
border-color css
<style>
span { border-color: #D11BAF; }
span { border-color: rgb(209,27,175); }
td.TdClassName
{
border-color: #D11BAF;
}
.TagClassName
{
border-color: #D11BAF;
}
</style>