Shades of Deep Magenta #D40CB9
Tints of Deep Magenta #D40CB9
RGB
CMYK
RGB Variations
Color information
#D40CB9 (or 0xD40CB9) is known color: Deep Magenta. HEX triplet: D4, 0C and B9. RGB value is (212,12,185). Sum of RGB (Red+Green+Blue) = 212+12+185=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CB9 is #2BF346. Grayscale: #5B5B5B. Windows color (decimal): -2880327 or 12127444. OLE color: 12127444.
HSL color Cylindrical-coordinate representation of color #D40CB9: hue angle of 308.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40CB9 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 185 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.17 |
| HSL | 308.1º | 0.89% | 0.44% | - |
| HSV(B) | 308.1º | 0.94% | 0.83% | - |
| XYZ | 36.04 | 17.76 | 47.43 | - |
| YUV | 91.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 185 | 0 | 0.94 | 0.13 | 0.17 | 308.1 | 0.89 | 0.44 |
| Hex | D4 | C | B9 | 0 | 5E | D | 11 | 134 | 59 | 2C |
| Octal | 324 | 14 | 271 | 0 | 136 | 15 | 21 | 464 | 131 | 54 |
| Binary | 11010100 | 1100 | 10111001 | 0 | 1011110 | 1101 | 10001 | 100110100 | 1011001 | 101100 |
Color Harmonies of #D40CB9
Complementary color
Monochromatic Colors of #D40CB9
Black with #D40CB9
Text Example
Text Example
White with #D40CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CB9; }
p { color: rgb(212,12,185); }
H1.HeaderClassName
{
color: #D40CB9;
}
.AnyTagClassName
{
color: #D40CB9;
}
</style>
background-color css
<style>
a { background-color: #D40CB9; }
a { background-color: rgb(212,12,185); }
div.DivClassName
{
background-color: #D40CB9;
}
.BgClassName
{
background-color: #D40CB9;
}
</style>
border-color css
<style>
span { border-color: #D40CB9; }
span { border-color: rgb(212,12,185); }
td.TdClassName
{
border-color: #D40CB9;
}
.TagClassName
{
border-color: #D40CB9;
}
</style>