Shades of Deep Magenta #D109BC
Tints of Deep Magenta #D109BC
RGB
CMYK
RGB Variations
Color information
#D109BC (or 0xD109BC) is known color: Deep Magenta. HEX triplet: D1, 09 and BC. RGB value is (209,9,188). Sum of RGB (Red+Green+Blue) = 209+9+188=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D109BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109BC is #2EF643. Grayscale: #585858. Windows color (decimal): -3077700 or 12323281. OLE color: 12323281.
HSL color Cylindrical-coordinate representation of color #D109BC: hue angle of 306.3º degrees, saturation: 0.92, 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 #D109BC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306.3º | 0.92% | 0.43% | - |
| HSV(B) | 306.3º | 0.96% | 0.82% | - |
| XYZ | 35.47 | 17.38 | 49.06 | - |
| YUV | 89.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 188 | 0 | 0.96 | 0.10 | 0.18 | 306.3 | 0.92 | 0.43 |
| Hex | D1 | 9 | BC | 0 | 60 | A | 12 | 132 | 5C | 2B |
| Octal | 321 | 11 | 274 | 0 | 140 | 12 | 22 | 462 | 134 | 53 |
| Binary | 11010001 | 1001 | 10111100 | 0 | 1100000 | 1010 | 10010 | 100110010 | 1011100 | 101011 |
Color Harmonies of #D109BC
Complementary color
Monochromatic Colors of #D109BC
Black with #D109BC
Text Example
Text Example
White with #D109BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109BC; }
p { color: rgb(209,9,188); }
H1.HeaderClassName
{
color: #D109BC;
}
.AnyTagClassName
{
color: #D109BC;
}
</style>
background-color css
<style>
a { background-color: #D109BC; }
a { background-color: rgb(209,9,188); }
div.DivClassName
{
background-color: #D109BC;
}
.BgClassName
{
background-color: #D109BC;
}
</style>
border-color css
<style>
span { border-color: #D109BC; }
span { border-color: rgb(209,9,188); }
td.TdClassName
{
border-color: #D109BC;
}
.TagClassName
{
border-color: #D109BC;
}
</style>