Shades of Deep Magenta #D118B7
Tints of Deep Magenta #D118B7
RGB
CMYK
RGB Variations
Color information
#D118B7 (or 0xD118B7) is known color: Deep Magenta. HEX triplet: D1, 18 and B7. RGB value is (209,24,183). Sum of RGB (Red+Green+Blue) = 209+24+183=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D118B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118B7 is #2EE748. Grayscale: #606060. Windows color (decimal): -3073865 or 11999441. OLE color: 11999441.
HSL color Cylindrical-coordinate representation of color #D118B7: hue angle of 308.43º 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 #D118B7 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 183 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.18 |
| HSL | 308.43º | 0.79% | 0.46% | - |
| HSV(B) | 308.43º | 0.89% | 0.82% | - |
| XYZ | 35.17 | 17.63 | 46.35 | - |
| YUV | 97.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 183 | 0 | 0.89 | 0.12 | 0.18 | 308.43 | 0.79 | 0.46 |
| Hex | D1 | 18 | B7 | 0 | 59 | C | 12 | 134 | 4F | 2E |
| Octal | 321 | 30 | 267 | 0 | 131 | 14 | 22 | 464 | 117 | 56 |
| Binary | 11010001 | 11000 | 10110111 | 0 | 1011001 | 1100 | 10010 | 100110100 | 1001111 | 101110 |
Color Harmonies of #D118B7
Complementary color
Monochromatic Colors of #D118B7
Black with #D118B7
Text Example
Text Example
White with #D118B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118B7; }
p { color: rgb(209,24,183); }
H1.HeaderClassName
{
color: #D118B7;
}
.AnyTagClassName
{
color: #D118B7;
}
</style>
background-color css
<style>
a { background-color: #D118B7; }
a { background-color: rgb(209,24,183); }
div.DivClassName
{
background-color: #D118B7;
}
.BgClassName
{
background-color: #D118B7;
}
</style>
border-color css
<style>
span { border-color: #D118B7; }
span { border-color: rgb(209,24,183); }
td.TdClassName
{
border-color: #D118B7;
}
.TagClassName
{
border-color: #D118B7;
}
</style>