Shades of Deep Magenta #D40DB7
Tints of Deep Magenta #D40DB7
RGB
CMYK
RGB Variations
Color information
#D40DB7 (or 0xD40DB7) is known color: Deep Magenta. HEX triplet: D4, 0D and B7. RGB value is (212,13,183). Sum of RGB (Red+Green+Blue) = 212+13+183=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DB7 is #2BF248. Grayscale: #5B5B5B. Windows color (decimal): -2880073 or 11996628. OLE color: 11996628.
HSL color Cylindrical-coordinate representation of color #D40DB7: hue angle of 308.74º degrees, saturation: 0.88, 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 #D40DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.17 |
| HSL | 308.74º | 0.88% | 0.44% | - |
| HSV(B) | 308.74º | 0.94% | 0.83% | - |
| XYZ | 35.84 | 17.7 | 46.33 | - |
| YUV | 91.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 183 | 0 | 0.94 | 0.14 | 0.17 | 308.74 | 0.88 | 0.44 |
| Hex | D4 | D | B7 | 0 | 5E | E | 11 | 135 | 58 | 2C |
| Octal | 324 | 15 | 267 | 0 | 136 | 16 | 21 | 465 | 130 | 54 |
| Binary | 11010100 | 1101 | 10110111 | 0 | 1011110 | 1110 | 10001 | 100110101 | 1011000 | 101100 |
Color Harmonies of #D40DB7
Complementary color
Monochromatic Colors of #D40DB7
Black with #D40DB7
Text Example
Text Example
White with #D40DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DB7; }
p { color: rgb(212,13,183); }
H1.HeaderClassName
{
color: #D40DB7;
}
.AnyTagClassName
{
color: #D40DB7;
}
</style>
background-color css
<style>
a { background-color: #D40DB7; }
a { background-color: rgb(212,13,183); }
div.DivClassName
{
background-color: #D40DB7;
}
.BgClassName
{
background-color: #D40DB7;
}
</style>
border-color css
<style>
span { border-color: #D40DB7; }
span { border-color: rgb(212,13,183); }
td.TdClassName
{
border-color: #D40DB7;
}
.TagClassName
{
border-color: #D40DB7;
}
</style>