Shades of Deep Magenta #D118C6
Tints of Deep Magenta #D118C6
RGB
CMYK
RGB Variations
Color information
#D118C6 (or 0xD118C6) is known color: Deep Magenta. HEX triplet: D1, 18 and C6. RGB value is (209,24,198). Sum of RGB (Red+Green+Blue) = 209+24+198=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D118C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118C6 is #2EE739. Grayscale: #626262. Windows color (decimal): -3073850 or 12982481. OLE color: 12982481.
HSL color Cylindrical-coordinate representation of color #D118C6: hue angle of 303.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118C6 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 198 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.18 |
| HSL | 303.57º | 0.79% | 0.46% | - |
| HSV(B) | 303.57º | 0.89% | 0.82% | - |
| XYZ | 36.81 | 18.29 | 55.02 | - |
| YUV | 99.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 198 | 0 | 0.89 | 0.05 | 0.18 | 303.57 | 0.79 | 0.46 |
| Hex | D1 | 18 | C6 | 0 | 59 | 5 | 12 | 130 | 4F | 2E |
| Octal | 321 | 30 | 306 | 0 | 131 | 5 | 22 | 460 | 117 | 56 |
| Binary | 11010001 | 11000 | 11000110 | 0 | 1011001 | 101 | 10010 | 100110000 | 1001111 | 101110 |
Color Harmonies of #D118C6
Complementary color
Monochromatic Colors of #D118C6
Black with #D118C6
Text Example
Text Example
White with #D118C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118C6; }
p { color: rgb(209,24,198); }
H1.HeaderClassName
{
color: #D118C6;
}
.AnyTagClassName
{
color: #D118C6;
}
</style>
background-color css
<style>
a { background-color: #D118C6; }
a { background-color: rgb(209,24,198); }
div.DivClassName
{
background-color: #D118C6;
}
.BgClassName
{
background-color: #D118C6;
}
</style>
border-color css
<style>
span { border-color: #D118C6; }
span { border-color: rgb(209,24,198); }
td.TdClassName
{
border-color: #D118C6;
}
.TagClassName
{
border-color: #D118C6;
}
</style>