Shades of Deep Magenta #D110D0
Tints of Deep Magenta #D110D0
RGB
CMYK
RGB Variations
Color information
#D110D0 (or 0xD110D0) is known color: Deep Magenta. HEX triplet: D1, 10 and D0. RGB value is (209,16,208). Sum of RGB (Red+Green+Blue) = 209+16+208=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D110D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110D0 is #2EEF2F. Grayscale: #5F5F5F. Windows color (decimal): -3075888 or 13635793. OLE color: 13635793.
HSL color Cylindrical-coordinate representation of color #D110D0: hue angle of 300.31º 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 #D110D0 is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 208 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.18 |
| HSL | 300.31º | 0.86% | 0.44% | - |
| HSV(B) | 300.31º | 0.92% | 0.82% | - |
| XYZ | 37.86 | 18.48 | 61.25 | - |
| YUV | 95.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 208 | 0 | 0.92 | 0.00 | 0.18 | 300.31 | 0.86 | 0.44 |
| Hex | D1 | 10 | D0 | 0 | 5C | 0 | 12 | 12C | 56 | 2C |
| Octal | 321 | 20 | 320 | 0 | 134 | 0 | 22 | 454 | 126 | 54 |
| Binary | 11010001 | 10000 | 11010000 | 0 | 1011100 | 0 | 10010 | 100101100 | 1010110 | 101100 |
Color Harmonies of #D110D0
Complementary color
Monochromatic Colors of #D110D0
Black with #D110D0
Text Example
Text Example
White with #D110D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110D0; }
p { color: rgb(209,16,208); }
H1.HeaderClassName
{
color: #D110D0;
}
.AnyTagClassName
{
color: #D110D0;
}
</style>
background-color css
<style>
a { background-color: #D110D0; }
a { background-color: rgb(209,16,208); }
div.DivClassName
{
background-color: #D110D0;
}
.BgClassName
{
background-color: #D110D0;
}
</style>
border-color css
<style>
span { border-color: #D110D0; }
span { border-color: rgb(209,16,208); }
td.TdClassName
{
border-color: #D110D0;
}
.TagClassName
{
border-color: #D110D0;
}
</style>