Shades of Deep Magenta #D411B5
Tints of Deep Magenta #D411B5
RGB
CMYK
RGB Variations
Color information
#D411B5 (or 0xD411B5) is known color: Deep Magenta. HEX triplet: D4, 11 and B5. RGB value is (212,17,181). Sum of RGB (Red+Green+Blue) = 212+17+181=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D411B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411B5 is #2BEE4A. Grayscale: #5D5D5D. Windows color (decimal): -2879051 or 11866580. OLE color: 11866580.
HSL color Cylindrical-coordinate representation of color #D411B5: hue angle of 309.54º 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 #D411B5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 181 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.17 |
| HSL | 309.54º | 0.85% | 0.45% | - |
| HSV(B) | 309.54º | 0.92% | 0.83% | - |
| XYZ | 35.69 | 17.73 | 45.26 | - |
| YUV | 94 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 181 | 0 | 0.92 | 0.15 | 0.17 | 309.54 | 0.85 | 0.45 |
| Hex | D4 | 11 | B5 | 0 | 5C | F | 11 | 136 | 55 | 2D |
| Octal | 324 | 21 | 265 | 0 | 134 | 17 | 21 | 466 | 125 | 55 |
| Binary | 11010100 | 10001 | 10110101 | 0 | 1011100 | 1111 | 10001 | 100110110 | 1010101 | 101101 |
Color Harmonies of #D411B5
Complementary color
Monochromatic Colors of #D411B5
Black with #D411B5
Text Example
Text Example
White with #D411B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411B5; }
p { color: rgb(212,17,181); }
H1.HeaderClassName
{
color: #D411B5;
}
.AnyTagClassName
{
color: #D411B5;
}
</style>
background-color css
<style>
a { background-color: #D411B5; }
a { background-color: rgb(212,17,181); }
div.DivClassName
{
background-color: #D411B5;
}
.BgClassName
{
background-color: #D411B5;
}
</style>
border-color css
<style>
span { border-color: #D411B5; }
span { border-color: rgb(212,17,181); }
td.TdClassName
{
border-color: #D411B5;
}
.TagClassName
{
border-color: #D411B5;
}
</style>