Shades of Deep Magenta #D40FB4
Tints of Deep Magenta #D40FB4
RGB
CMYK
RGB Variations
Color information
#D40FB4 (or 0xD40FB4) is known color: Deep Magenta. HEX triplet: D4, 0F and B4. RGB value is (212,15,180). Sum of RGB (Red+Green+Blue) = 212+15+180=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FB4 is #2BF04B. Grayscale: #5C5C5C. Windows color (decimal): -2879564 or 11800532. OLE color: 11800532.
HSL color Cylindrical-coordinate representation of color #D40FB4: hue angle of 309.75º 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 #D40FB4 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 180 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.17 |
| HSL | 309.75º | 0.87% | 0.45% | - |
| HSV(B) | 309.75º | 0.93% | 0.83% | - |
| XYZ | 35.56 | 17.63 | 44.71 | - |
| YUV | 92.71 | 177.27 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 180 | 0 | 0.93 | 0.15 | 0.17 | 309.75 | 0.87 | 0.45 |
| Hex | D4 | F | B4 | 0 | 5D | F | 11 | 136 | 57 | 2D |
| Octal | 324 | 17 | 264 | 0 | 135 | 17 | 21 | 466 | 127 | 55 |
| Binary | 11010100 | 1111 | 10110100 | 0 | 1011101 | 1111 | 10001 | 100110110 | 1010111 | 101101 |
Color Harmonies of #D40FB4
Complementary color
Monochromatic Colors of #D40FB4
Black with #D40FB4
Text Example
Text Example
White with #D40FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FB4; }
p { color: rgb(212,15,180); }
H1.HeaderClassName
{
color: #D40FB4;
}
.AnyTagClassName
{
color: #D40FB4;
}
</style>
background-color css
<style>
a { background-color: #D40FB4; }
a { background-color: rgb(212,15,180); }
div.DivClassName
{
background-color: #D40FB4;
}
.BgClassName
{
background-color: #D40FB4;
}
</style>
border-color css
<style>
span { border-color: #D40FB4; }
span { border-color: rgb(212,15,180); }
td.TdClassName
{
border-color: #D40FB4;
}
.TagClassName
{
border-color: #D40FB4;
}
</style>