Shades of Deep Magenta #D104DD
Tints of Deep Magenta #D104DD
RGB
CMYK
RGB Variations
Color information
#D104DD (or 0xD104DD) is known color: Deep Magenta. HEX triplet: D1, 04 and DD. RGB value is (209,4,221). Sum of RGB (Red+Green+Blue) = 209+4+221=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #D104DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104DD is #2EFB22. Grayscale: #595959. Windows color (decimal): -3078947 or 14484689. OLE color: 14484689.
HSL color Cylindrical-coordinate representation of color #D104DD: hue angle of 296.68º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D104DD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 4 | 221 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.13 |
| HSL | 296.68º | 0.96% | 0.44% | - |
| HSV(B) | 296.68º | 0.98% | 0.87% | - |
| XYZ | 39.39 | 18.86 | 69.97 | - |
| YUV | 90.03 | 201.92 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 221 | 0.05 | 0.98 | 0 | 0.13 | 296.68 | 0.96 | 0.44 |
| Hex | D1 | 4 | DD | 5 | 62 | 0 | D | 129 | 60 | 2C |
| Octal | 321 | 4 | 335 | 5 | 142 | 0 | 15 | 451 | 140 | 54 |
| Binary | 11010001 | 100 | 11011101 | 101 | 1100010 | 0 | 1101 | 100101001 | 1100000 | 101100 |
Color Harmonies of #D104DD
Complementary color
Monochromatic Colors of #D104DD
Black with #D104DD
Text Example
Text Example
White with #D104DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104DD; }
p { color: rgb(209,4,221); }
H1.HeaderClassName
{
color: #D104DD;
}
.AnyTagClassName
{
color: #D104DD;
}
</style>
background-color css
<style>
a { background-color: #D104DD; }
a { background-color: rgb(209,4,221); }
div.DivClassName
{
background-color: #D104DD;
}
.BgClassName
{
background-color: #D104DD;
}
</style>
border-color css
<style>
span { border-color: #D104DD; }
span { border-color: rgb(209,4,221); }
td.TdClassName
{
border-color: #D104DD;
}
.TagClassName
{
border-color: #D104DD;
}
</style>