Shades of Deep Magenta #D122DC
Tints of Deep Magenta #D122DC
RGB
CMYK
RGB Variations
Color information
#D122DC (or 0xD122DC) is known color: Deep Magenta. HEX triplet: D1, 22 and DC. RGB value is (209,34,220). Sum of RGB (Red+Green+Blue) = 209+34+220=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D122DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122DC is #2EDD23. Grayscale: #6A6A6A. Windows color (decimal): -3071268 or 14426833. OLE color: 14426833.
HSL color Cylindrical-coordinate representation of color #D122DC: hue angle of 296.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D122DC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 34 | 220 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.14 |
| HSL | 296.45º | 0.73% | 0.5% | - |
| HSV(B) | 296.45º | 0.85% | 0.86% | - |
| XYZ | 39.78 | 19.87 | 69.45 | - |
| YUV | 107.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 220 | 0.05 | 0.85 | 0 | 0.14 | 296.45 | 0.73 | 0.5 |
| Hex | D1 | 22 | DC | 5 | 55 | 0 | E | 128 | 49 | 32 |
| Octal | 321 | 42 | 334 | 5 | 125 | 0 | 16 | 450 | 111 | 62 |
| Binary | 11010001 | 100010 | 11011100 | 101 | 1010101 | 0 | 1110 | 100101000 | 1001001 | 110010 |
Color Harmonies of #D122DC
Complementary color
Monochromatic Colors of #D122DC
Black with #D122DC
Text Example
Text Example
White with #D122DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122DC; }
p { color: rgb(209,34,220); }
H1.HeaderClassName
{
color: #D122DC;
}
.AnyTagClassName
{
color: #D122DC;
}
</style>
background-color css
<style>
a { background-color: #D122DC; }
a { background-color: rgb(209,34,220); }
div.DivClassName
{
background-color: #D122DC;
}
.BgClassName
{
background-color: #D122DC;
}
</style>
border-color css
<style>
span { border-color: #D122DC; }
span { border-color: rgb(209,34,220); }
td.TdClassName
{
border-color: #D122DC;
}
.TagClassName
{
border-color: #D122DC;
}
</style>