Shades of Deep Magenta #D40CB5
Tints of Deep Magenta #D40CB5
RGB
CMYK
RGB Variations
Color information
#D40CB5 (or 0xD40CB5) is known color: Deep Magenta. HEX triplet: D4, 0C and B5. RGB value is (212,12,181). Sum of RGB (Red+Green+Blue) = 212+12+181=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CB5 is #2BF34A. Grayscale: #5A5A5A. Windows color (decimal): -2880331 or 11865300. OLE color: 11865300.
HSL color Cylindrical-coordinate representation of color #D40CB5: hue angle of 309.3º 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 #D40CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.17 |
| HSL | 309.3º | 0.89% | 0.44% | - |
| HSV(B) | 309.3º | 0.94% | 0.83% | - |
| XYZ | 35.62 | 17.6 | 45.23 | - |
| YUV | 91.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 181 | 0 | 0.94 | 0.15 | 0.17 | 309.3 | 0.89 | 0.44 |
| Hex | D4 | C | B5 | 0 | 5E | F | 11 | 135 | 59 | 2C |
| Octal | 324 | 14 | 265 | 0 | 136 | 17 | 21 | 465 | 131 | 54 |
| Binary | 11010100 | 1100 | 10110101 | 0 | 1011110 | 1111 | 10001 | 100110101 | 1011001 | 101100 |
Color Harmonies of #D40CB5
Complementary color
Monochromatic Colors of #D40CB5
Black with #D40CB5
Text Example
Text Example
White with #D40CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CB5; }
p { color: rgb(212,12,181); }
H1.HeaderClassName
{
color: #D40CB5;
}
.AnyTagClassName
{
color: #D40CB5;
}
</style>
background-color css
<style>
a { background-color: #D40CB5; }
a { background-color: rgb(212,12,181); }
div.DivClassName
{
background-color: #D40CB5;
}
.BgClassName
{
background-color: #D40CB5;
}
</style>
border-color css
<style>
span { border-color: #D40CB5; }
span { border-color: rgb(212,12,181); }
td.TdClassName
{
border-color: #D40CB5;
}
.TagClassName
{
border-color: #D40CB5;
}
</style>