Shades of Deep Magenta #D41DBA
Tints of Deep Magenta #D41DBA
RGB
CMYK
RGB Variations
Color information
#D41DBA (or 0xD41DBA) is known color: Deep Magenta. HEX triplet: D4, 1D and BA. RGB value is (212,29,186). Sum of RGB (Red+Green+Blue) = 212+29+186=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DBA is #2BE245. Grayscale: #656565. Windows color (decimal): -2875974 or 12197332. OLE color: 12197332.
HSL color Cylindrical-coordinate representation of color #D41DBA: hue angle of 308.52º 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 #D41DBA is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 186 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.17 |
| HSL | 308.52º | 0.76% | 0.47% | - |
| HSV(B) | 308.52º | 0.86% | 0.83% | - |
| XYZ | 36.45 | 18.42 | 48.09 | - |
| YUV | 101.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 186 | 0 | 0.86 | 0.12 | 0.17 | 308.52 | 0.76 | 0.47 |
| Hex | D4 | 1D | BA | 0 | 56 | C | 11 | 135 | 4C | 2F |
| Octal | 324 | 35 | 272 | 0 | 126 | 14 | 21 | 465 | 114 | 57 |
| Binary | 11010100 | 11101 | 10111010 | 0 | 1010110 | 1100 | 10001 | 100110101 | 1001100 | 101111 |
Color Harmonies of #D41DBA
Complementary color
Monochromatic Colors of #D41DBA
Black with #D41DBA
Text Example
Text Example
White with #D41DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DBA; }
p { color: rgb(212,29,186); }
H1.HeaderClassName
{
color: #D41DBA;
}
.AnyTagClassName
{
color: #D41DBA;
}
</style>
background-color css
<style>
a { background-color: #D41DBA; }
a { background-color: rgb(212,29,186); }
div.DivClassName
{
background-color: #D41DBA;
}
.BgClassName
{
background-color: #D41DBA;
}
</style>
border-color css
<style>
span { border-color: #D41DBA; }
span { border-color: rgb(212,29,186); }
td.TdClassName
{
border-color: #D41DBA;
}
.TagClassName
{
border-color: #D41DBA;
}
</style>