Shades of Deep Magenta #D311D7
Tints of Deep Magenta #D311D7
RGB
CMYK
RGB Variations
Color information
#D311D7 (or 0xD311D7) is known color: Deep Magenta. HEX triplet: D3, 11 and D7. RGB value is (211,17,215). Sum of RGB (Red+Green+Blue) = 211+17+215=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #D311D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D311D7 is #2CEE28. Grayscale: #606060. Windows color (decimal): -2944553 or 14094803. OLE color: 14094803.
HSL color Cylindrical-coordinate representation of color #D311D7: hue angle of 298.79º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D311D7 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 17 | 215 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.16 |
| HSL | 298.79º | 0.85% | 0.45% | - |
| HSV(B) | 298.79º | 0.92% | 0.84% | - |
| XYZ | 39.33 | 19.16 | 65.91 | - |
| YUV | 97.58 | 194.27 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 215 | 0.02 | 0.92 | 0 | 0.16 | 298.79 | 0.85 | 0.45 |
| Hex | D3 | 11 | D7 | 2 | 5C | 0 | 10 | 12B | 55 | 2D |
| Octal | 323 | 21 | 327 | 2 | 134 | 0 | 20 | 453 | 125 | 55 |
| Binary | 11010011 | 10001 | 11010111 | 10 | 1011100 | 0 | 10000 | 100101011 | 1010101 | 101101 |
Color Harmonies of #D311D7
Complementary color
Monochromatic Colors of #D311D7
Black with #D311D7
Text Example
Text Example
White with #D311D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D311D7; }
p { color: rgb(211,17,215); }
H1.HeaderClassName
{
color: #D311D7;
}
.AnyTagClassName
{
color: #D311D7;
}
</style>
background-color css
<style>
a { background-color: #D311D7; }
a { background-color: rgb(211,17,215); }
div.DivClassName
{
background-color: #D311D7;
}
.BgClassName
{
background-color: #D311D7;
}
</style>
border-color css
<style>
span { border-color: #D311D7; }
span { border-color: rgb(211,17,215); }
td.TdClassName
{
border-color: #D311D7;
}
.TagClassName
{
border-color: #D311D7;
}
</style>