Shades of Deep Magenta #D122DD
Tints of Deep Magenta #D122DD
RGB
CMYK
RGB Variations
Color information
#D122DD (or 0xD122DD) is known color: Deep Magenta. HEX triplet: D1, 22 and DD. RGB value is (209,34,221). Sum of RGB (Red+Green+Blue) = 209+34+221=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #D122DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122DD is #2EDD22. Grayscale: #6B6B6B. Windows color (decimal): -3071267 or 14492369. OLE color: 14492369.
HSL color Cylindrical-coordinate representation of color #D122DD: hue angle of 296.15º degrees, saturation: 0.73, 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 #D122DD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 34 | 221 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.13 |
| HSL | 296.15º | 0.73% | 0.5% | - |
| HSV(B) | 296.15º | 0.85% | 0.87% | - |
| XYZ | 39.92 | 19.92 | 70.15 | - |
| YUV | 107.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 221 | 0.05 | 0.85 | 0 | 0.13 | 296.15 | 0.73 | 0.5 |
| Hex | D1 | 22 | DD | 5 | 55 | 0 | D | 128 | 49 | 32 |
| Octal | 321 | 42 | 335 | 5 | 125 | 0 | 15 | 450 | 111 | 62 |
| Binary | 11010001 | 100010 | 11011101 | 101 | 1010101 | 0 | 1101 | 100101000 | 1001001 | 110010 |
Color Harmonies of #D122DD
Complementary color
Monochromatic Colors of #D122DD
Black with #D122DD
Text Example
Text Example
White with #D122DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122DD; }
p { color: rgb(209,34,221); }
H1.HeaderClassName
{
color: #D122DD;
}
.AnyTagClassName
{
color: #D122DD;
}
</style>
background-color css
<style>
a { background-color: #D122DD; }
a { background-color: rgb(209,34,221); }
div.DivClassName
{
background-color: #D122DD;
}
.BgClassName
{
background-color: #D122DD;
}
</style>
border-color css
<style>
span { border-color: #D122DD; }
span { border-color: rgb(209,34,221); }
td.TdClassName
{
border-color: #D122DD;
}
.TagClassName
{
border-color: #D122DD;
}
</style>