Shades of Deep Magenta #D118BC
Tints of Deep Magenta #D118BC
RGB
CMYK
RGB Variations
Color information
#D118BC (or 0xD118BC) is known color: Deep Magenta. HEX triplet: D1, 18 and BC. RGB value is (209,24,188). Sum of RGB (Red+Green+Blue) = 209+24+188=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D118BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118BC is #2EE743. Grayscale: #616161. Windows color (decimal): -3073860 or 12327121. OLE color: 12327121.
HSL color Cylindrical-coordinate representation of color #D118BC: hue angle of 306.81º 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 #D118BC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.18 |
| HSL | 306.81º | 0.79% | 0.46% | - |
| HSV(B) | 306.81º | 0.89% | 0.82% | - |
| XYZ | 35.7 | 17.84 | 49.14 | - |
| YUV | 98.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 188 | 0 | 0.89 | 0.10 | 0.18 | 306.81 | 0.79 | 0.46 |
| Hex | D1 | 18 | BC | 0 | 59 | A | 12 | 133 | 4F | 2E |
| Octal | 321 | 30 | 274 | 0 | 131 | 12 | 22 | 463 | 117 | 56 |
| Binary | 11010001 | 11000 | 10111100 | 0 | 1011001 | 1010 | 10010 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D118BC
Complementary color
Monochromatic Colors of #D118BC
Black with #D118BC
Text Example
Text Example
White with #D118BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118BC; }
p { color: rgb(209,24,188); }
H1.HeaderClassName
{
color: #D118BC;
}
.AnyTagClassName
{
color: #D118BC;
}
</style>
background-color css
<style>
a { background-color: #D118BC; }
a { background-color: rgb(209,24,188); }
div.DivClassName
{
background-color: #D118BC;
}
.BgClassName
{
background-color: #D118BC;
}
</style>
border-color css
<style>
span { border-color: #D118BC; }
span { border-color: rgb(209,24,188); }
td.TdClassName
{
border-color: #D118BC;
}
.TagClassName
{
border-color: #D118BC;
}
</style>