Shades of Deep Magenta #D111DD
Tints of Deep Magenta #D111DD
RGB
CMYK
RGB Variations
Color information
#D111DD (or 0xD111DD) is known color: Deep Magenta. HEX triplet: D1, 11 and DD. RGB value is (209,17,221). Sum of RGB (Red+Green+Blue) = 209+17+221=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D111DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111DD is #2EEE22. Grayscale: #616161. Windows color (decimal): -3075619 or 14488017. OLE color: 14488017.
HSL color Cylindrical-coordinate representation of color #D111DD: hue angle of 296.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111DD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 17 | 221 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.13 |
| HSL | 296.47º | 0.86% | 0.47% | - |
| HSV(B) | 296.47º | 0.92% | 0.87% | - |
| XYZ | 39.55 | 19.18 | 70.02 | - |
| YUV | 97.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 221 | 0.05 | 0.92 | 0 | 0.13 | 296.47 | 0.86 | 0.47 |
| Hex | D1 | 11 | DD | 5 | 5C | 0 | D | 128 | 56 | 2F |
| Octal | 321 | 21 | 335 | 5 | 134 | 0 | 15 | 450 | 126 | 57 |
| Binary | 11010001 | 10001 | 11011101 | 101 | 1011100 | 0 | 1101 | 100101000 | 1010110 | 101111 |
Color Harmonies of #D111DD
Complementary color
Monochromatic Colors of #D111DD
Black with #D111DD
Text Example
Text Example
White with #D111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111DD; }
p { color: rgb(209,17,221); }
H1.HeaderClassName
{
color: #D111DD;
}
.AnyTagClassName
{
color: #D111DD;
}
</style>
background-color css
<style>
a { background-color: #D111DD; }
a { background-color: rgb(209,17,221); }
div.DivClassName
{
background-color: #D111DD;
}
.BgClassName
{
background-color: #D111DD;
}
</style>
border-color css
<style>
span { border-color: #D111DD; }
span { border-color: rgb(209,17,221); }
td.TdClassName
{
border-color: #D111DD;
}
.TagClassName
{
border-color: #D111DD;
}
</style>