Shades of Deep Magenta #D117CE
Tints of Deep Magenta #D117CE
RGB
CMYK
RGB Variations
Color information
#D117CE (or 0xD117CE) is known color: Deep Magenta. HEX triplet: D1, 17 and CE. RGB value is (209,23,206). Sum of RGB (Red+Green+Blue) = 209+23+206=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D117CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117CE is #2EE831. Grayscale: #626262. Windows color (decimal): -3074098 or 13506513. OLE color: 13506513.
HSL color Cylindrical-coordinate representation of color #D117CE: hue angle of 300.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D117CE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 206 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.18 |
| HSL | 300.97º | 0.8% | 0.45% | - |
| HSV(B) | 300.97º | 0.89% | 0.82% | - |
| XYZ | 37.74 | 18.62 | 60 | - |
| YUV | 99.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 206 | 0 | 0.89 | 0.01 | 0.18 | 300.97 | 0.8 | 0.45 |
| Hex | D1 | 17 | CE | 0 | 59 | 1 | 12 | 12D | 50 | 2D |
| Octal | 321 | 27 | 316 | 0 | 131 | 1 | 22 | 455 | 120 | 55 |
| Binary | 11010001 | 10111 | 11001110 | 0 | 1011001 | 1 | 10010 | 100101101 | 1010000 | 101101 |
Color Harmonies of #D117CE
Complementary color
Monochromatic Colors of #D117CE
Black with #D117CE
Text Example
Text Example
White with #D117CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117CE; }
p { color: rgb(209,23,206); }
H1.HeaderClassName
{
color: #D117CE;
}
.AnyTagClassName
{
color: #D117CE;
}
</style>
background-color css
<style>
a { background-color: #D117CE; }
a { background-color: rgb(209,23,206); }
div.DivClassName
{
background-color: #D117CE;
}
.BgClassName
{
background-color: #D117CE;
}
</style>
border-color css
<style>
span { border-color: #D117CE; }
span { border-color: rgb(209,23,206); }
td.TdClassName
{
border-color: #D117CE;
}
.TagClassName
{
border-color: #D117CE;
}
</style>