Shades of Deep Magenta #D111BE
Tints of Deep Magenta #D111BE
RGB
CMYK
RGB Variations
Color information
#D111BE (or 0xD111BE) is known color: Deep Magenta. HEX triplet: D1, 11 and BE. RGB value is (209,17,190). Sum of RGB (Red+Green+Blue) = 209+17+190=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D111BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111BE is #2EEE41. Grayscale: #5D5D5D. Windows color (decimal): -3075650 or 12456401. OLE color: 12456401.
HSL color Cylindrical-coordinate representation of color #D111BE: hue angle of 305.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111BE is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.94º | 0.85% | 0.44% | - |
| HSV(B) | 305.94º | 0.92% | 0.82% | - |
| XYZ | 35.79 | 17.67 | 50.24 | - |
| YUV | 94.13 | 182.11 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 190 | 0 | 0.92 | 0.09 | 0.18 | 305.94 | 0.85 | 0.44 |
| Hex | D1 | 11 | BE | 0 | 5C | 9 | 12 | 132 | 55 | 2C |
| Octal | 321 | 21 | 276 | 0 | 134 | 11 | 22 | 462 | 125 | 54 |
| Binary | 11010001 | 10001 | 10111110 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010101 | 101100 |
Color Harmonies of #D111BE
Complementary color
Monochromatic Colors of #D111BE
Black with #D111BE
Text Example
Text Example
White with #D111BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111BE; }
p { color: rgb(209,17,190); }
H1.HeaderClassName
{
color: #D111BE;
}
.AnyTagClassName
{
color: #D111BE;
}
</style>
background-color css
<style>
a { background-color: #D111BE; }
a { background-color: rgb(209,17,190); }
div.DivClassName
{
background-color: #D111BE;
}
.BgClassName
{
background-color: #D111BE;
}
</style>
border-color css
<style>
span { border-color: #D111BE; }
span { border-color: rgb(209,17,190); }
td.TdClassName
{
border-color: #D111BE;
}
.TagClassName
{
border-color: #D111BE;
}
</style>