Shades of Deep Magenta #D409BD
Tints of Deep Magenta #D409BD
RGB
CMYK
RGB Variations
Color information
#D409BD (or 0xD409BD) is known color: Deep Magenta. HEX triplet: D4, 09 and BD. RGB value is (212,9,189). Sum of RGB (Red+Green+Blue) = 212+9+189=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D409BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409BD is #2BF642. Grayscale: #595959. Windows color (decimal): -2881091 or 12388820. OLE color: 12388820.
HSL color Cylindrical-coordinate representation of color #D409BD: hue angle of 306.8º 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 #D409BD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.17 |
| HSL | 306.8º | 0.92% | 0.43% | - |
| HSV(B) | 306.8º | 0.96% | 0.83% | - |
| XYZ | 36.43 | 17.87 | 49.67 | - |
| YUV | 90.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 189 | 0 | 0.96 | 0.11 | 0.17 | 306.8 | 0.92 | 0.43 |
| Hex | D4 | 9 | BD | 0 | 60 | B | 11 | 133 | 5C | 2B |
| Octal | 324 | 11 | 275 | 0 | 140 | 13 | 21 | 463 | 134 | 53 |
| Binary | 11010100 | 1001 | 10111101 | 0 | 1100000 | 1011 | 10001 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D409BD
Complementary color
Monochromatic Colors of #D409BD
Black with #D409BD
Text Example
Text Example
White with #D409BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409BD; }
p { color: rgb(212,9,189); }
H1.HeaderClassName
{
color: #D409BD;
}
.AnyTagClassName
{
color: #D409BD;
}
</style>
background-color css
<style>
a { background-color: #D409BD; }
a { background-color: rgb(212,9,189); }
div.DivClassName
{
background-color: #D409BD;
}
.BgClassName
{
background-color: #D409BD;
}
</style>
border-color css
<style>
span { border-color: #D409BD; }
span { border-color: rgb(212,9,189); }
td.TdClassName
{
border-color: #D409BD;
}
.TagClassName
{
border-color: #D409BD;
}
</style>