Shades of Deep Magenta #D409BC
Tints of Deep Magenta #D409BC
RGB
CMYK
RGB Variations
Color information
#D409BC (or 0xD409BC) is known color: Deep Magenta. HEX triplet: D4, 09 and BC. RGB value is (212,9,188). Sum of RGB (Red+Green+Blue) = 212+9+188=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D409BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409BC is #2BF643. Grayscale: #595959. Windows color (decimal): -2881092 or 12323284. OLE color: 12323284.
HSL color Cylindrical-coordinate representation of color #D409BC: hue angle of 307.09º 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 #D409BC is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.17 |
| HSL | 307.09º | 0.92% | 0.43% | - |
| HSV(B) | 307.09º | 0.96% | 0.83% | - |
| XYZ | 36.33 | 17.82 | 49.1 | - |
| YUV | 90.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 188 | 0 | 0.96 | 0.11 | 0.17 | 307.09 | 0.92 | 0.43 |
| Hex | D4 | 9 | BC | 0 | 60 | B | 11 | 133 | 5C | 2B |
| Octal | 324 | 11 | 274 | 0 | 140 | 13 | 21 | 463 | 134 | 53 |
| Binary | 11010100 | 1001 | 10111100 | 0 | 1100000 | 1011 | 10001 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D409BC
Complementary color
Monochromatic Colors of #D409BC
Black with #D409BC
Text Example
Text Example
White with #D409BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409BC; }
p { color: rgb(212,9,188); }
H1.HeaderClassName
{
color: #D409BC;
}
.AnyTagClassName
{
color: #D409BC;
}
</style>
background-color css
<style>
a { background-color: #D409BC; }
a { background-color: rgb(212,9,188); }
div.DivClassName
{
background-color: #D409BC;
}
.BgClassName
{
background-color: #D409BC;
}
</style>
border-color css
<style>
span { border-color: #D409BC; }
span { border-color: rgb(212,9,188); }
td.TdClassName
{
border-color: #D409BC;
}
.TagClassName
{
border-color: #D409BC;
}
</style>