Shades of Deep Magenta #D103C9
Tints of Deep Magenta #D103C9
RGB
CMYK
RGB Variations
Color information
#D103C9 (or 0xD103C9) is known color: Deep Magenta. HEX triplet: D1, 03 and C9. RGB value is (209,3,201). Sum of RGB (Red+Green+Blue) = 209+3+201=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D103C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103C9 is #2EFC36. Grayscale: #565656. Windows color (decimal): -3079223 or 13173713. OLE color: 13173713.
HSL color Cylindrical-coordinate representation of color #D103C9: hue angle of 302.33º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103C9 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 201 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.18 |
| HSL | 302.33º | 0.97% | 0.42% | - |
| HSV(B) | 302.33º | 0.99% | 0.82% | - |
| XYZ | 36.87 | 17.84 | 56.76 | - |
| YUV | 87.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 201 | 0 | 0.99 | 0.04 | 0.18 | 302.33 | 0.97 | 0.42 |
| Hex | D1 | 3 | C9 | 0 | 63 | 4 | 12 | 12E | 61 | 2A |
| Octal | 321 | 3 | 311 | 0 | 143 | 4 | 22 | 456 | 141 | 52 |
| Binary | 11010001 | 11 | 11001001 | 0 | 1100011 | 100 | 10010 | 100101110 | 1100001 | 101010 |
Color Harmonies of #D103C9
Complementary color
Monochromatic Colors of #D103C9
Black with #D103C9
Text Example
Text Example
White with #D103C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103C9; }
p { color: rgb(209,3,201); }
H1.HeaderClassName
{
color: #D103C9;
}
.AnyTagClassName
{
color: #D103C9;
}
</style>
background-color css
<style>
a { background-color: #D103C9; }
a { background-color: rgb(209,3,201); }
div.DivClassName
{
background-color: #D103C9;
}
.BgClassName
{
background-color: #D103C9;
}
</style>
border-color css
<style>
span { border-color: #D103C9; }
span { border-color: rgb(209,3,201); }
td.TdClassName
{
border-color: #D103C9;
}
.TagClassName
{
border-color: #D103C9;
}
</style>