Shades of Deep Magenta #D41DBF
Tints of Deep Magenta #D41DBF
RGB
CMYK
RGB Variations
Color information
#D41DBF (or 0xD41DBF) is known color: Deep Magenta. HEX triplet: D4, 1D and BF. RGB value is (212,29,191). Sum of RGB (Red+Green+Blue) = 212+29+191=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DBF is #2BE240. Grayscale: #656565. Windows color (decimal): -2875969 or 12525012. OLE color: 12525012.
HSL color Cylindrical-coordinate representation of color #D41DBF: hue angle of 306.89º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DBF is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 191 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.17 |
| HSL | 306.89º | 0.76% | 0.47% | - |
| HSV(B) | 306.89º | 0.86% | 0.83% | - |
| XYZ | 36.99 | 18.64 | 50.94 | - |
| YUV | 102.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 191 | 0 | 0.86 | 0.10 | 0.17 | 306.89 | 0.76 | 0.47 |
| Hex | D4 | 1D | BF | 0 | 56 | A | 11 | 133 | 4C | 2F |
| Octal | 324 | 35 | 277 | 0 | 126 | 12 | 21 | 463 | 114 | 57 |
| Binary | 11010100 | 11101 | 10111111 | 0 | 1010110 | 1010 | 10001 | 100110011 | 1001100 | 101111 |
Color Harmonies of #D41DBF
Complementary color
Monochromatic Colors of #D41DBF
Black with #D41DBF
Text Example
Text Example
White with #D41DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DBF; }
p { color: rgb(212,29,191); }
H1.HeaderClassName
{
color: #D41DBF;
}
.AnyTagClassName
{
color: #D41DBF;
}
</style>
background-color css
<style>
a { background-color: #D41DBF; }
a { background-color: rgb(212,29,191); }
div.DivClassName
{
background-color: #D41DBF;
}
.BgClassName
{
background-color: #D41DBF;
}
</style>
border-color css
<style>
span { border-color: #D41DBF; }
span { border-color: rgb(212,29,191); }
td.TdClassName
{
border-color: #D41DBF;
}
.TagClassName
{
border-color: #D41DBF;
}
</style>