Shades of Deep Magenta #D122B5
Tints of Deep Magenta #D122B5
RGB
CMYK
RGB Variations
Color information
#D122B5 (or 0xD122B5) is known color: Deep Magenta. HEX triplet: D1, 22 and B5. RGB value is (209,34,181). Sum of RGB (Red+Green+Blue) = 209+34+181=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D122B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122B5 is #2EDD4A. Grayscale: #666666. Windows color (decimal): -3071307 or 11870929. OLE color: 11870929.
HSL color Cylindrical-coordinate representation of color #D122B5: hue angle of 309.6º 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 #D122B5 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 181 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.18 |
| HSL | 309.6º | 0.72% | 0.48% | - |
| HSV(B) | 309.6º | 0.84% | 0.82% | - |
| XYZ | 35.21 | 18.04 | 45.34 | - |
| YUV | 103.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 181 | 0 | 0.84 | 0.13 | 0.18 | 309.6 | 0.72 | 0.48 |
| Hex | D1 | 22 | B5 | 0 | 54 | D | 12 | 136 | 48 | 30 |
| Octal | 321 | 42 | 265 | 0 | 124 | 15 | 22 | 466 | 110 | 60 |
| Binary | 11010001 | 100010 | 10110101 | 0 | 1010100 | 1101 | 10010 | 100110110 | 1001000 | 110000 |
Color Harmonies of #D122B5
Complementary color
Monochromatic Colors of #D122B5
Black with #D122B5
Text Example
Text Example
White with #D122B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122B5; }
p { color: rgb(209,34,181); }
H1.HeaderClassName
{
color: #D122B5;
}
.AnyTagClassName
{
color: #D122B5;
}
</style>
background-color css
<style>
a { background-color: #D122B5; }
a { background-color: rgb(209,34,181); }
div.DivClassName
{
background-color: #D122B5;
}
.BgClassName
{
background-color: #D122B5;
}
</style>
border-color css
<style>
span { border-color: #D122B5; }
span { border-color: rgb(209,34,181); }
td.TdClassName
{
border-color: #D122B5;
}
.TagClassName
{
border-color: #D122B5;
}
</style>