Shades of Deep Magenta #D109E5
Tints of Deep Magenta #D109E5
RGB
CMYK
RGB Variations
Color information
#D109E5 (or 0xD109E5) is known color: Deep Magenta. HEX triplet: D1, 09 and E5. RGB value is (209,9,229). Sum of RGB (Red+Green+Blue) = 209+9+229=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #D109E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109E5 is #2EF61A. Grayscale: #5D5D5D. Windows color (decimal): -3077659 or 15010257. OLE color: 15010257.
HSL color Cylindrical-coordinate representation of color #D109E5: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109E5 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 9 | 229 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.10 |
| HSL | 294.55º | 0.92% | 0.47% | - |
| HSV(B) | 294.55º | 0.96% | 0.9% | - |
| XYZ | 40.54 | 19.41 | 75.74 | - |
| YUV | 93.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 229 | 0.09 | 0.96 | 0 | 0.10 | 294.55 | 0.92 | 0.47 |
| Hex | D1 | 9 | E5 | 9 | 60 | 0 | A | 127 | 5C | 2F |
| Octal | 321 | 11 | 345 | 11 | 140 | 0 | 12 | 447 | 134 | 57 |
| Binary | 11010001 | 1001 | 11100101 | 1001 | 1100000 | 0 | 1010 | 100100111 | 1011100 | 101111 |
Color Harmonies of #D109E5
Complementary color
Monochromatic Colors of #D109E5
Black with #D109E5
Text Example
Text Example
White with #D109E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109E5; }
p { color: rgb(209,9,229); }
H1.HeaderClassName
{
color: #D109E5;
}
.AnyTagClassName
{
color: #D109E5;
}
</style>
background-color css
<style>
a { background-color: #D109E5; }
a { background-color: rgb(209,9,229); }
div.DivClassName
{
background-color: #D109E5;
}
.BgClassName
{
background-color: #D109E5;
}
</style>
border-color css
<style>
span { border-color: #D109E5; }
span { border-color: rgb(209,9,229); }
td.TdClassName
{
border-color: #D109E5;
}
.TagClassName
{
border-color: #D109E5;
}
</style>