Shades of Deep Magenta #D409BB
Tints of Deep Magenta #D409BB
RGB
CMYK
RGB Variations
Color information
#D409BB (or 0xD409BB) is known color: Deep Magenta. HEX triplet: D4, 09 and BB. RGB value is (212,9,187). Sum of RGB (Red+Green+Blue) = 212+9+187=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D409BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409BB is #2BF644. Grayscale: #595959. Windows color (decimal): -2881093 or 12257748. OLE color: 12257748.
HSL color Cylindrical-coordinate representation of color #D409BB: hue angle of 307.39º 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 #D409BB is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.17 |
| HSL | 307.39º | 0.92% | 0.43% | - |
| HSV(B) | 307.39º | 0.96% | 0.83% | - |
| XYZ | 36.22 | 17.78 | 48.54 | - |
| YUV | 89.99 | 182.75 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 187 | 0 | 0.96 | 0.12 | 0.17 | 307.39 | 0.92 | 0.43 |
| Hex | D4 | 9 | BB | 0 | 60 | C | 11 | 133 | 5C | 2B |
| Octal | 324 | 11 | 273 | 0 | 140 | 14 | 21 | 463 | 134 | 53 |
| Binary | 11010100 | 1001 | 10111011 | 0 | 1100000 | 1100 | 10001 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D409BB
Complementary color
Monochromatic Colors of #D409BB
Black with #D409BB
Text Example
Text Example
White with #D409BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409BB; }
p { color: rgb(212,9,187); }
H1.HeaderClassName
{
color: #D409BB;
}
.AnyTagClassName
{
color: #D409BB;
}
</style>
background-color css
<style>
a { background-color: #D409BB; }
a { background-color: rgb(212,9,187); }
div.DivClassName
{
background-color: #D409BB;
}
.BgClassName
{
background-color: #D409BB;
}
</style>
border-color css
<style>
span { border-color: #D409BB; }
span { border-color: rgb(212,9,187); }
td.TdClassName
{
border-color: #D409BB;
}
.TagClassName
{
border-color: #D409BB;
}
</style>