Shades of Deep Magenta #D117CC
Tints of Deep Magenta #D117CC
RGB
CMYK
RGB Variations
Color information
#D117CC (or 0xD117CC) is known color: Deep Magenta. HEX triplet: D1, 17 and CC. RGB value is (209,23,204). Sum of RGB (Red+Green+Blue) = 209+23+204=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D117CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117CC is #2EE833. Grayscale: #626262. Windows color (decimal): -3074100 or 13375441. OLE color: 13375441.
HSL color Cylindrical-coordinate representation of color #D117CC: hue angle of 301.61º 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 #D117CC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 204 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.18 |
| HSL | 301.61º | 0.8% | 0.45% | - |
| HSV(B) | 301.61º | 0.89% | 0.82% | - |
| XYZ | 37.5 | 18.53 | 58.73 | - |
| YUV | 99.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 204 | 0 | 0.89 | 0.02 | 0.18 | 301.61 | 0.8 | 0.45 |
| Hex | D1 | 17 | CC | 0 | 59 | 2 | 12 | 12E | 50 | 2D |
| Octal | 321 | 27 | 314 | 0 | 131 | 2 | 22 | 456 | 120 | 55 |
| Binary | 11010001 | 10111 | 11001100 | 0 | 1011001 | 10 | 10010 | 100101110 | 1010000 | 101101 |
Color Harmonies of #D117CC
Complementary color
Monochromatic Colors of #D117CC
Black with #D117CC
Text Example
Text Example
White with #D117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117CC; }
p { color: rgb(209,23,204); }
H1.HeaderClassName
{
color: #D117CC;
}
.AnyTagClassName
{
color: #D117CC;
}
</style>
background-color css
<style>
a { background-color: #D117CC; }
a { background-color: rgb(209,23,204); }
div.DivClassName
{
background-color: #D117CC;
}
.BgClassName
{
background-color: #D117CC;
}
</style>
border-color css
<style>
span { border-color: #D117CC; }
span { border-color: rgb(209,23,204); }
td.TdClassName
{
border-color: #D117CC;
}
.TagClassName
{
border-color: #D117CC;
}
</style>