Shades of Deep Magenta #D40FBF
Tints of Deep Magenta #D40FBF
RGB
CMYK
RGB Variations
Color information
#D40FBF (or 0xD40FBF) is known color: Deep Magenta. HEX triplet: D4, 0F and BF. RGB value is (212,15,191). Sum of RGB (Red+Green+Blue) = 212+15+191=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FBF is #2BF040. Grayscale: #5D5D5D. Windows color (decimal): -2879553 or 12521428. OLE color: 12521428.
HSL color Cylindrical-coordinate representation of color #D40FBF: hue angle of 306.4º 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 #D40FBF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 191 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.17 |
| HSL | 306.4º | 0.87% | 0.45% | - |
| HSV(B) | 306.4º | 0.93% | 0.83% | - |
| XYZ | 36.73 | 18.1 | 50.85 | - |
| YUV | 93.97 | 182.77 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 191 | 0 | 0.93 | 0.10 | 0.17 | 306.4 | 0.87 | 0.45 |
| Hex | D4 | F | BF | 0 | 5D | A | 11 | 132 | 57 | 2D |
| Octal | 324 | 17 | 277 | 0 | 135 | 12 | 21 | 462 | 127 | 55 |
| Binary | 11010100 | 1111 | 10111111 | 0 | 1011101 | 1010 | 10001 | 100110010 | 1010111 | 101101 |
Color Harmonies of #D40FBF
Complementary color
Monochromatic Colors of #D40FBF
Black with #D40FBF
Text Example
Text Example
White with #D40FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FBF; }
p { color: rgb(212,15,191); }
H1.HeaderClassName
{
color: #D40FBF;
}
.AnyTagClassName
{
color: #D40FBF;
}
</style>
background-color css
<style>
a { background-color: #D40FBF; }
a { background-color: rgb(212,15,191); }
div.DivClassName
{
background-color: #D40FBF;
}
.BgClassName
{
background-color: #D40FBF;
}
</style>
border-color css
<style>
span { border-color: #D40FBF; }
span { border-color: rgb(212,15,191); }
td.TdClassName
{
border-color: #D40FBF;
}
.TagClassName
{
border-color: #D40FBF;
}
</style>