Shades of Deep Magenta #D911BE
Tints of Deep Magenta #D911BE
RGB
CMYK
RGB Variations
Color information
#D911BE (or 0xD911BE) is known color: Deep Magenta. HEX triplet: D9, 11 and BE. RGB value is (217,17,190). Sum of RGB (Red+Green+Blue) = 217+17+190=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D911BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911BE is #26EE41. Grayscale: #606060. Windows color (decimal): -2551362 or 12456409. OLE color: 12456409.
HSL color Cylindrical-coordinate representation of color #D911BE: hue angle of 308.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911BE is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.15 |
| HSL | 308.1º | 0.85% | 0.46% | - |
| HSV(B) | 308.1º | 0.92% | 0.85% | - |
| XYZ | 38.11 | 18.87 | 50.35 | - |
| YUV | 96.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 190 | 0 | 0.92 | 0.12 | 0.15 | 308.1 | 0.85 | 0.46 |
| Hex | D9 | 11 | BE | 0 | 5C | C | F | 134 | 55 | 2E |
| Octal | 331 | 21 | 276 | 0 | 134 | 14 | 17 | 464 | 125 | 56 |
| Binary | 11011001 | 10001 | 10111110 | 0 | 1011100 | 1100 | 1111 | 100110100 | 1010101 | 101110 |
Color Harmonies of #D911BE
Complementary color
Monochromatic Colors of #D911BE
Black with #D911BE
Text Example
Text Example
White with #D911BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911BE; }
p { color: rgb(217,17,190); }
H1.HeaderClassName
{
color: #D911BE;
}
.AnyTagClassName
{
color: #D911BE;
}
</style>
background-color css
<style>
a { background-color: #D911BE; }
a { background-color: rgb(217,17,190); }
div.DivClassName
{
background-color: #D911BE;
}
.BgClassName
{
background-color: #D911BE;
}
</style>
border-color css
<style>
span { border-color: #D911BE; }
span { border-color: rgb(217,17,190); }
td.TdClassName
{
border-color: #D911BE;
}
.TagClassName
{
border-color: #D911BE;
}
</style>