Shades of Deep Magenta #D124DF
Tints of Deep Magenta #D124DF
RGB
CMYK
RGB Variations
Color information
#D124DF (or 0xD124DF) is known color: Deep Magenta. HEX triplet: D1, 24 and DF. RGB value is (209,36,223). Sum of RGB (Red+Green+Blue) = 209+36+223=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #D124DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124DF is #2EDB20. Grayscale: #6C6C6C. Windows color (decimal): -3070753 or 14623953. OLE color: 14623953.
HSL color Cylindrical-coordinate representation of color #D124DF: hue angle of 295.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D124DF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 36 | 223 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.13 |
| HSL | 295.51º | 0.75% | 0.51% | - |
| HSV(B) | 295.51º | 0.84% | 0.87% | - |
| XYZ | 40.24 | 20.14 | 71.58 | - |
| YUV | 109.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 223 | 0.06 | 0.84 | 0 | 0.13 | 295.51 | 0.75 | 0.51 |
| Hex | D1 | 24 | DF | 6 | 54 | 0 | D | 128 | 4B | 33 |
| Octal | 321 | 44 | 337 | 6 | 124 | 0 | 15 | 450 | 113 | 63 |
| Binary | 11010001 | 100100 | 11011111 | 110 | 1010100 | 0 | 1101 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D124DF
Complementary color
Monochromatic Colors of #D124DF
Black with #D124DF
Text Example
Text Example
White with #D124DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124DF; }
p { color: rgb(209,36,223); }
H1.HeaderClassName
{
color: #D124DF;
}
.AnyTagClassName
{
color: #D124DF;
}
</style>
background-color css
<style>
a { background-color: #D124DF; }
a { background-color: rgb(209,36,223); }
div.DivClassName
{
background-color: #D124DF;
}
.BgClassName
{
background-color: #D124DF;
}
</style>
border-color css
<style>
span { border-color: #D124DF; }
span { border-color: rgb(209,36,223); }
td.TdClassName
{
border-color: #D124DF;
}
.TagClassName
{
border-color: #D124DF;
}
</style>