Shades of Deep Magenta #D121DC
Tints of Deep Magenta #D121DC
RGB
CMYK
RGB Variations
Color information
#D121DC (or 0xD121DC) is known color: Deep Magenta. HEX triplet: D1, 21 and DC. RGB value is (209,33,220). Sum of RGB (Red+Green+Blue) = 209+33+220=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #D121DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121DC is #2EDE23. Grayscale: #6A6A6A. Windows color (decimal): -3071524 or 14426577. OLE color: 14426577.
HSL color Cylindrical-coordinate representation of color #D121DC: hue angle of 296.47º degrees, saturation: 0.74, 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 #D121DC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 33 | 220 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.14 |
| HSL | 296.47º | 0.74% | 0.5% | - |
| HSV(B) | 296.47º | 0.85% | 0.86% | - |
| XYZ | 39.76 | 19.81 | 69.44 | - |
| YUV | 106.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 220 | 0.05 | 0.85 | 0 | 0.14 | 296.47 | 0.74 | 0.5 |
| Hex | D1 | 21 | DC | 5 | 55 | 0 | E | 128 | 4A | 32 |
| Octal | 321 | 41 | 334 | 5 | 125 | 0 | 16 | 450 | 112 | 62 |
| Binary | 11010001 | 100001 | 11011100 | 101 | 1010101 | 0 | 1110 | 100101000 | 1001010 | 110010 |
Color Harmonies of #D121DC
Complementary color
Monochromatic Colors of #D121DC
Black with #D121DC
Text Example
Text Example
White with #D121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121DC; }
p { color: rgb(209,33,220); }
H1.HeaderClassName
{
color: #D121DC;
}
.AnyTagClassName
{
color: #D121DC;
}
</style>
background-color css
<style>
a { background-color: #D121DC; }
a { background-color: rgb(209,33,220); }
div.DivClassName
{
background-color: #D121DC;
}
.BgClassName
{
background-color: #D121DC;
}
</style>
border-color css
<style>
span { border-color: #D121DC; }
span { border-color: rgb(209,33,220); }
td.TdClassName
{
border-color: #D121DC;
}
.TagClassName
{
border-color: #D121DC;
}
</style>