Shades of Deep Magenta #D118BA
Tints of Deep Magenta #D118BA
RGB
CMYK
RGB Variations
Color information
#D118BA (or 0xD118BA) is known color: Deep Magenta. HEX triplet: D1, 18 and BA. RGB value is (209,24,186). Sum of RGB (Red+Green+Blue) = 209+24+186=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D118BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118BA is #2EE745. Grayscale: #616161. Windows color (decimal): -3073862 or 12196049. OLE color: 12196049.
HSL color Cylindrical-coordinate representation of color #D118BA: hue angle of 307.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118BA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 186 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.18 |
| HSL | 307.46º | 0.79% | 0.46% | - |
| HSV(B) | 307.46º | 0.89% | 0.82% | - |
| XYZ | 35.48 | 17.75 | 48.01 | - |
| YUV | 97.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 186 | 0 | 0.89 | 0.11 | 0.18 | 307.46 | 0.79 | 0.46 |
| Hex | D1 | 18 | BA | 0 | 59 | B | 12 | 133 | 4F | 2E |
| Octal | 321 | 30 | 272 | 0 | 131 | 13 | 22 | 463 | 117 | 56 |
| Binary | 11010001 | 11000 | 10111010 | 0 | 1011001 | 1011 | 10010 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D118BA
Complementary color
Monochromatic Colors of #D118BA
Black with #D118BA
Text Example
Text Example
White with #D118BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118BA; }
p { color: rgb(209,24,186); }
H1.HeaderClassName
{
color: #D118BA;
}
.AnyTagClassName
{
color: #D118BA;
}
</style>
background-color css
<style>
a { background-color: #D118BA; }
a { background-color: rgb(209,24,186); }
div.DivClassName
{
background-color: #D118BA;
}
.BgClassName
{
background-color: #D118BA;
}
</style>
border-color css
<style>
span { border-color: #D118BA; }
span { border-color: rgb(209,24,186); }
td.TdClassName
{
border-color: #D118BA;
}
.TagClassName
{
border-color: #D118BA;
}
</style>