Shades of Deep Magenta #D103D9
Tints of Deep Magenta #D103D9
RGB
CMYK
RGB Variations
Color information
#D103D9 (or 0xD103D9) is known color: Deep Magenta. HEX triplet: D1, 03 and D9. RGB value is (209,3,217). Sum of RGB (Red+Green+Blue) = 209+3+217=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #D103D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103D9 is #2EFC26. Grayscale: #585858. Windows color (decimal): -3079207 or 14222289. OLE color: 14222289.
HSL color Cylindrical-coordinate representation of color #D103D9: hue angle of 297.76º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103D9 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 3 | 217 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.15 |
| HSL | 297.76º | 0.97% | 0.43% | - |
| HSV(B) | 297.76º | 0.99% | 0.85% | - |
| XYZ | 38.85 | 18.63 | 67.19 | - |
| YUV | 88.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 217 | 0.04 | 0.99 | 0 | 0.15 | 297.76 | 0.97 | 0.43 |
| Hex | D1 | 3 | D9 | 4 | 63 | 0 | F | 12A | 61 | 2B |
| Octal | 321 | 3 | 331 | 4 | 143 | 0 | 17 | 452 | 141 | 53 |
| Binary | 11010001 | 11 | 11011001 | 100 | 1100011 | 0 | 1111 | 100101010 | 1100001 | 101011 |
Color Harmonies of #D103D9
Complementary color
Monochromatic Colors of #D103D9
Black with #D103D9
Text Example
Text Example
White with #D103D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103D9; }
p { color: rgb(209,3,217); }
H1.HeaderClassName
{
color: #D103D9;
}
.AnyTagClassName
{
color: #D103D9;
}
</style>
background-color css
<style>
a { background-color: #D103D9; }
a { background-color: rgb(209,3,217); }
div.DivClassName
{
background-color: #D103D9;
}
.BgClassName
{
background-color: #D103D9;
}
</style>
border-color css
<style>
span { border-color: #D103D9; }
span { border-color: rgb(209,3,217); }
td.TdClassName
{
border-color: #D103D9;
}
.TagClassName
{
border-color: #D103D9;
}
</style>