Shades of Deep Magenta #D112DE
Tints of Deep Magenta #D112DE
RGB
CMYK
RGB Variations
Color information
#D112DE (or 0xD112DE) is known color: Deep Magenta. HEX triplet: D1, 12 and DE. RGB value is (209,18,222). Sum of RGB (Red+Green+Blue) = 209+18+222=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #D112DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112DE is #2EED21. Grayscale: #616161. Windows color (decimal): -3075362 or 14553809. OLE color: 14553809.
HSL color Cylindrical-coordinate representation of color #D112DE: hue angle of 296.18º degrees, saturation: 0.85, 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 #D112DE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 18 | 222 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.13 |
| HSL | 296.18º | 0.85% | 0.47% | - |
| HSV(B) | 296.18º | 0.92% | 0.87% | - |
| XYZ | 39.7 | 19.26 | 70.73 | - |
| YUV | 98.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 222 | 0.06 | 0.92 | 0 | 0.13 | 296.18 | 0.85 | 0.47 |
| Hex | D1 | 12 | DE | 6 | 5C | 0 | D | 128 | 55 | 2F |
| Octal | 321 | 22 | 336 | 6 | 134 | 0 | 15 | 450 | 125 | 57 |
| Binary | 11010001 | 10010 | 11011110 | 110 | 1011100 | 0 | 1101 | 100101000 | 1010101 | 101111 |
Color Harmonies of #D112DE
Complementary color
Monochromatic Colors of #D112DE
Black with #D112DE
Text Example
Text Example
White with #D112DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112DE; }
p { color: rgb(209,18,222); }
H1.HeaderClassName
{
color: #D112DE;
}
.AnyTagClassName
{
color: #D112DE;
}
</style>
background-color css
<style>
a { background-color: #D112DE; }
a { background-color: rgb(209,18,222); }
div.DivClassName
{
background-color: #D112DE;
}
.BgClassName
{
background-color: #D112DE;
}
</style>
border-color css
<style>
span { border-color: #D112DE; }
span { border-color: rgb(209,18,222); }
td.TdClassName
{
border-color: #D112DE;
}
.TagClassName
{
border-color: #D112DE;
}
</style>