Shades of Deep Magenta #D111DA
Tints of Deep Magenta #D111DA
RGB
CMYK
RGB Variations
Color information
#D111DA (or 0xD111DA) is known color: Deep Magenta. HEX triplet: D1, 11 and DA. RGB value is (209,17,218). Sum of RGB (Red+Green+Blue) = 209+17+218=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D111DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111DA is #2EEE25. Grayscale: #606060. Windows color (decimal): -3075622 or 14291409. OLE color: 14291409.
HSL color Cylindrical-coordinate representation of color #D111DA: hue angle of 297.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111DA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 17 | 218 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.15 |
| HSL | 297.31º | 0.86% | 0.46% | - |
| HSV(B) | 297.31º | 0.92% | 0.85% | - |
| XYZ | 39.15 | 19.02 | 67.94 | - |
| YUV | 97.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 218 | 0.04 | 0.92 | 0 | 0.15 | 297.31 | 0.86 | 0.46 |
| Hex | D1 | 11 | DA | 4 | 5C | 0 | F | 129 | 56 | 2E |
| Octal | 321 | 21 | 332 | 4 | 134 | 0 | 17 | 451 | 126 | 56 |
| Binary | 11010001 | 10001 | 11011010 | 100 | 1011100 | 0 | 1111 | 100101001 | 1010110 | 101110 |
Color Harmonies of #D111DA
Complementary color
Monochromatic Colors of #D111DA
Black with #D111DA
Text Example
Text Example
White with #D111DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111DA; }
p { color: rgb(209,17,218); }
H1.HeaderClassName
{
color: #D111DA;
}
.AnyTagClassName
{
color: #D111DA;
}
</style>
background-color css
<style>
a { background-color: #D111DA; }
a { background-color: rgb(209,17,218); }
div.DivClassName
{
background-color: #D111DA;
}
.BgClassName
{
background-color: #D111DA;
}
</style>
border-color css
<style>
span { border-color: #D111DA; }
span { border-color: rgb(209,17,218); }
td.TdClassName
{
border-color: #D111DA;
}
.TagClassName
{
border-color: #D111DA;
}
</style>