Shades of Deep Magenta #D109DF
Tints of Deep Magenta #D109DF
RGB
CMYK
RGB Variations
Color information
#D109DF (or 0xD109DF) is known color: Deep Magenta. HEX triplet: D1, 09 and DF. RGB value is (209,9,223). Sum of RGB (Red+Green+Blue) = 209+9+223=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D109DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109DF is #2EF620. Grayscale: #5C5C5C. Windows color (decimal): -3077665 or 14617041. OLE color: 14617041.
HSL color Cylindrical-coordinate representation of color #D109DF: hue angle of 296.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109DF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 9 | 223 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.13 |
| HSL | 296.07º | 0.92% | 0.45% | - |
| HSV(B) | 296.07º | 0.96% | 0.87% | - |
| XYZ | 39.71 | 19.08 | 71.4 | - |
| YUV | 93.2 | 201.26 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 223 | 0.06 | 0.96 | 0 | 0.13 | 296.07 | 0.92 | 0.45 |
| Hex | D1 | 9 | DF | 6 | 60 | 0 | D | 128 | 5C | 2D |
| Octal | 321 | 11 | 337 | 6 | 140 | 0 | 15 | 450 | 134 | 55 |
| Binary | 11010001 | 1001 | 11011111 | 110 | 1100000 | 0 | 1101 | 100101000 | 1011100 | 101101 |
Color Harmonies of #D109DF
Complementary color
Monochromatic Colors of #D109DF
Black with #D109DF
Text Example
Text Example
White with #D109DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109DF; }
p { color: rgb(209,9,223); }
H1.HeaderClassName
{
color: #D109DF;
}
.AnyTagClassName
{
color: #D109DF;
}
</style>
background-color css
<style>
a { background-color: #D109DF; }
a { background-color: rgb(209,9,223); }
div.DivClassName
{
background-color: #D109DF;
}
.BgClassName
{
background-color: #D109DF;
}
</style>
border-color css
<style>
span { border-color: #D109DF; }
span { border-color: rgb(209,9,223); }
td.TdClassName
{
border-color: #D109DF;
}
.TagClassName
{
border-color: #D109DF;
}
</style>