Shades of Deep Magenta #D109BB
Tints of Deep Magenta #D109BB
RGB
CMYK
RGB Variations
Color information
#D109BB (or 0xD109BB) is known color: Deep Magenta. HEX triplet: D1, 09 and BB. RGB value is (209,9,187). Sum of RGB (Red+Green+Blue) = 209+9+187=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D109BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109BB is #2EF644. Grayscale: #585858. Windows color (decimal): -3077701 or 12257745. OLE color: 12257745.
HSL color Cylindrical-coordinate representation of color #D109BB: hue angle of 306.6º 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 #D109BB is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.18 |
| HSL | 306.6º | 0.92% | 0.43% | - |
| HSV(B) | 306.6º | 0.96% | 0.82% | - |
| XYZ | 35.36 | 17.34 | 48.5 | - |
| YUV | 89.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 187 | 0 | 0.96 | 0.11 | 0.18 | 306.6 | 0.92 | 0.43 |
| Hex | D1 | 9 | BB | 0 | 60 | B | 12 | 133 | 5C | 2B |
| Octal | 321 | 11 | 273 | 0 | 140 | 13 | 22 | 463 | 134 | 53 |
| Binary | 11010001 | 1001 | 10111011 | 0 | 1100000 | 1011 | 10010 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D109BB
Complementary color
Monochromatic Colors of #D109BB
Black with #D109BB
Text Example
Text Example
White with #D109BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109BB; }
p { color: rgb(209,9,187); }
H1.HeaderClassName
{
color: #D109BB;
}
.AnyTagClassName
{
color: #D109BB;
}
</style>
background-color css
<style>
a { background-color: #D109BB; }
a { background-color: rgb(209,9,187); }
div.DivClassName
{
background-color: #D109BB;
}
.BgClassName
{
background-color: #D109BB;
}
</style>
border-color css
<style>
span { border-color: #D109BB; }
span { border-color: rgb(209,9,187); }
td.TdClassName
{
border-color: #D109BB;
}
.TagClassName
{
border-color: #D109BB;
}
</style>