Shades of Deep Magenta #D112DF
Tints of Deep Magenta #D112DF
RGB
CMYK
RGB Variations
Color information
#D112DF (or 0xD112DF) is known color: Deep Magenta. HEX triplet: D1, 12 and DF. RGB value is (209,18,223). Sum of RGB (Red+Green+Blue) = 209+18+223=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #D112DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112DF is #2EED20. Grayscale: #616161. Windows color (decimal): -3075361 or 14619345. OLE color: 14619345.
HSL color Cylindrical-coordinate representation of color #D112DF: hue angle of 295.9º 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 #D112DF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 18 | 223 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.13 |
| HSL | 295.9º | 0.85% | 0.47% | - |
| HSV(B) | 295.9º | 0.92% | 0.87% | - |
| XYZ | 39.83 | 19.32 | 71.44 | - |
| YUV | 98.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 223 | 0.06 | 0.92 | 0 | 0.13 | 295.9 | 0.85 | 0.47 |
| Hex | D1 | 12 | DF | 6 | 5C | 0 | D | 128 | 55 | 2F |
| Octal | 321 | 22 | 337 | 6 | 134 | 0 | 15 | 450 | 125 | 57 |
| Binary | 11010001 | 10010 | 11011111 | 110 | 1011100 | 0 | 1101 | 100101000 | 1010101 | 101111 |
Color Harmonies of #D112DF
Complementary color
Monochromatic Colors of #D112DF
Black with #D112DF
Text Example
Text Example
White with #D112DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112DF; }
p { color: rgb(209,18,223); }
H1.HeaderClassName
{
color: #D112DF;
}
.AnyTagClassName
{
color: #D112DF;
}
</style>
background-color css
<style>
a { background-color: #D112DF; }
a { background-color: rgb(209,18,223); }
div.DivClassName
{
background-color: #D112DF;
}
.BgClassName
{
background-color: #D112DF;
}
</style>
border-color css
<style>
span { border-color: #D112DF; }
span { border-color: rgb(209,18,223); }
td.TdClassName
{
border-color: #D112DF;
}
.TagClassName
{
border-color: #D112DF;
}
</style>