Shades of Deep Magenta #D111D7
Tints of Deep Magenta #D111D7
RGB
CMYK
RGB Variations
Color information
#D111D7 (or 0xD111D7) is known color: Deep Magenta. HEX triplet: D1, 11 and D7. RGB value is (209,17,215). Sum of RGB (Red+Green+Blue) = 209+17+215=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #D111D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111D7 is #2EEE28. Grayscale: #606060. Windows color (decimal): -3075625 or 14094801. OLE color: 14094801.
HSL color Cylindrical-coordinate representation of color #D111D7: hue angle of 298.18º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111D7 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 17 | 215 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.16 |
| HSL | 298.18º | 0.85% | 0.45% | - |
| HSV(B) | 298.18º | 0.92% | 0.84% | - |
| XYZ | 38.76 | 18.86 | 65.89 | - |
| YUV | 96.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 215 | 0.03 | 0.92 | 0 | 0.16 | 298.18 | 0.85 | 0.45 |
| Hex | D1 | 11 | D7 | 3 | 5C | 0 | 10 | 12A | 55 | 2D |
| Octal | 321 | 21 | 327 | 3 | 134 | 0 | 20 | 452 | 125 | 55 |
| Binary | 11010001 | 10001 | 11010111 | 11 | 1011100 | 0 | 10000 | 100101010 | 1010101 | 101101 |
Color Harmonies of #D111D7
Complementary color
Monochromatic Colors of #D111D7
Black with #D111D7
Text Example
Text Example
White with #D111D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111D7; }
p { color: rgb(209,17,215); }
H1.HeaderClassName
{
color: #D111D7;
}
.AnyTagClassName
{
color: #D111D7;
}
</style>
background-color css
<style>
a { background-color: #D111D7; }
a { background-color: rgb(209,17,215); }
div.DivClassName
{
background-color: #D111D7;
}
.BgClassName
{
background-color: #D111D7;
}
</style>
border-color css
<style>
span { border-color: #D111D7; }
span { border-color: rgb(209,17,215); }
td.TdClassName
{
border-color: #D111D7;
}
.TagClassName
{
border-color: #D111D7;
}
</style>