Shades of Deep Magenta #D118CE
Tints of Deep Magenta #D118CE
RGB
CMYK
RGB Variations
Color information
#D118CE (or 0xD118CE) is known color: Deep Magenta. HEX triplet: D1, 18 and CE. RGB value is (209,24,206). Sum of RGB (Red+Green+Blue) = 209+24+206=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D118CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118CE is #2EE731. Grayscale: #636363. Windows color (decimal): -3073842 or 13506769. OLE color: 13506769.
HSL color Cylindrical-coordinate representation of color #D118CE: hue angle of 300.97º 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 #D118CE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 206 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.18 |
| HSL | 300.97º | 0.79% | 0.46% | - |
| HSV(B) | 300.97º | 0.89% | 0.82% | - |
| XYZ | 37.76 | 18.66 | 60 | - |
| YUV | 100.06 | 187.79 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 206 | 0 | 0.89 | 0.01 | 0.18 | 300.97 | 0.79 | 0.46 |
| Hex | D1 | 18 | CE | 0 | 59 | 1 | 12 | 12D | 4F | 2E |
| Octal | 321 | 30 | 316 | 0 | 131 | 1 | 22 | 455 | 117 | 56 |
| Binary | 11010001 | 11000 | 11001110 | 0 | 1011001 | 1 | 10010 | 100101101 | 1001111 | 101110 |
Color Harmonies of #D118CE
Complementary color
Monochromatic Colors of #D118CE
Black with #D118CE
Text Example
Text Example
White with #D118CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118CE; }
p { color: rgb(209,24,206); }
H1.HeaderClassName
{
color: #D118CE;
}
.AnyTagClassName
{
color: #D118CE;
}
</style>
background-color css
<style>
a { background-color: #D118CE; }
a { background-color: rgb(209,24,206); }
div.DivClassName
{
background-color: #D118CE;
}
.BgClassName
{
background-color: #D118CE;
}
</style>
border-color css
<style>
span { border-color: #D118CE; }
span { border-color: rgb(209,24,206); }
td.TdClassName
{
border-color: #D118CE;
}
.TagClassName
{
border-color: #D118CE;
}
</style>