Shades of Deep Magenta #D124DD
Tints of Deep Magenta #D124DD
RGB
CMYK
RGB Variations
Color information
#D124DD (or 0xD124DD) is known color: Deep Magenta. HEX triplet: D1, 24 and DD. RGB value is (209,36,221). Sum of RGB (Red+Green+Blue) = 209+36+221=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D124DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124DD is #2EDB22. Grayscale: #6C6C6C. Windows color (decimal): -3070755 or 14492881. OLE color: 14492881.
HSL color Cylindrical-coordinate representation of color #D124DD: hue angle of 296.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D124DD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 36 | 221 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.13 |
| HSL | 296.11º | 0.73% | 0.5% | - |
| HSV(B) | 296.11º | 0.84% | 0.87% | - |
| XYZ | 39.98 | 20.04 | 70.17 | - |
| YUV | 108.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 221 | 0.05 | 0.84 | 0 | 0.13 | 296.11 | 0.73 | 0.5 |
| Hex | D1 | 24 | DD | 5 | 54 | 0 | D | 128 | 49 | 32 |
| Octal | 321 | 44 | 335 | 5 | 124 | 0 | 15 | 450 | 111 | 62 |
| Binary | 11010001 | 100100 | 11011101 | 101 | 1010100 | 0 | 1101 | 100101000 | 1001001 | 110010 |
Color Harmonies of #D124DD
Complementary color
Monochromatic Colors of #D124DD
Black with #D124DD
Text Example
Text Example
White with #D124DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124DD; }
p { color: rgb(209,36,221); }
H1.HeaderClassName
{
color: #D124DD;
}
.AnyTagClassName
{
color: #D124DD;
}
</style>
background-color css
<style>
a { background-color: #D124DD; }
a { background-color: rgb(209,36,221); }
div.DivClassName
{
background-color: #D124DD;
}
.BgClassName
{
background-color: #D124DD;
}
</style>
border-color css
<style>
span { border-color: #D124DD; }
span { border-color: rgb(209,36,221); }
td.TdClassName
{
border-color: #D124DD;
}
.TagClassName
{
border-color: #D124DD;
}
</style>