Shades of Deep Magenta #D40DBF
Tints of Deep Magenta #D40DBF
RGB
CMYK
RGB Variations
Color information
#D40DBF (or 0xD40DBF) is known color: Deep Magenta. HEX triplet: D4, 0D and BF. RGB value is (212,13,191). Sum of RGB (Red+Green+Blue) = 212+13+191=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DBF is #2BF240. Grayscale: #5C5C5C. Windows color (decimal): -2880065 or 12520916. OLE color: 12520916.
HSL color Cylindrical-coordinate representation of color #D40DBF: hue angle of 306.33º 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 #D40DBF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.17 |
| HSL | 306.33º | 0.88% | 0.44% | - |
| HSV(B) | 306.33º | 0.94% | 0.83% | - |
| XYZ | 36.7 | 18.05 | 50.84 | - |
| YUV | 92.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 191 | 0 | 0.94 | 0.10 | 0.17 | 306.33 | 0.88 | 0.44 |
| Hex | D4 | D | BF | 0 | 5E | A | 11 | 132 | 58 | 2C |
| Octal | 324 | 15 | 277 | 0 | 136 | 12 | 21 | 462 | 130 | 54 |
| Binary | 11010100 | 1101 | 10111111 | 0 | 1011110 | 1010 | 10001 | 100110010 | 1011000 | 101100 |
Color Harmonies of #D40DBF
Complementary color
Monochromatic Colors of #D40DBF
Black with #D40DBF
Text Example
Text Example
White with #D40DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DBF; }
p { color: rgb(212,13,191); }
H1.HeaderClassName
{
color: #D40DBF;
}
.AnyTagClassName
{
color: #D40DBF;
}
</style>
background-color css
<style>
a { background-color: #D40DBF; }
a { background-color: rgb(212,13,191); }
div.DivClassName
{
background-color: #D40DBF;
}
.BgClassName
{
background-color: #D40DBF;
}
</style>
border-color css
<style>
span { border-color: #D40DBF; }
span { border-color: rgb(212,13,191); }
td.TdClassName
{
border-color: #D40DBF;
}
.TagClassName
{
border-color: #D40DBF;
}
</style>