Shades of Deep Magenta #D40AB9
Tints of Deep Magenta #D40AB9
RGB
CMYK
RGB Variations
Color information
#D40AB9 (or 0xD40AB9) is known color: Deep Magenta. HEX triplet: D4, 0A and B9. RGB value is (212,10,185). Sum of RGB (Red+Green+Blue) = 212+10+185=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D40AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40AB9 is #2BF546. Grayscale: #595959. Windows color (decimal): -2880839 or 12126932. OLE color: 12126932.
HSL color Cylindrical-coordinate representation of color #D40AB9: hue angle of 308.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 185 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.17 |
| HSL | 308.02º | 0.91% | 0.44% | - |
| HSV(B) | 308.02º | 0.95% | 0.83% | - |
| XYZ | 36.02 | 17.72 | 47.42 | - |
| YUV | 90.35 | 181.42 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 185 | 0 | 0.95 | 0.13 | 0.17 | 308.02 | 0.91 | 0.44 |
| Hex | D4 | A | B9 | 0 | 5F | D | 11 | 134 | 5B | 2C |
| Octal | 324 | 12 | 271 | 0 | 137 | 15 | 21 | 464 | 133 | 54 |
| Binary | 11010100 | 1010 | 10111001 | 0 | 1011111 | 1101 | 10001 | 100110100 | 1011011 | 101100 |
Color Harmonies of #D40AB9
Complementary color
Monochromatic Colors of #D40AB9
Black with #D40AB9
Text Example
Text Example
White with #D40AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40AB9; }
p { color: rgb(212,10,185); }
H1.HeaderClassName
{
color: #D40AB9;
}
.AnyTagClassName
{
color: #D40AB9;
}
</style>
background-color css
<style>
a { background-color: #D40AB9; }
a { background-color: rgb(212,10,185); }
div.DivClassName
{
background-color: #D40AB9;
}
.BgClassName
{
background-color: #D40AB9;
}
</style>
border-color css
<style>
span { border-color: #D40AB9; }
span { border-color: rgb(212,10,185); }
td.TdClassName
{
border-color: #D40AB9;
}
.TagClassName
{
border-color: #D40AB9;
}
</style>