Shades of Deep Magenta #D911BA
Tints of Deep Magenta #D911BA
RGB
CMYK
RGB Variations
Color information
#D911BA (or 0xD911BA) is known color: Deep Magenta. HEX triplet: D9, 11 and BA. RGB value is (217,17,186). Sum of RGB (Red+Green+Blue) = 217+17+186=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D911BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911BA is #26EE45. Grayscale: #5F5F5F. Windows color (decimal): -2551366 or 12194265. OLE color: 12194265.
HSL color Cylindrical-coordinate representation of color #D911BA: hue angle of 309.3º 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 #D911BA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 186 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.15 |
| HSL | 309.3º | 0.85% | 0.46% | - |
| HSV(B) | 309.3º | 0.92% | 0.85% | - |
| XYZ | 37.68 | 18.7 | 48.08 | - |
| YUV | 96.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 186 | 0 | 0.92 | 0.14 | 0.15 | 309.3 | 0.85 | 0.46 |
| Hex | D9 | 11 | BA | 0 | 5C | E | F | 135 | 55 | 2E |
| Octal | 331 | 21 | 272 | 0 | 134 | 16 | 17 | 465 | 125 | 56 |
| Binary | 11011001 | 10001 | 10111010 | 0 | 1011100 | 1110 | 1111 | 100110101 | 1010101 | 101110 |
Color Harmonies of #D911BA
Complementary color
Monochromatic Colors of #D911BA
Black with #D911BA
Text Example
Text Example
White with #D911BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911BA; }
p { color: rgb(217,17,186); }
H1.HeaderClassName
{
color: #D911BA;
}
.AnyTagClassName
{
color: #D911BA;
}
</style>
background-color css
<style>
a { background-color: #D911BA; }
a { background-color: rgb(217,17,186); }
div.DivClassName
{
background-color: #D911BA;
}
.BgClassName
{
background-color: #D911BA;
}
</style>
border-color css
<style>
span { border-color: #D911BA; }
span { border-color: rgb(217,17,186); }
td.TdClassName
{
border-color: #D911BA;
}
.TagClassName
{
border-color: #D911BA;
}
</style>