Shades of Deep Magenta #D104B0
Tints of Deep Magenta #D104B0
RGB
CMYK
RGB Variations
Color information
#D104B0 (or 0xD104B0) is known color: Deep Magenta. HEX triplet: D1, 04 and B0. RGB value is (209,4,176). Sum of RGB (Red+Green+Blue) = 209+4+176=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D104B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D104B0 is #2EFB4F. Grayscale: #545454. Windows color (decimal): -3078992 or 11535569. OLE color: 11535569.
HSL color Cylindrical-coordinate representation of color #D104B0: hue angle of 309.66º 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 #D104B0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.18 |
| HSL | 309.66º | 0.96% | 0.42% | - |
| HSV(B) | 309.66º | 0.98% | 0.82% | - |
| XYZ | 34.17 | 16.78 | 42.51 | - |
| YUV | 84.9 | 179.42 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 176 | 0 | 0.98 | 0.16 | 0.18 | 309.66 | 0.96 | 0.42 |
| Hex | D1 | 4 | B0 | 0 | 62 | 10 | 12 | 136 | 60 | 2A |
| Octal | 321 | 4 | 260 | 0 | 142 | 20 | 22 | 466 | 140 | 52 |
| Binary | 11010001 | 100 | 10110000 | 0 | 1100010 | 10000 | 10010 | 100110110 | 1100000 | 101010 |
Color Harmonies of #D104B0
Complementary color
Monochromatic Colors of #D104B0
Black with #D104B0
Text Example
Text Example
White with #D104B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104B0; }
p { color: rgb(209,4,176); }
H1.HeaderClassName
{
color: #D104B0;
}
.AnyTagClassName
{
color: #D104B0;
}
</style>
background-color css
<style>
a { background-color: #D104B0; }
a { background-color: rgb(209,4,176); }
div.DivClassName
{
background-color: #D104B0;
}
.BgClassName
{
background-color: #D104B0;
}
</style>
border-color css
<style>
span { border-color: #D104B0; }
span { border-color: rgb(209,4,176); }
td.TdClassName
{
border-color: #D104B0;
}
.TagClassName
{
border-color: #D104B0;
}
</style>