Shades of Deep Magenta #D40FBE
Tints of Deep Magenta #D40FBE
RGB
CMYK
RGB Variations
Color information
#D40FBE (or 0xD40FBE) is known color: Deep Magenta. HEX triplet: D4, 0F and BE. RGB value is (212,15,190). Sum of RGB (Red+Green+Blue) = 212+15+190=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FBE is #2BF041. Grayscale: #5D5D5D. Windows color (decimal): -2879554 or 12455892. OLE color: 12455892.
HSL color Cylindrical-coordinate representation of color #D40FBE: hue angle of 306.7º 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 #D40FBE is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.17 |
| HSL | 306.7º | 0.87% | 0.45% | - |
| HSV(B) | 306.7º | 0.93% | 0.83% | - |
| XYZ | 36.62 | 18.06 | 50.27 | - |
| YUV | 93.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 190 | 0 | 0.93 | 0.10 | 0.17 | 306.7 | 0.87 | 0.45 |
| Hex | D4 | F | BE | 0 | 5D | A | 11 | 133 | 57 | 2D |
| Octal | 324 | 17 | 276 | 0 | 135 | 12 | 21 | 463 | 127 | 55 |
| Binary | 11010100 | 1111 | 10111110 | 0 | 1011101 | 1010 | 10001 | 100110011 | 1010111 | 101101 |
Color Harmonies of #D40FBE
Complementary color
Monochromatic Colors of #D40FBE
Black with #D40FBE
Text Example
Text Example
White with #D40FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FBE; }
p { color: rgb(212,15,190); }
H1.HeaderClassName
{
color: #D40FBE;
}
.AnyTagClassName
{
color: #D40FBE;
}
</style>
background-color css
<style>
a { background-color: #D40FBE; }
a { background-color: rgb(212,15,190); }
div.DivClassName
{
background-color: #D40FBE;
}
.BgClassName
{
background-color: #D40FBE;
}
</style>
border-color css
<style>
span { border-color: #D40FBE; }
span { border-color: rgb(212,15,190); }
td.TdClassName
{
border-color: #D40FBE;
}
.TagClassName
{
border-color: #D40FBE;
}
</style>