Shades of Deep Magenta #D109C2
Tints of Deep Magenta #D109C2
RGB
CMYK
RGB Variations
Color information
#D109C2 (or 0xD109C2) is known color: Deep Magenta. HEX triplet: D1, 09 and C2. RGB value is (209,9,194). Sum of RGB (Red+Green+Blue) = 209+9+194=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D109C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109C2 is #2EF63D. Grayscale: #595959. Windows color (decimal): -3077694 or 12716497. OLE color: 12716497.
HSL color Cylindrical-coordinate representation of color #D109C2: hue angle of 304.5º 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 #D109C2 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 194 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.18 |
| HSL | 304.5º | 0.92% | 0.43% | - |
| HSV(B) | 304.5º | 0.96% | 0.82% | - |
| XYZ | 36.13 | 17.65 | 52.54 | - |
| YUV | 89.89 | 186.76 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 194 | 0 | 0.96 | 0.07 | 0.18 | 304.5 | 0.92 | 0.43 |
| Hex | D1 | 9 | C2 | 0 | 60 | 7 | 12 | 130 | 5C | 2B |
| Octal | 321 | 11 | 302 | 0 | 140 | 7 | 22 | 460 | 134 | 53 |
| Binary | 11010001 | 1001 | 11000010 | 0 | 1100000 | 111 | 10010 | 100110000 | 1011100 | 101011 |
Color Harmonies of #D109C2
Complementary color
Monochromatic Colors of #D109C2
Black with #D109C2
Text Example
Text Example
White with #D109C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109C2; }
p { color: rgb(209,9,194); }
H1.HeaderClassName
{
color: #D109C2;
}
.AnyTagClassName
{
color: #D109C2;
}
</style>
background-color css
<style>
a { background-color: #D109C2; }
a { background-color: rgb(209,9,194); }
div.DivClassName
{
background-color: #D109C2;
}
.BgClassName
{
background-color: #D109C2;
}
</style>
border-color css
<style>
span { border-color: #D109C2; }
span { border-color: rgb(209,9,194); }
td.TdClassName
{
border-color: #D109C2;
}
.TagClassName
{
border-color: #D109C2;
}
</style>