Shades of Deep Magenta #D104AB
Tints of Deep Magenta #D104AB
RGB
CMYK
RGB Variations
Color information
#D104AB (or 0xD104AB) is known color: Deep Magenta. HEX triplet: D1, 04 and AB. RGB value is (209,4,171). Sum of RGB (Red+Green+Blue) = 209+4+171=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D104AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D104AB is #2EFB54. Grayscale: #535353. Windows color (decimal): -3078997 or 11207889. OLE color: 11207889.
HSL color Cylindrical-coordinate representation of color #D104AB: hue angle of 311.12º 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 #D104AB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.18 |
| HSL | 311.12º | 0.96% | 0.42% | - |
| HSV(B) | 311.12º | 0.98% | 0.82% | - |
| XYZ | 33.69 | 16.58 | 39.95 | - |
| YUV | 84.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 171 | 0 | 0.98 | 0.18 | 0.18 | 311.12 | 0.96 | 0.42 |
| Hex | D1 | 4 | AB | 0 | 62 | 12 | 12 | 137 | 60 | 2A |
| Octal | 321 | 4 | 253 | 0 | 142 | 22 | 22 | 467 | 140 | 52 |
| Binary | 11010001 | 100 | 10101011 | 0 | 1100010 | 10010 | 10010 | 100110111 | 1100000 | 101010 |
Color Harmonies of #D104AB
Complementary color
Monochromatic Colors of #D104AB
Black with #D104AB
Text Example
Text Example
White with #D104AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104AB; }
p { color: rgb(209,4,171); }
H1.HeaderClassName
{
color: #D104AB;
}
.AnyTagClassName
{
color: #D104AB;
}
</style>
background-color css
<style>
a { background-color: #D104AB; }
a { background-color: rgb(209,4,171); }
div.DivClassName
{
background-color: #D104AB;
}
.BgClassName
{
background-color: #D104AB;
}
</style>
border-color css
<style>
span { border-color: #D104AB; }
span { border-color: rgb(209,4,171); }
td.TdClassName
{
border-color: #D104AB;
}
.TagClassName
{
border-color: #D104AB;
}
</style>