Shades of Deep Magenta #D124BD
Tints of Deep Magenta #D124BD
RGB
CMYK
RGB Variations
Color information
#D124BD (or 0xD124BD) is known color: Deep Magenta. HEX triplet: D1, 24 and BD. RGB value is (209,36,189). Sum of RGB (Red+Green+Blue) = 209+36+189=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D124BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124BD is #2EDB42. Grayscale: #686868. Windows color (decimal): -3070787 or 12395729. OLE color: 12395729.
HSL color Cylindrical-coordinate representation of color #D124BD: hue angle of 306.94º 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 #D124BD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 189 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.18 |
| HSL | 306.94º | 0.71% | 0.48% | - |
| HSV(B) | 306.94º | 0.83% | 0.82% | - |
| XYZ | 36.11 | 18.49 | 49.81 | - |
| YUV | 105.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 189 | 0 | 0.83 | 0.10 | 0.18 | 306.94 | 0.71 | 0.48 |
| Hex | D1 | 24 | BD | 0 | 53 | A | 12 | 133 | 47 | 30 |
| Octal | 321 | 44 | 275 | 0 | 123 | 12 | 22 | 463 | 107 | 60 |
| Binary | 11010001 | 100100 | 10111101 | 0 | 1010011 | 1010 | 10010 | 100110011 | 1000111 | 110000 |
Color Harmonies of #D124BD
Complementary color
Monochromatic Colors of #D124BD
Black with #D124BD
Text Example
Text Example
White with #D124BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124BD; }
p { color: rgb(209,36,189); }
H1.HeaderClassName
{
color: #D124BD;
}
.AnyTagClassName
{
color: #D124BD;
}
</style>
background-color css
<style>
a { background-color: #D124BD; }
a { background-color: rgb(209,36,189); }
div.DivClassName
{
background-color: #D124BD;
}
.BgClassName
{
background-color: #D124BD;
}
</style>
border-color css
<style>
span { border-color: #D124BD; }
span { border-color: rgb(209,36,189); }
td.TdClassName
{
border-color: #D124BD;
}
.TagClassName
{
border-color: #D124BD;
}
</style>