Shades of Deep Magenta #D122B6
Tints of Deep Magenta #D122B6
RGB
CMYK
RGB Variations
Color information
#D122B6 (or 0xD122B6) is known color: Deep Magenta. HEX triplet: D1, 22 and B6. RGB value is (209,34,182). Sum of RGB (Red+Green+Blue) = 209+34+182=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D122B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122B6 is #2EDD49. Grayscale: #666666. Windows color (decimal): -3071306 or 11936465. OLE color: 11936465.
HSL color Cylindrical-coordinate representation of color #D122B6: hue angle of 309.26º 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 #D122B6 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 182 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.18 |
| HSL | 309.26º | 0.72% | 0.48% | - |
| HSV(B) | 309.26º | 0.84% | 0.82% | - |
| XYZ | 35.31 | 18.08 | 45.88 | - |
| YUV | 103.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 182 | 0 | 0.84 | 0.13 | 0.18 | 309.26 | 0.72 | 0.48 |
| Hex | D1 | 22 | B6 | 0 | 54 | D | 12 | 135 | 48 | 30 |
| Octal | 321 | 42 | 266 | 0 | 124 | 15 | 22 | 465 | 110 | 60 |
| Binary | 11010001 | 100010 | 10110110 | 0 | 1010100 | 1101 | 10010 | 100110101 | 1001000 | 110000 |
Color Harmonies of #D122B6
Complementary color
Monochromatic Colors of #D122B6
Black with #D122B6
Text Example
Text Example
White with #D122B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122B6; }
p { color: rgb(209,34,182); }
H1.HeaderClassName
{
color: #D122B6;
}
.AnyTagClassName
{
color: #D122B6;
}
</style>
background-color css
<style>
a { background-color: #D122B6; }
a { background-color: rgb(209,34,182); }
div.DivClassName
{
background-color: #D122B6;
}
.BgClassName
{
background-color: #D122B6;
}
</style>
border-color css
<style>
span { border-color: #D122B6; }
span { border-color: rgb(209,34,182); }
td.TdClassName
{
border-color: #D122B6;
}
.TagClassName
{
border-color: #D122B6;
}
</style>