Shades of Deep Magenta #D122DF
Tints of Deep Magenta #D122DF
RGB
CMYK
RGB Variations
Color information
#D122DF (or 0xD122DF) is known color: Deep Magenta. HEX triplet: D1, 22 and DF. RGB value is (209,34,223). Sum of RGB (Red+Green+Blue) = 209+34+223=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D122DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122DF is #2EDD20. Grayscale: #6B6B6B. Windows color (decimal): -3071265 or 14623441. OLE color: 14623441.
HSL color Cylindrical-coordinate representation of color #D122DF: hue angle of 295.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D122DF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 34 | 223 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.13 |
| HSL | 295.56º | 0.75% | 0.5% | - |
| HSV(B) | 295.56º | 0.85% | 0.87% | - |
| XYZ | 40.19 | 20.03 | 71.56 | - |
| YUV | 107.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 223 | 0.06 | 0.85 | 0 | 0.13 | 295.56 | 0.75 | 0.5 |
| Hex | D1 | 22 | DF | 6 | 55 | 0 | D | 128 | 4B | 32 |
| Octal | 321 | 42 | 337 | 6 | 125 | 0 | 15 | 450 | 113 | 62 |
| Binary | 11010001 | 100010 | 11011111 | 110 | 1010101 | 0 | 1101 | 100101000 | 1001011 | 110010 |
Color Harmonies of #D122DF
Complementary color
Monochromatic Colors of #D122DF
Black with #D122DF
Text Example
Text Example
White with #D122DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122DF; }
p { color: rgb(209,34,223); }
H1.HeaderClassName
{
color: #D122DF;
}
.AnyTagClassName
{
color: #D122DF;
}
</style>
background-color css
<style>
a { background-color: #D122DF; }
a { background-color: rgb(209,34,223); }
div.DivClassName
{
background-color: #D122DF;
}
.BgClassName
{
background-color: #D122DF;
}
</style>
border-color css
<style>
span { border-color: #D122DF; }
span { border-color: rgb(209,34,223); }
td.TdClassName
{
border-color: #D122DF;
}
.TagClassName
{
border-color: #D122DF;
}
</style>