Shades of Deep Magenta #D11FB0
Tints of Deep Magenta #D11FB0
RGB
CMYK
RGB Variations
Color information
#D11FB0 (or 0xD11FB0) is known color: Deep Magenta. HEX triplet: D1, 1F and B0. RGB value is (209,31,176). Sum of RGB (Red+Green+Blue) = 209+31+176=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FB0 is #2EE04F. Grayscale: #646464. Windows color (decimal): -3072080 or 11542481. OLE color: 11542481.
HSL color Cylindrical-coordinate representation of color #D11FB0: hue angle of 311.12º 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 #D11FB0 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 176 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.18 |
| HSL | 311.12º | 0.74% | 0.47% | - |
| HSV(B) | 311.12º | 0.85% | 0.82% | - |
| XYZ | 34.62 | 17.67 | 42.66 | - |
| YUV | 100.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 176 | 0 | 0.85 | 0.16 | 0.18 | 311.12 | 0.74 | 0.47 |
| Hex | D1 | 1F | B0 | 0 | 55 | 10 | 12 | 137 | 4A | 2F |
| Octal | 321 | 37 | 260 | 0 | 125 | 20 | 22 | 467 | 112 | 57 |
| Binary | 11010001 | 11111 | 10110000 | 0 | 1010101 | 10000 | 10010 | 100110111 | 1001010 | 101111 |
Color Harmonies of #D11FB0
Complementary color
Monochromatic Colors of #D11FB0
Black with #D11FB0
Text Example
Text Example
White with #D11FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FB0; }
p { color: rgb(209,31,176); }
H1.HeaderClassName
{
color: #D11FB0;
}
.AnyTagClassName
{
color: #D11FB0;
}
</style>
background-color css
<style>
a { background-color: #D11FB0; }
a { background-color: rgb(209,31,176); }
div.DivClassName
{
background-color: #D11FB0;
}
.BgClassName
{
background-color: #D11FB0;
}
</style>
border-color css
<style>
span { border-color: #D11FB0; }
span { border-color: rgb(209,31,176); }
td.TdClassName
{
border-color: #D11FB0;
}
.TagClassName
{
border-color: #D11FB0;
}
</style>