Shades of Deep Magenta #D122BF
Tints of Deep Magenta #D122BF
RGB
CMYK
RGB Variations
Color information
#D122BF (or 0xD122BF) is known color: Deep Magenta. HEX triplet: D1, 22 and BF. RGB value is (209,34,191). Sum of RGB (Red+Green+Blue) = 209+34+191=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D122BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122BF is #2EDD40. Grayscale: #676767. Windows color (decimal): -3071297 or 12526289. OLE color: 12526289.
HSL color Cylindrical-coordinate representation of color #D122BF: hue angle of 306.17º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D122BF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 191 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.18 |
| HSL | 306.17º | 0.72% | 0.48% | - |
| HSV(B) | 306.17º | 0.84% | 0.82% | - |
| XYZ | 36.27 | 18.46 | 50.94 | - |
| YUV | 104.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 191 | 0 | 0.84 | 0.09 | 0.18 | 306.17 | 0.72 | 0.48 |
| Hex | D1 | 22 | BF | 0 | 54 | 9 | 12 | 132 | 48 | 30 |
| Octal | 321 | 42 | 277 | 0 | 124 | 11 | 22 | 462 | 110 | 60 |
| Binary | 11010001 | 100010 | 10111111 | 0 | 1010100 | 1001 | 10010 | 100110010 | 1001000 | 110000 |
Color Harmonies of #D122BF
Complementary color
Monochromatic Colors of #D122BF
Black with #D122BF
Text Example
Text Example
White with #D122BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122BF; }
p { color: rgb(209,34,191); }
H1.HeaderClassName
{
color: #D122BF;
}
.AnyTagClassName
{
color: #D122BF;
}
</style>
background-color css
<style>
a { background-color: #D122BF; }
a { background-color: rgb(209,34,191); }
div.DivClassName
{
background-color: #D122BF;
}
.BgClassName
{
background-color: #D122BF;
}
</style>
border-color css
<style>
span { border-color: #D122BF; }
span { border-color: rgb(209,34,191); }
td.TdClassName
{
border-color: #D122BF;
}
.TagClassName
{
border-color: #D122BF;
}
</style>