Shades of Deep Magenta #D109BD
Tints of Deep Magenta #D109BD
RGB
CMYK
RGB Variations
Color information
#D109BD (or 0xD109BD) is known color: Deep Magenta. HEX triplet: D1, 09 and BD. RGB value is (209,9,189). Sum of RGB (Red+Green+Blue) = 209+9+189=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D109BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109BD is #2EF642. Grayscale: #585858. Windows color (decimal): -3077699 or 12388817. OLE color: 12388817.
HSL color Cylindrical-coordinate representation of color #D109BD: hue angle of 306º 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 #D109BD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306º | 0.92% | 0.43% | - |
| HSV(B) | 306º | 0.96% | 0.82% | - |
| XYZ | 35.58 | 17.42 | 49.63 | - |
| YUV | 89.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 189 | 0 | 0.96 | 0.10 | 0.18 | 306 | 0.92 | 0.43 |
| Hex | D1 | 9 | BD | 0 | 60 | A | 12 | 132 | 5C | 2B |
| Octal | 321 | 11 | 275 | 0 | 140 | 12 | 22 | 462 | 134 | 53 |
| Binary | 11010001 | 1001 | 10111101 | 0 | 1100000 | 1010 | 10010 | 100110010 | 1011100 | 101011 |
Color Harmonies of #D109BD
Complementary color
Monochromatic Colors of #D109BD
Black with #D109BD
Text Example
Text Example
White with #D109BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109BD; }
p { color: rgb(209,9,189); }
H1.HeaderClassName
{
color: #D109BD;
}
.AnyTagClassName
{
color: #D109BD;
}
</style>
background-color css
<style>
a { background-color: #D109BD; }
a { background-color: rgb(209,9,189); }
div.DivClassName
{
background-color: #D109BD;
}
.BgClassName
{
background-color: #D109BD;
}
</style>
border-color css
<style>
span { border-color: #D109BD; }
span { border-color: rgb(209,9,189); }
td.TdClassName
{
border-color: #D109BD;
}
.TagClassName
{
border-color: #D109BD;
}
</style>