Shades of Deep Magenta #D121DE
Tints of Deep Magenta #D121DE
RGB
CMYK
RGB Variations
Color information
#D121DE (or 0xD121DE) is known color: Deep Magenta. HEX triplet: D1, 21 and DE. RGB value is (209,33,222). Sum of RGB (Red+Green+Blue) = 209+33+222=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #D121DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121DE is #2EDE21. Grayscale: #6A6A6A. Windows color (decimal): -3071522 or 14557649. OLE color: 14557649.
HSL color Cylindrical-coordinate representation of color #D121DE: hue angle of 295.87º degrees, saturation: 0.74, 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 #D121DE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 33 | 222 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.13 |
| HSL | 295.87º | 0.74% | 0.5% | - |
| HSV(B) | 295.87º | 0.85% | 0.87% | - |
| XYZ | 40.02 | 19.92 | 70.84 | - |
| YUV | 107.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 222 | 0.06 | 0.85 | 0 | 0.13 | 295.87 | 0.74 | 0.5 |
| Hex | D1 | 21 | DE | 6 | 55 | 0 | D | 128 | 4A | 32 |
| Octal | 321 | 41 | 336 | 6 | 125 | 0 | 15 | 450 | 112 | 62 |
| Binary | 11010001 | 100001 | 11011110 | 110 | 1010101 | 0 | 1101 | 100101000 | 1001010 | 110010 |
Color Harmonies of #D121DE
Complementary color
Monochromatic Colors of #D121DE
Black with #D121DE
Text Example
Text Example
White with #D121DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121DE; }
p { color: rgb(209,33,222); }
H1.HeaderClassName
{
color: #D121DE;
}
.AnyTagClassName
{
color: #D121DE;
}
</style>
background-color css
<style>
a { background-color: #D121DE; }
a { background-color: rgb(209,33,222); }
div.DivClassName
{
background-color: #D121DE;
}
.BgClassName
{
background-color: #D121DE;
}
</style>
border-color css
<style>
span { border-color: #D121DE; }
span { border-color: rgb(209,33,222); }
td.TdClassName
{
border-color: #D121DE;
}
.TagClassName
{
border-color: #D121DE;
}
</style>