Shades of Deep Magenta #D110BA
Tints of Deep Magenta #D110BA
RGB
CMYK
RGB Variations
Color information
#D110BA (or 0xD110BA) is known color: Deep Magenta. HEX triplet: D1, 10 and BA. RGB value is (209,16,186). Sum of RGB (Red+Green+Blue) = 209+16+186=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D110BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110BA is #2EEF45. Grayscale: #5C5C5C. Windows color (decimal): -3075910 or 12194001. OLE color: 12194001.
HSL color Cylindrical-coordinate representation of color #D110BA: hue angle of 307.15º degrees, saturation: 0.86, 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 #D110BA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 186 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.18 |
| HSL | 307.15º | 0.86% | 0.44% | - |
| HSV(B) | 307.15º | 0.92% | 0.82% | - |
| XYZ | 35.34 | 17.47 | 47.96 | - |
| YUV | 93.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 186 | 0 | 0.92 | 0.11 | 0.18 | 307.15 | 0.86 | 0.44 |
| Hex | D1 | 10 | BA | 0 | 5C | B | 12 | 133 | 56 | 2C |
| Octal | 321 | 20 | 272 | 0 | 134 | 13 | 22 | 463 | 126 | 54 |
| Binary | 11010001 | 10000 | 10111010 | 0 | 1011100 | 1011 | 10010 | 100110011 | 1010110 | 101100 |
Color Harmonies of #D110BA
Complementary color
Monochromatic Colors of #D110BA
Black with #D110BA
Text Example
Text Example
White with #D110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110BA; }
p { color: rgb(209,16,186); }
H1.HeaderClassName
{
color: #D110BA;
}
.AnyTagClassName
{
color: #D110BA;
}
</style>
background-color css
<style>
a { background-color: #D110BA; }
a { background-color: rgb(209,16,186); }
div.DivClassName
{
background-color: #D110BA;
}
.BgClassName
{
background-color: #D110BA;
}
</style>
border-color css
<style>
span { border-color: #D110BA; }
span { border-color: rgb(209,16,186); }
td.TdClassName
{
border-color: #D110BA;
}
.TagClassName
{
border-color: #D110BA;
}
</style>