Shades of Deep Magenta #D411BB
Tints of Deep Magenta #D411BB
RGB
CMYK
RGB Variations
Color information
#D411BB (or 0xD411BB) is known color: Deep Magenta. HEX triplet: D4, 11 and BB. RGB value is (212,17,187). Sum of RGB (Red+Green+Blue) = 212+17+187=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D411BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411BB is #2BEE44. Grayscale: #5E5E5E. Windows color (decimal): -2879045 or 12259796. OLE color: 12259796.
HSL color Cylindrical-coordinate representation of color #D411BB: hue angle of 307.69º 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 #D411BB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.17 |
| HSL | 307.69º | 0.85% | 0.45% | - |
| HSV(B) | 307.69º | 0.92% | 0.83% | - |
| XYZ | 36.32 | 17.99 | 48.57 | - |
| YUV | 94.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 187 | 0 | 0.92 | 0.12 | 0.17 | 307.69 | 0.85 | 0.45 |
| Hex | D4 | 11 | BB | 0 | 5C | C | 11 | 134 | 55 | 2D |
| Octal | 324 | 21 | 273 | 0 | 134 | 14 | 21 | 464 | 125 | 55 |
| Binary | 11010100 | 10001 | 10111011 | 0 | 1011100 | 1100 | 10001 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D411BB
Complementary color
Monochromatic Colors of #D411BB
Black with #D411BB
Text Example
Text Example
White with #D411BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411BB; }
p { color: rgb(212,17,187); }
H1.HeaderClassName
{
color: #D411BB;
}
.AnyTagClassName
{
color: #D411BB;
}
</style>
background-color css
<style>
a { background-color: #D411BB; }
a { background-color: rgb(212,17,187); }
div.DivClassName
{
background-color: #D411BB;
}
.BgClassName
{
background-color: #D411BB;
}
</style>
border-color css
<style>
span { border-color: #D411BB; }
span { border-color: rgb(212,17,187); }
td.TdClassName
{
border-color: #D411BB;
}
.TagClassName
{
border-color: #D411BB;
}
</style>