Shades of Deep Magenta #D311DC
Tints of Deep Magenta #D311DC
RGB
CMYK
RGB Variations
Color information
#D311DC (or 0xD311DC) is known color: Deep Magenta. HEX triplet: D3, 11 and DC. RGB value is (211,17,220). Sum of RGB (Red+Green+Blue) = 211+17+220=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #D311DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D311DC is #2CEE23. Grayscale: #616161. Windows color (decimal): -2944548 or 14422483. OLE color: 14422483.
HSL color Cylindrical-coordinate representation of color #D311DC: hue angle of 297.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D311DC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 17 | 220 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.14 |
| HSL | 297.34º | 0.86% | 0.46% | - |
| HSV(B) | 297.34º | 0.92% | 0.86% | - |
| XYZ | 39.98 | 19.42 | 69.35 | - |
| YUV | 98.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 220 | 0.04 | 0.92 | 0 | 0.14 | 297.34 | 0.86 | 0.46 |
| Hex | D3 | 11 | DC | 4 | 5C | 0 | E | 129 | 56 | 2E |
| Octal | 323 | 21 | 334 | 4 | 134 | 0 | 16 | 451 | 126 | 56 |
| Binary | 11010011 | 10001 | 11011100 | 100 | 1011100 | 0 | 1110 | 100101001 | 1010110 | 101110 |
Color Harmonies of #D311DC
Complementary color
Monochromatic Colors of #D311DC
Black with #D311DC
Text Example
Text Example
White with #D311DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D311DC; }
p { color: rgb(211,17,220); }
H1.HeaderClassName
{
color: #D311DC;
}
.AnyTagClassName
{
color: #D311DC;
}
</style>
background-color css
<style>
a { background-color: #D311DC; }
a { background-color: rgb(211,17,220); }
div.DivClassName
{
background-color: #D311DC;
}
.BgClassName
{
background-color: #D311DC;
}
</style>
border-color css
<style>
span { border-color: #D311DC; }
span { border-color: rgb(211,17,220); }
td.TdClassName
{
border-color: #D311DC;
}
.TagClassName
{
border-color: #D311DC;
}
</style>