Shades of Deep Magenta #D41ABC
Tints of Deep Magenta #D41ABC
RGB
CMYK
RGB Variations
Color information
#D41ABC (or 0xD41ABC) is known color: Deep Magenta. HEX triplet: D4, 1A and BC. RGB value is (212,26,188). Sum of RGB (Red+Green+Blue) = 212+26+188=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ABC is #2BE543. Grayscale: #636363. Windows color (decimal): -2876740 or 12327636. OLE color: 12327636.
HSL color Cylindrical-coordinate representation of color #D41ABC: hue angle of 307.74º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ABC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 188 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.17 |
| HSL | 307.74º | 0.78% | 0.47% | - |
| HSV(B) | 307.74º | 0.88% | 0.83% | - |
| XYZ | 36.6 | 18.37 | 49.19 | - |
| YUV | 100.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 188 | 0 | 0.88 | 0.11 | 0.17 | 307.74 | 0.78 | 0.47 |
| Hex | D4 | 1A | BC | 0 | 58 | B | 11 | 134 | 4E | 2F |
| Octal | 324 | 32 | 274 | 0 | 130 | 13 | 21 | 464 | 116 | 57 |
| Binary | 11010100 | 11010 | 10111100 | 0 | 1011000 | 1011 | 10001 | 100110100 | 1001110 | 101111 |
Color Harmonies of #D41ABC
Complementary color
Monochromatic Colors of #D41ABC
Black with #D41ABC
Text Example
Text Example
White with #D41ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ABC; }
p { color: rgb(212,26,188); }
H1.HeaderClassName
{
color: #D41ABC;
}
.AnyTagClassName
{
color: #D41ABC;
}
</style>
background-color css
<style>
a { background-color: #D41ABC; }
a { background-color: rgb(212,26,188); }
div.DivClassName
{
background-color: #D41ABC;
}
.BgClassName
{
background-color: #D41ABC;
}
</style>
border-color css
<style>
span { border-color: #D41ABC; }
span { border-color: rgb(212,26,188); }
td.TdClassName
{
border-color: #D41ABC;
}
.TagClassName
{
border-color: #D41ABC;
}
</style>