Shades of Deep Magenta #D103AC
Tints of Deep Magenta #D103AC
RGB
CMYK
RGB Variations
Color information
#D103AC (or 0xD103AC) is known color: Deep Magenta. HEX triplet: D1, 03 and AC. RGB value is (209,3,172). Sum of RGB (Red+Green+Blue) = 209+3+172=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D103AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103AC is #2EFC53. Grayscale: #535353. Windows color (decimal): -3079252 or 11273169. OLE color: 11273169.
HSL color Cylindrical-coordinate representation of color #D103AC: hue angle of 310.78º 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 #D103AC is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.18 |
| HSL | 310.78º | 0.97% | 0.42% | - |
| HSV(B) | 310.78º | 0.99% | 0.82% | - |
| XYZ | 33.77 | 16.6 | 40.45 | - |
| YUV | 83.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 172 | 0 | 0.99 | 0.18 | 0.18 | 310.78 | 0.97 | 0.42 |
| Hex | D1 | 3 | AC | 0 | 63 | 12 | 12 | 137 | 61 | 2A |
| Octal | 321 | 3 | 254 | 0 | 143 | 22 | 22 | 467 | 141 | 52 |
| Binary | 11010001 | 11 | 10101100 | 0 | 1100011 | 10010 | 10010 | 100110111 | 1100001 | 101010 |
Color Harmonies of #D103AC
Complementary color
Monochromatic Colors of #D103AC
Black with #D103AC
Text Example
Text Example
White with #D103AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103AC; }
p { color: rgb(209,3,172); }
H1.HeaderClassName
{
color: #D103AC;
}
.AnyTagClassName
{
color: #D103AC;
}
</style>
background-color css
<style>
a { background-color: #D103AC; }
a { background-color: rgb(209,3,172); }
div.DivClassName
{
background-color: #D103AC;
}
.BgClassName
{
background-color: #D103AC;
}
</style>
border-color css
<style>
span { border-color: #D103AC; }
span { border-color: rgb(209,3,172); }
td.TdClassName
{
border-color: #D103AC;
}
.TagClassName
{
border-color: #D103AC;
}
</style>