Shades of Deep Magenta #D124BF
Tints of Deep Magenta #D124BF
RGB
CMYK
RGB Variations
Color information
#D124BF (or 0xD124BF) is known color: Deep Magenta. HEX triplet: D1, 24 and BF. RGB value is (209,36,191). Sum of RGB (Red+Green+Blue) = 209+36+191=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D124BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124BF is #2EDB40. Grayscale: #686868. Windows color (decimal): -3070785 or 12526801. OLE color: 12526801.
HSL color Cylindrical-coordinate representation of color #D124BF: hue angle of 306.24º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D124BF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 191 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.18 |
| HSL | 306.24º | 0.71% | 0.48% | - |
| HSV(B) | 306.24º | 0.83% | 0.82% | - |
| XYZ | 36.33 | 18.58 | 50.96 | - |
| YUV | 105.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 191 | 0 | 0.83 | 0.09 | 0.18 | 306.24 | 0.71 | 0.48 |
| Hex | D1 | 24 | BF | 0 | 53 | 9 | 12 | 132 | 47 | 30 |
| Octal | 321 | 44 | 277 | 0 | 123 | 11 | 22 | 462 | 107 | 60 |
| Binary | 11010001 | 100100 | 10111111 | 0 | 1010011 | 1001 | 10010 | 100110010 | 1000111 | 110000 |
Color Harmonies of #D124BF
Complementary color
Monochromatic Colors of #D124BF
Black with #D124BF
Text Example
Text Example
White with #D124BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124BF; }
p { color: rgb(209,36,191); }
H1.HeaderClassName
{
color: #D124BF;
}
.AnyTagClassName
{
color: #D124BF;
}
</style>
background-color css
<style>
a { background-color: #D124BF; }
a { background-color: rgb(209,36,191); }
div.DivClassName
{
background-color: #D124BF;
}
.BgClassName
{
background-color: #D124BF;
}
</style>
border-color css
<style>
span { border-color: #D124BF; }
span { border-color: rgb(209,36,191); }
td.TdClassName
{
border-color: #D124BF;
}
.TagClassName
{
border-color: #D124BF;
}
</style>