Shades of Deep Magenta #D110BF
Tints of Deep Magenta #D110BF
RGB
CMYK
RGB Variations
Color information
#D110BF (or 0xD110BF) is known color: Deep Magenta. HEX triplet: D1, 10 and BF. RGB value is (209,16,191). Sum of RGB (Red+Green+Blue) = 209+16+191=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D110BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110BF is #2EEF40. Grayscale: #5D5D5D. Windows color (decimal): -3075905 or 12521681. OLE color: 12521681.
HSL color Cylindrical-coordinate representation of color #D110BF: hue angle of 305.6º 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 #D110BF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.6º | 0.86% | 0.44% | - |
| HSV(B) | 305.6º | 0.92% | 0.82% | - |
| XYZ | 35.88 | 17.69 | 50.81 | - |
| YUV | 93.66 | 182.94 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 191 | 0 | 0.92 | 0.09 | 0.18 | 305.6 | 0.86 | 0.44 |
| Hex | D1 | 10 | BF | 0 | 5C | 9 | 12 | 132 | 56 | 2C |
| Octal | 321 | 20 | 277 | 0 | 134 | 11 | 22 | 462 | 126 | 54 |
| Binary | 11010001 | 10000 | 10111111 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010110 | 101100 |
Color Harmonies of #D110BF
Complementary color
Monochromatic Colors of #D110BF
Black with #D110BF
Text Example
Text Example
White with #D110BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110BF; }
p { color: rgb(209,16,191); }
H1.HeaderClassName
{
color: #D110BF;
}
.AnyTagClassName
{
color: #D110BF;
}
</style>
background-color css
<style>
a { background-color: #D110BF; }
a { background-color: rgb(209,16,191); }
div.DivClassName
{
background-color: #D110BF;
}
.BgClassName
{
background-color: #D110BF;
}
</style>
border-color css
<style>
span { border-color: #D110BF; }
span { border-color: rgb(209,16,191); }
td.TdClassName
{
border-color: #D110BF;
}
.TagClassName
{
border-color: #D110BF;
}
</style>