Shades of Deep Magenta #D409BA
Tints of Deep Magenta #D409BA
RGB
CMYK
RGB Variations
Color information
#D409BA (or 0xD409BA) is known color: Deep Magenta. HEX triplet: D4, 09 and BA. RGB value is (212,9,186). Sum of RGB (Red+Green+Blue) = 212+9+186=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D409BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409BA is #2BF645. Grayscale: #595959. Windows color (decimal): -2881094 or 12192212. OLE color: 12192212.
HSL color Cylindrical-coordinate representation of color #D409BA: hue angle of 307.68º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409BA is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.17 |
| HSL | 307.68º | 0.92% | 0.43% | - |
| HSV(B) | 307.68º | 0.96% | 0.83% | - |
| XYZ | 36.11 | 17.74 | 47.97 | - |
| YUV | 89.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 186 | 0 | 0.96 | 0.12 | 0.17 | 307.68 | 0.92 | 0.43 |
| Hex | D4 | 9 | BA | 0 | 60 | C | 11 | 134 | 5C | 2B |
| Octal | 324 | 11 | 272 | 0 | 140 | 14 | 21 | 464 | 134 | 53 |
| Binary | 11010100 | 1001 | 10111010 | 0 | 1100000 | 1100 | 10001 | 100110100 | 1011100 | 101011 |
Color Harmonies of #D409BA
Complementary color
Monochromatic Colors of #D409BA
Black with #D409BA
Text Example
Text Example
White with #D409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409BA; }
p { color: rgb(212,9,186); }
H1.HeaderClassName
{
color: #D409BA;
}
.AnyTagClassName
{
color: #D409BA;
}
</style>
background-color css
<style>
a { background-color: #D409BA; }
a { background-color: rgb(212,9,186); }
div.DivClassName
{
background-color: #D409BA;
}
.BgClassName
{
background-color: #D409BA;
}
</style>
border-color css
<style>
span { border-color: #D409BA; }
span { border-color: rgb(212,9,186); }
td.TdClassName
{
border-color: #D409BA;
}
.TagClassName
{
border-color: #D409BA;
}
</style>