Shades of Deep Magenta #D41BAF
Tints of Deep Magenta #D41BAF
RGB
CMYK
RGB Variations
Color information
#D41BAF (or 0xD41BAF) is known color: Deep Magenta. HEX triplet: D4, 1B and AF. RGB value is (212,27,175). Sum of RGB (Red+Green+Blue) = 212+27+175=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41BAF is #2BE450. Grayscale: #626262. Windows color (decimal): -2876497 or 11475924. OLE color: 11475924.
HSL color Cylindrical-coordinate representation of color #D41BAF: hue angle of 312º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41BAF is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 175 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.17 |
| HSL | 312º | 0.77% | 0.47% | - |
| HSV(B) | 312º | 0.87% | 0.83% | - |
| XYZ | 35.28 | 17.88 | 42.15 | - |
| YUV | 99.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 175 | 0 | 0.87 | 0.17 | 0.17 | 312 | 0.77 | 0.47 |
| Hex | D4 | 1B | AF | 0 | 57 | 11 | 11 | 138 | 4D | 2F |
| Octal | 324 | 33 | 257 | 0 | 127 | 21 | 21 | 470 | 115 | 57 |
| Binary | 11010100 | 11011 | 10101111 | 0 | 1010111 | 10001 | 10001 | 100111000 | 1001101 | 101111 |
Color Harmonies of #D41BAF
Complementary color
Monochromatic Colors of #D41BAF
Black with #D41BAF
Text Example
Text Example
White with #D41BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BAF; }
p { color: rgb(212,27,175); }
H1.HeaderClassName
{
color: #D41BAF;
}
.AnyTagClassName
{
color: #D41BAF;
}
</style>
background-color css
<style>
a { background-color: #D41BAF; }
a { background-color: rgb(212,27,175); }
div.DivClassName
{
background-color: #D41BAF;
}
.BgClassName
{
background-color: #D41BAF;
}
</style>
border-color css
<style>
span { border-color: #D41BAF; }
span { border-color: rgb(212,27,175); }
td.TdClassName
{
border-color: #D41BAF;
}
.TagClassName
{
border-color: #D41BAF;
}
</style>