Shades of Deep Magenta #D108BC
Tints of Deep Magenta #D108BC
RGB
CMYK
RGB Variations
Color information
#D108BC (or 0xD108BC) is known color: Deep Magenta. HEX triplet: D1, 08 and BC. RGB value is (209,8,188). Sum of RGB (Red+Green+Blue) = 209+8+188=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D108BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108BC is #2EF743. Grayscale: #585858. Windows color (decimal): -3077956 or 12323025. OLE color: 12323025.
HSL color Cylindrical-coordinate representation of color #D108BC: hue angle of 306.27º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108BC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306.27º | 0.93% | 0.43% | - |
| HSV(B) | 306.27º | 0.96% | 0.82% | - |
| XYZ | 35.46 | 17.36 | 49.06 | - |
| YUV | 88.62 | 184.09 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 188 | 0 | 0.96 | 0.10 | 0.18 | 306.27 | 0.93 | 0.43 |
| Hex | D1 | 8 | BC | 0 | 60 | A | 12 | 132 | 5D | 2B |
| Octal | 321 | 10 | 274 | 0 | 140 | 12 | 22 | 462 | 135 | 53 |
| Binary | 11010001 | 1000 | 10111100 | 0 | 1100000 | 1010 | 10010 | 100110010 | 1011101 | 101011 |
Color Harmonies of #D108BC
Complementary color
Monochromatic Colors of #D108BC
Black with #D108BC
Text Example
Text Example
White with #D108BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108BC; }
p { color: rgb(209,8,188); }
H1.HeaderClassName
{
color: #D108BC;
}
.AnyTagClassName
{
color: #D108BC;
}
</style>
background-color css
<style>
a { background-color: #D108BC; }
a { background-color: rgb(209,8,188); }
div.DivClassName
{
background-color: #D108BC;
}
.BgClassName
{
background-color: #D108BC;
}
</style>
border-color css
<style>
span { border-color: #D108BC; }
span { border-color: rgb(209,8,188); }
td.TdClassName
{
border-color: #D108BC;
}
.TagClassName
{
border-color: #D108BC;
}
</style>