Shades of Deep Magenta #D109D7
Tints of Deep Magenta #D109D7
RGB
CMYK
RGB Variations
Color information
#D109D7 (or 0xD109D7) is known color: Deep Magenta. HEX triplet: D1, 09 and D7. RGB value is (209,9,215). Sum of RGB (Red+Green+Blue) = 209+9+215=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #D109D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109D7 is #2EF628. Grayscale: #5B5B5B. Windows color (decimal): -3077673 or 14092753. OLE color: 14092753.
HSL color Cylindrical-coordinate representation of color #D109D7: hue angle of 298.25º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109D7 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 9 | 215 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.16 |
| HSL | 298.25º | 0.92% | 0.44% | - |
| HSV(B) | 298.25º | 0.96% | 0.84% | - |
| XYZ | 38.66 | 18.66 | 65.85 | - |
| YUV | 92.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 215 | 0.03 | 0.96 | 0 | 0.16 | 298.25 | 0.92 | 0.44 |
| Hex | D1 | 9 | D7 | 3 | 60 | 0 | 10 | 12A | 5C | 2C |
| Octal | 321 | 11 | 327 | 3 | 140 | 0 | 20 | 452 | 134 | 54 |
| Binary | 11010001 | 1001 | 11010111 | 11 | 1100000 | 0 | 10000 | 100101010 | 1011100 | 101100 |
Color Harmonies of #D109D7
Complementary color
Monochromatic Colors of #D109D7
Black with #D109D7
Text Example
Text Example
White with #D109D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109D7; }
p { color: rgb(209,9,215); }
H1.HeaderClassName
{
color: #D109D7;
}
.AnyTagClassName
{
color: #D109D7;
}
</style>
background-color css
<style>
a { background-color: #D109D7; }
a { background-color: rgb(209,9,215); }
div.DivClassName
{
background-color: #D109D7;
}
.BgClassName
{
background-color: #D109D7;
}
</style>
border-color css
<style>
span { border-color: #D109D7; }
span { border-color: rgb(209,9,215); }
td.TdClassName
{
border-color: #D109D7;
}
.TagClassName
{
border-color: #D109D7;
}
</style>