Shades of Deep Magenta #D122BC
Tints of Deep Magenta #D122BC
RGB
CMYK
RGB Variations
Color information
#D122BC (or 0xD122BC) is known color: Deep Magenta. HEX triplet: D1, 22 and BC. RGB value is (209,34,188). Sum of RGB (Red+Green+Blue) = 209+34+188=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D122BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122BC is #2EDD43. Grayscale: #676767. Windows color (decimal): -3071300 or 12329681. OLE color: 12329681.
HSL color Cylindrical-coordinate representation of color #D122BC: hue angle of 307.2º 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 #D122BC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 188 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.18 |
| HSL | 307.2º | 0.72% | 0.48% | - |
| HSV(B) | 307.2º | 0.84% | 0.82% | - |
| XYZ | 35.94 | 18.33 | 49.22 | - |
| YUV | 103.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 188 | 0 | 0.84 | 0.10 | 0.18 | 307.2 | 0.72 | 0.48 |
| Hex | D1 | 22 | BC | 0 | 54 | A | 12 | 133 | 48 | 30 |
| Octal | 321 | 42 | 274 | 0 | 124 | 12 | 22 | 463 | 110 | 60 |
| Binary | 11010001 | 100010 | 10111100 | 0 | 1010100 | 1010 | 10010 | 100110011 | 1001000 | 110000 |
Color Harmonies of #D122BC
Complementary color
Monochromatic Colors of #D122BC
Black with #D122BC
Text Example
Text Example
White with #D122BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122BC; }
p { color: rgb(209,34,188); }
H1.HeaderClassName
{
color: #D122BC;
}
.AnyTagClassName
{
color: #D122BC;
}
</style>
background-color css
<style>
a { background-color: #D122BC; }
a { background-color: rgb(209,34,188); }
div.DivClassName
{
background-color: #D122BC;
}
.BgClassName
{
background-color: #D122BC;
}
</style>
border-color css
<style>
span { border-color: #D122BC; }
span { border-color: rgb(209,34,188); }
td.TdClassName
{
border-color: #D122BC;
}
.TagClassName
{
border-color: #D122BC;
}
</style>