Shades of Deep Magenta #D118D6
Tints of Deep Magenta #D118D6
RGB
CMYK
RGB Variations
Color information
#D118D6 (or 0xD118D6) is known color: Deep Magenta. HEX triplet: D1, 18 and D6. RGB value is (209,24,214). Sum of RGB (Red+Green+Blue) = 209+24+214=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #D118D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118D6 is #2EE729. Grayscale: #646464. Windows color (decimal): -3073834 or 14031057. OLE color: 14031057.
HSL color Cylindrical-coordinate representation of color #D118D6: hue angle of 298.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118D6 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 24 | 214 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.16 |
| HSL | 298.42º | 0.8% | 0.47% | - |
| HSV(B) | 298.42º | 0.89% | 0.84% | - |
| XYZ | 38.76 | 19.06 | 65.26 | - |
| YUV | 100.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 214 | 0.02 | 0.89 | 0 | 0.16 | 298.42 | 0.8 | 0.47 |
| Hex | D1 | 18 | D6 | 2 | 59 | 0 | 10 | 12A | 50 | 2F |
| Octal | 321 | 30 | 326 | 2 | 131 | 0 | 20 | 452 | 120 | 57 |
| Binary | 11010001 | 11000 | 11010110 | 10 | 1011001 | 0 | 10000 | 100101010 | 1010000 | 101111 |
Color Harmonies of #D118D6
Complementary color
Monochromatic Colors of #D118D6
Black with #D118D6
Text Example
Text Example
White with #D118D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118D6; }
p { color: rgb(209,24,214); }
H1.HeaderClassName
{
color: #D118D6;
}
.AnyTagClassName
{
color: #D118D6;
}
</style>
background-color css
<style>
a { background-color: #D118D6; }
a { background-color: rgb(209,24,214); }
div.DivClassName
{
background-color: #D118D6;
}
.BgClassName
{
background-color: #D118D6;
}
</style>
border-color css
<style>
span { border-color: #D118D6; }
span { border-color: rgb(209,24,214); }
td.TdClassName
{
border-color: #D118D6;
}
.TagClassName
{
border-color: #D118D6;
}
</style>