Shades of Deep Magenta #D122B9
Tints of Deep Magenta #D122B9
RGB
CMYK
RGB Variations
Color information
#D122B9 (or 0xD122B9) is known color: Deep Magenta. HEX triplet: D1, 22 and B9. RGB value is (209,34,185). Sum of RGB (Red+Green+Blue) = 209+34+185=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D122B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122B9 is #2EDD46. Grayscale: #676767. Windows color (decimal): -3071303 or 12133073. OLE color: 12133073.
HSL color Cylindrical-coordinate representation of color #D122B9: hue angle of 308.23º 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 #D122B9 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 185 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.18 |
| HSL | 308.23º | 0.72% | 0.48% | - |
| HSV(B) | 308.23º | 0.84% | 0.82% | - |
| XYZ | 35.62 | 18.2 | 47.53 | - |
| YUV | 103.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 185 | 0 | 0.84 | 0.11 | 0.18 | 308.23 | 0.72 | 0.48 |
| Hex | D1 | 22 | B9 | 0 | 54 | B | 12 | 134 | 48 | 30 |
| Octal | 321 | 42 | 271 | 0 | 124 | 13 | 22 | 464 | 110 | 60 |
| Binary | 11010001 | 100010 | 10111001 | 0 | 1010100 | 1011 | 10010 | 100110100 | 1001000 | 110000 |
Color Harmonies of #D122B9
Complementary color
Monochromatic Colors of #D122B9
Black with #D122B9
Text Example
Text Example
White with #D122B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122B9; }
p { color: rgb(209,34,185); }
H1.HeaderClassName
{
color: #D122B9;
}
.AnyTagClassName
{
color: #D122B9;
}
</style>
background-color css
<style>
a { background-color: #D122B9; }
a { background-color: rgb(209,34,185); }
div.DivClassName
{
background-color: #D122B9;
}
.BgClassName
{
background-color: #D122B9;
}
</style>
border-color css
<style>
span { border-color: #D122B9; }
span { border-color: rgb(209,34,185); }
td.TdClassName
{
border-color: #D122B9;
}
.TagClassName
{
border-color: #D122B9;
}
</style>