Shades of Deep Magenta #D109C1
Tints of Deep Magenta #D109C1
RGB
CMYK
RGB Variations
Color information
#D109C1 (or 0xD109C1) is known color: Deep Magenta. HEX triplet: D1, 09 and C1. RGB value is (209,9,193). Sum of RGB (Red+Green+Blue) = 209+9+193=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D109C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109C1 is #2EF63E. Grayscale: #595959. Windows color (decimal): -3077695 or 12650961. OLE color: 12650961.
HSL color Cylindrical-coordinate representation of color #D109C1: hue angle of 304.8º 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 #D109C1 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.18 |
| HSL | 304.8º | 0.92% | 0.43% | - |
| HSV(B) | 304.8º | 0.96% | 0.82% | - |
| XYZ | 36.02 | 17.6 | 51.95 | - |
| YUV | 89.78 | 186.26 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 193 | 0 | 0.96 | 0.08 | 0.18 | 304.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | C1 | 0 | 60 | 8 | 12 | 131 | 5C | 2B |
| Octal | 321 | 11 | 301 | 0 | 140 | 10 | 22 | 461 | 134 | 53 |
| Binary | 11010001 | 1001 | 11000001 | 0 | 1100000 | 1000 | 10010 | 100110001 | 1011100 | 101011 |
Color Harmonies of #D109C1
Complementary color
Monochromatic Colors of #D109C1
Black with #D109C1
Text Example
Text Example
White with #D109C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109C1; }
p { color: rgb(209,9,193); }
H1.HeaderClassName
{
color: #D109C1;
}
.AnyTagClassName
{
color: #D109C1;
}
</style>
background-color css
<style>
a { background-color: #D109C1; }
a { background-color: rgb(209,9,193); }
div.DivClassName
{
background-color: #D109C1;
}
.BgClassName
{
background-color: #D109C1;
}
</style>
border-color css
<style>
span { border-color: #D109C1; }
span { border-color: rgb(209,9,193); }
td.TdClassName
{
border-color: #D109C1;
}
.TagClassName
{
border-color: #D109C1;
}
</style>