Shades of Deep Magenta #D104AC
Tints of Deep Magenta #D104AC
RGB
CMYK
RGB Variations
Color information
#D104AC (or 0xD104AC) is known color: Deep Magenta. HEX triplet: D1, 04 and AC. RGB value is (209,4,172). Sum of RGB (Red+Green+Blue) = 209+4+172=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D104AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D104AC is #2EFB53. Grayscale: #535353. Windows color (decimal): -3078996 or 11273425. OLE color: 11273425.
HSL color Cylindrical-coordinate representation of color #D104AC: hue angle of 310.83º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D104AC is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.18 |
| HSL | 310.83º | 0.96% | 0.42% | - |
| HSV(B) | 310.83º | 0.98% | 0.82% | - |
| XYZ | 33.78 | 16.62 | 40.46 | - |
| YUV | 84.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 172 | 0 | 0.98 | 0.18 | 0.18 | 310.83 | 0.96 | 0.42 |
| Hex | D1 | 4 | AC | 0 | 62 | 12 | 12 | 137 | 60 | 2A |
| Octal | 321 | 4 | 254 | 0 | 142 | 22 | 22 | 467 | 140 | 52 |
| Binary | 11010001 | 100 | 10101100 | 0 | 1100010 | 10010 | 10010 | 100110111 | 1100000 | 101010 |
Color Harmonies of #D104AC
Complementary color
Monochromatic Colors of #D104AC
Black with #D104AC
Text Example
Text Example
White with #D104AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104AC; }
p { color: rgb(209,4,172); }
H1.HeaderClassName
{
color: #D104AC;
}
.AnyTagClassName
{
color: #D104AC;
}
</style>
background-color css
<style>
a { background-color: #D104AC; }
a { background-color: rgb(209,4,172); }
div.DivClassName
{
background-color: #D104AC;
}
.BgClassName
{
background-color: #D104AC;
}
</style>
border-color css
<style>
span { border-color: #D104AC; }
span { border-color: rgb(209,4,172); }
td.TdClassName
{
border-color: #D104AC;
}
.TagClassName
{
border-color: #D104AC;
}
</style>