Shades of Deep Magenta #D110BC
Tints of Deep Magenta #D110BC
RGB
CMYK
RGB Variations
Color information
#D110BC (or 0xD110BC) is known color: Deep Magenta. HEX triplet: D1, 10 and BC. RGB value is (209,16,188). Sum of RGB (Red+Green+Blue) = 209+16+188=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D110BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110BC is #2EEF43. Grayscale: #5C5C5C. Windows color (decimal): -3075908 or 12325073. OLE color: 12325073.
HSL color Cylindrical-coordinate representation of color #D110BC: hue angle of 306.53º 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 #D110BC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.53º | 0.86% | 0.44% | - |
| HSV(B) | 306.53º | 0.92% | 0.82% | - |
| XYZ | 35.56 | 17.56 | 49.09 | - |
| YUV | 93.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 188 | 0 | 0.92 | 0.10 | 0.18 | 306.53 | 0.86 | 0.44 |
| Hex | D1 | 10 | BC | 0 | 5C | A | 12 | 133 | 56 | 2C |
| Octal | 321 | 20 | 274 | 0 | 134 | 12 | 22 | 463 | 126 | 54 |
| Binary | 11010001 | 10000 | 10111100 | 0 | 1011100 | 1010 | 10010 | 100110011 | 1010110 | 101100 |
Color Harmonies of #D110BC
Complementary color
Monochromatic Colors of #D110BC
Black with #D110BC
Text Example
Text Example
White with #D110BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110BC; }
p { color: rgb(209,16,188); }
H1.HeaderClassName
{
color: #D110BC;
}
.AnyTagClassName
{
color: #D110BC;
}
</style>
background-color css
<style>
a { background-color: #D110BC; }
a { background-color: rgb(209,16,188); }
div.DivClassName
{
background-color: #D110BC;
}
.BgClassName
{
background-color: #D110BC;
}
</style>
border-color css
<style>
span { border-color: #D110BC; }
span { border-color: rgb(209,16,188); }
td.TdClassName
{
border-color: #D110BC;
}
.TagClassName
{
border-color: #D110BC;
}
</style>