Shades of Deep Magenta #D11FBE
Tints of Deep Magenta #D11FBE
RGB
CMYK
RGB Variations
Color information
#D11FBE (or 0xD11FBE) is known color: Deep Magenta. HEX triplet: D1, 1F and BE. RGB value is (209,31,190). Sum of RGB (Red+Green+Blue) = 209+31+190=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FBE is #2EE041. Grayscale: #656565. Windows color (decimal): -3072066 or 12459985. OLE color: 12459985.
HSL color Cylindrical-coordinate representation of color #D11FBE: hue angle of 306.4º 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 #D11FBE is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 190 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.18 |
| HSL | 306.4º | 0.74% | 0.47% | - |
| HSV(B) | 306.4º | 0.85% | 0.82% | - |
| XYZ | 36.08 | 18.25 | 50.34 | - |
| YUV | 102.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 190 | 0 | 0.85 | 0.09 | 0.18 | 306.4 | 0.74 | 0.47 |
| Hex | D1 | 1F | BE | 0 | 55 | 9 | 12 | 132 | 4A | 2F |
| Octal | 321 | 37 | 276 | 0 | 125 | 11 | 22 | 462 | 112 | 57 |
| Binary | 11010001 | 11111 | 10111110 | 0 | 1010101 | 1001 | 10010 | 100110010 | 1001010 | 101111 |
Color Harmonies of #D11FBE
Complementary color
Monochromatic Colors of #D11FBE
Black with #D11FBE
Text Example
Text Example
White with #D11FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FBE; }
p { color: rgb(209,31,190); }
H1.HeaderClassName
{
color: #D11FBE;
}
.AnyTagClassName
{
color: #D11FBE;
}
</style>
background-color css
<style>
a { background-color: #D11FBE; }
a { background-color: rgb(209,31,190); }
div.DivClassName
{
background-color: #D11FBE;
}
.BgClassName
{
background-color: #D11FBE;
}
</style>
border-color css
<style>
span { border-color: #D11FBE; }
span { border-color: rgb(209,31,190); }
td.TdClassName
{
border-color: #D11FBE;
}
.TagClassName
{
border-color: #D11FBE;
}
</style>