Shades of Deep Magenta #D406BA
Tints of Deep Magenta #D406BA
RGB
CMYK
RGB Variations
Color information
#D406BA (or 0xD406BA) is known color: Deep Magenta. HEX triplet: D4, 06 and BA. RGB value is (212,6,186). Sum of RGB (Red+Green+Blue) = 212+6+186=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D406BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D406BA is #2BF945. Grayscale: #575757. Windows color (decimal): -2881862 or 12191444. OLE color: 12191444.
HSL color Cylindrical-coordinate representation of color #D406BA: hue angle of 307.57º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406BA is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.17 |
| HSL | 307.57º | 0.94% | 0.43% | - |
| HSV(B) | 307.57º | 0.97% | 0.83% | - |
| XYZ | 36.08 | 17.67 | 47.96 | - |
| YUV | 88.11 | 183.25 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 186 | 0 | 0.97 | 0.12 | 0.17 | 307.57 | 0.94 | 0.43 |
| Hex | D4 | 6 | BA | 0 | 61 | C | 11 | 134 | 5E | 2B |
| Octal | 324 | 6 | 272 | 0 | 141 | 14 | 21 | 464 | 136 | 53 |
| Binary | 11010100 | 110 | 10111010 | 0 | 1100001 | 1100 | 10001 | 100110100 | 1011110 | 101011 |
Color Harmonies of #D406BA
Complementary color
Monochromatic Colors of #D406BA
Black with #D406BA
Text Example
Text Example
White with #D406BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406BA; }
p { color: rgb(212,6,186); }
H1.HeaderClassName
{
color: #D406BA;
}
.AnyTagClassName
{
color: #D406BA;
}
</style>
background-color css
<style>
a { background-color: #D406BA; }
a { background-color: rgb(212,6,186); }
div.DivClassName
{
background-color: #D406BA;
}
.BgClassName
{
background-color: #D406BA;
}
</style>
border-color css
<style>
span { border-color: #D406BA; }
span { border-color: rgb(212,6,186); }
td.TdClassName
{
border-color: #D406BA;
}
.TagClassName
{
border-color: #D406BA;
}
</style>