Shades of Deep Magenta #D118C7
Tints of Deep Magenta #D118C7
RGB
CMYK
RGB Variations
Color information
#D118C7 (or 0xD118C7) is known color: Deep Magenta. HEX triplet: D1, 18 and C7. RGB value is (209,24,199). Sum of RGB (Red+Green+Blue) = 209+24+199=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D118C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118C7 is #2EE738. Grayscale: #626262. Windows color (decimal): -3073849 or 13048017. OLE color: 13048017.
HSL color Cylindrical-coordinate representation of color #D118C7: hue angle of 303.24º 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 #D118C7 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 199 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.18 |
| HSL | 303.24º | 0.79% | 0.46% | - |
| HSV(B) | 303.24º | 0.89% | 0.82% | - |
| XYZ | 36.93 | 18.33 | 55.62 | - |
| YUV | 99.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 199 | 0 | 0.89 | 0.05 | 0.18 | 303.24 | 0.79 | 0.46 |
| Hex | D1 | 18 | C7 | 0 | 59 | 5 | 12 | 12F | 4F | 2E |
| Octal | 321 | 30 | 307 | 0 | 131 | 5 | 22 | 457 | 117 | 56 |
| Binary | 11010001 | 11000 | 11000111 | 0 | 1011001 | 101 | 10010 | 100101111 | 1001111 | 101110 |
Color Harmonies of #D118C7
Complementary color
Monochromatic Colors of #D118C7
Black with #D118C7
Text Example
Text Example
White with #D118C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118C7; }
p { color: rgb(209,24,199); }
H1.HeaderClassName
{
color: #D118C7;
}
.AnyTagClassName
{
color: #D118C7;
}
</style>
background-color css
<style>
a { background-color: #D118C7; }
a { background-color: rgb(209,24,199); }
div.DivClassName
{
background-color: #D118C7;
}
.BgClassName
{
background-color: #D118C7;
}
</style>
border-color css
<style>
span { border-color: #D118C7; }
span { border-color: rgb(209,24,199); }
td.TdClassName
{
border-color: #D118C7;
}
.TagClassName
{
border-color: #D118C7;
}
</style>