Shades of Deep Magenta #D109C9
Tints of Deep Magenta #D109C9
RGB
CMYK
RGB Variations
Color information
#D109C9 (or 0xD109C9) is known color: Deep Magenta. HEX triplet: D1, 09 and C9. RGB value is (209,9,201). Sum of RGB (Red+Green+Blue) = 209+9+201=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D109C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109C9 is #2EF636. Grayscale: #5A5A5A. Windows color (decimal): -3077687 or 13175249. OLE color: 13175249.
HSL color Cylindrical-coordinate representation of color #D109C9: hue angle of 302.4º 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 #D109C9 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.18 |
| HSL | 302.4º | 0.92% | 0.43% | - |
| HSV(B) | 302.4º | 0.96% | 0.82% | - |
| XYZ | 36.93 | 17.97 | 56.78 | - |
| YUV | 90.69 | 190.26 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 201 | 0 | 0.96 | 0.04 | 0.18 | 302.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | C9 | 0 | 60 | 4 | 12 | 12E | 5C | 2B |
| Octal | 321 | 11 | 311 | 0 | 140 | 4 | 22 | 456 | 134 | 53 |
| Binary | 11010001 | 1001 | 11001001 | 0 | 1100000 | 100 | 10010 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D109C9
Complementary color
Monochromatic Colors of #D109C9
Black with #D109C9
Text Example
Text Example
White with #D109C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109C9; }
p { color: rgb(209,9,201); }
H1.HeaderClassName
{
color: #D109C9;
}
.AnyTagClassName
{
color: #D109C9;
}
</style>
background-color css
<style>
a { background-color: #D109C9; }
a { background-color: rgb(209,9,201); }
div.DivClassName
{
background-color: #D109C9;
}
.BgClassName
{
background-color: #D109C9;
}
</style>
border-color css
<style>
span { border-color: #D109C9; }
span { border-color: rgb(209,9,201); }
td.TdClassName
{
border-color: #D109C9;
}
.TagClassName
{
border-color: #D109C9;
}
</style>