Shades of Deep Magenta #D11BE5
Tints of Deep Magenta #D11BE5
RGB
CMYK
RGB Variations
Color information
#D11BE5 (or 0xD11BE5) is known color: Deep Magenta. HEX triplet: D1, 1B and E5. RGB value is (209,27,229). Sum of RGB (Red+Green+Blue) = 209+27+229=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #D11BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BE5 is #2EE41A. Grayscale: #676767. Windows color (decimal): -3073051 or 15014865. OLE color: 15014865.
HSL color Cylindrical-coordinate representation of color #D11BE5: hue angle of 294.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11BE5 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 27 | 229 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.10 |
| HSL | 294.06º | 0.8% | 0.5% | - |
| HSV(B) | 294.06º | 0.88% | 0.9% | - |
| XYZ | 40.83 | 20 | 75.84 | - |
| YUV | 104.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 229 | 0.09 | 0.88 | 0 | 0.10 | 294.06 | 0.8 | 0.5 |
| Hex | D1 | 1B | E5 | 9 | 58 | 0 | A | 126 | 50 | 32 |
| Octal | 321 | 33 | 345 | 11 | 130 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010001 | 11011 | 11100101 | 1001 | 1011000 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D11BE5
Complementary color
Monochromatic Colors of #D11BE5
Black with #D11BE5
Text Example
Text Example
White with #D11BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BE5; }
p { color: rgb(209,27,229); }
H1.HeaderClassName
{
color: #D11BE5;
}
.AnyTagClassName
{
color: #D11BE5;
}
</style>
background-color css
<style>
a { background-color: #D11BE5; }
a { background-color: rgb(209,27,229); }
div.DivClassName
{
background-color: #D11BE5;
}
.BgClassName
{
background-color: #D11BE5;
}
</style>
border-color css
<style>
span { border-color: #D11BE5; }
span { border-color: rgb(209,27,229); }
td.TdClassName
{
border-color: #D11BE5;
}
.TagClassName
{
border-color: #D11BE5;
}
</style>