Shades of Deep Magenta #D111C1
Tints of Deep Magenta #D111C1
RGB
CMYK
RGB Variations
Color information
#D111C1 (or 0xD111C1) is known color: Deep Magenta. HEX triplet: D1, 11 and C1. RGB value is (209,17,193). Sum of RGB (Red+Green+Blue) = 209+17+193=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D111C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111C1 is #2EEE3E. Grayscale: #5D5D5D. Windows color (decimal): -3075647 or 12653009. OLE color: 12653009.
HSL color Cylindrical-coordinate representation of color #D111C1: hue angle of 305º degrees, saturation: 0.85, 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 #D111C1 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 193 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.18 |
| HSL | 305º | 0.85% | 0.44% | - |
| HSV(B) | 305º | 0.92% | 0.82% | - |
| XYZ | 36.12 | 17.81 | 51.99 | - |
| YUV | 94.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 193 | 0 | 0.92 | 0.08 | 0.18 | 305 | 0.85 | 0.44 |
| Hex | D1 | 11 | C1 | 0 | 5C | 8 | 12 | 131 | 55 | 2C |
| Octal | 321 | 21 | 301 | 0 | 134 | 10 | 22 | 461 | 125 | 54 |
| Binary | 11010001 | 10001 | 11000001 | 0 | 1011100 | 1000 | 10010 | 100110001 | 1010101 | 101100 |
Color Harmonies of #D111C1
Complementary color
Monochromatic Colors of #D111C1
Black with #D111C1
Text Example
Text Example
White with #D111C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111C1; }
p { color: rgb(209,17,193); }
H1.HeaderClassName
{
color: #D111C1;
}
.AnyTagClassName
{
color: #D111C1;
}
</style>
background-color css
<style>
a { background-color: #D111C1; }
a { background-color: rgb(209,17,193); }
div.DivClassName
{
background-color: #D111C1;
}
.BgClassName
{
background-color: #D111C1;
}
</style>
border-color css
<style>
span { border-color: #D111C1; }
span { border-color: rgb(209,17,193); }
td.TdClassName
{
border-color: #D111C1;
}
.TagClassName
{
border-color: #D111C1;
}
</style>