Shades of Deep Magenta #D111CE
Tints of Deep Magenta #D111CE
RGB
CMYK
RGB Variations
Color information
#D111CE (or 0xD111CE) is known color: Deep Magenta. HEX triplet: D1, 11 and CE. RGB value is (209,17,206). Sum of RGB (Red+Green+Blue) = 209+17+206=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D111CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111CE is #2EEE31. Grayscale: #5F5F5F. Windows color (decimal): -3075634 or 13504977. OLE color: 13504977.
HSL color Cylindrical-coordinate representation of color #D111CE: hue angle of 300.94º 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 #D111CE is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 206 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.18 |
| HSL | 300.94º | 0.85% | 0.44% | - |
| HSV(B) | 300.94º | 0.92% | 0.82% | - |
| XYZ | 37.64 | 18.41 | 59.96 | - |
| YUV | 95.95 | 190.11 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 206 | 0 | 0.92 | 0.01 | 0.18 | 300.94 | 0.85 | 0.44 |
| Hex | D1 | 11 | CE | 0 | 5C | 1 | 12 | 12D | 55 | 2C |
| Octal | 321 | 21 | 316 | 0 | 134 | 1 | 22 | 455 | 125 | 54 |
| Binary | 11010001 | 10001 | 11001110 | 0 | 1011100 | 1 | 10010 | 100101101 | 1010101 | 101100 |
Color Harmonies of #D111CE
Complementary color
Monochromatic Colors of #D111CE
Black with #D111CE
Text Example
Text Example
White with #D111CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111CE; }
p { color: rgb(209,17,206); }
H1.HeaderClassName
{
color: #D111CE;
}
.AnyTagClassName
{
color: #D111CE;
}
</style>
background-color css
<style>
a { background-color: #D111CE; }
a { background-color: rgb(209,17,206); }
div.DivClassName
{
background-color: #D111CE;
}
.BgClassName
{
background-color: #D111CE;
}
</style>
border-color css
<style>
span { border-color: #D111CE; }
span { border-color: rgb(209,17,206); }
td.TdClassName
{
border-color: #D111CE;
}
.TagClassName
{
border-color: #D111CE;
}
</style>