Shades of Deep Magenta #D40FB8
Tints of Deep Magenta #D40FB8
RGB
CMYK
RGB Variations
Color information
#D40FB8 (or 0xD40FB8) is known color: Deep Magenta. HEX triplet: D4, 0F and B8. RGB value is (212,15,184). Sum of RGB (Red+Green+Blue) = 212+15+184=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FB8 is #2BF047. Grayscale: #5C5C5C. Windows color (decimal): -2879560 or 12062676. OLE color: 12062676.
HSL color Cylindrical-coordinate representation of color #D40FB8: hue angle of 308.53º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FB8 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 184 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.17 |
| HSL | 308.53º | 0.87% | 0.45% | - |
| HSV(B) | 308.53º | 0.93% | 0.83% | - |
| XYZ | 35.97 | 17.8 | 46.89 | - |
| YUV | 93.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 184 | 0 | 0.93 | 0.13 | 0.17 | 308.53 | 0.87 | 0.45 |
| Hex | D4 | F | B8 | 0 | 5D | D | 11 | 135 | 57 | 2D |
| Octal | 324 | 17 | 270 | 0 | 135 | 15 | 21 | 465 | 127 | 55 |
| Binary | 11010100 | 1111 | 10111000 | 0 | 1011101 | 1101 | 10001 | 100110101 | 1010111 | 101101 |
Color Harmonies of #D40FB8
Complementary color
Monochromatic Colors of #D40FB8
Black with #D40FB8
Text Example
Text Example
White with #D40FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FB8; }
p { color: rgb(212,15,184); }
H1.HeaderClassName
{
color: #D40FB8;
}
.AnyTagClassName
{
color: #D40FB8;
}
</style>
background-color css
<style>
a { background-color: #D40FB8; }
a { background-color: rgb(212,15,184); }
div.DivClassName
{
background-color: #D40FB8;
}
.BgClassName
{
background-color: #D40FB8;
}
</style>
border-color css
<style>
span { border-color: #D40FB8; }
span { border-color: rgb(212,15,184); }
td.TdClassName
{
border-color: #D40FB8;
}
.TagClassName
{
border-color: #D40FB8;
}
</style>