Shades of Deep Magenta #D411B7
Tints of Deep Magenta #D411B7
RGB
CMYK
RGB Variations
Color information
#D411B7 (or 0xD411B7) is known color: Deep Magenta. HEX triplet: D4, 11 and B7. RGB value is (212,17,183). Sum of RGB (Red+Green+Blue) = 212+17+183=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D411B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411B7 is #2BEE48. Grayscale: #5D5D5D. Windows color (decimal): -2879049 or 11997652. OLE color: 11997652.
HSL color Cylindrical-coordinate representation of color #D411B7: hue angle of 308.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411B7 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 183 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.17 |
| HSL | 308.92º | 0.85% | 0.45% | - |
| HSV(B) | 308.92º | 0.92% | 0.83% | - |
| XYZ | 35.9 | 17.82 | 46.35 | - |
| YUV | 94.23 | 178.1 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 183 | 0 | 0.92 | 0.14 | 0.17 | 308.92 | 0.85 | 0.45 |
| Hex | D4 | 11 | B7 | 0 | 5C | E | 11 | 135 | 55 | 2D |
| Octal | 324 | 21 | 267 | 0 | 134 | 16 | 21 | 465 | 125 | 55 |
| Binary | 11010100 | 10001 | 10110111 | 0 | 1011100 | 1110 | 10001 | 100110101 | 1010101 | 101101 |
Color Harmonies of #D411B7
Complementary color
Monochromatic Colors of #D411B7
Black with #D411B7
Text Example
Text Example
White with #D411B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411B7; }
p { color: rgb(212,17,183); }
H1.HeaderClassName
{
color: #D411B7;
}
.AnyTagClassName
{
color: #D411B7;
}
</style>
background-color css
<style>
a { background-color: #D411B7; }
a { background-color: rgb(212,17,183); }
div.DivClassName
{
background-color: #D411B7;
}
.BgClassName
{
background-color: #D411B7;
}
</style>
border-color css
<style>
span { border-color: #D411B7; }
span { border-color: rgb(212,17,183); }
td.TdClassName
{
border-color: #D411B7;
}
.TagClassName
{
border-color: #D411B7;
}
</style>