Shades of Deep Magenta #D51ABF
Tints of Deep Magenta #D51ABF
RGB
CMYK
RGB Variations
Color information
#D51ABF (or 0xD51ABF) is known color: Deep Magenta. HEX triplet: D5, 1A and BF. RGB value is (213,26,191). Sum of RGB (Red+Green+Blue) = 213+26+191=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ABF is #2AE540. Grayscale: #646464. Windows color (decimal): -2811201 or 12524245. OLE color: 12524245.
HSL color Cylindrical-coordinate representation of color #D51ABF: hue angle of 307.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51ABF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 191 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.16 |
| HSL | 307.06º | 0.78% | 0.47% | - |
| HSV(B) | 307.06º | 0.88% | 0.84% | - |
| XYZ | 37.21 | 18.65 | 50.93 | - |
| YUV | 100.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 191 | 0 | 0.88 | 0.10 | 0.16 | 307.06 | 0.78 | 0.47 |
| Hex | D5 | 1A | BF | 0 | 58 | A | 10 | 133 | 4E | 2F |
| Octal | 325 | 32 | 277 | 0 | 130 | 12 | 20 | 463 | 116 | 57 |
| Binary | 11010101 | 11010 | 10111111 | 0 | 1011000 | 1010 | 10000 | 100110011 | 1001110 | 101111 |
Color Harmonies of #D51ABF
Complementary color
Monochromatic Colors of #D51ABF
Black with #D51ABF
Text Example
Text Example
White with #D51ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51ABF; }
p { color: rgb(213,26,191); }
H1.HeaderClassName
{
color: #D51ABF;
}
.AnyTagClassName
{
color: #D51ABF;
}
</style>
background-color css
<style>
a { background-color: #D51ABF; }
a { background-color: rgb(213,26,191); }
div.DivClassName
{
background-color: #D51ABF;
}
.BgClassName
{
background-color: #D51ABF;
}
</style>
border-color css
<style>
span { border-color: #D51ABF; }
span { border-color: rgb(213,26,191); }
td.TdClassName
{
border-color: #D51ABF;
}
.TagClassName
{
border-color: #D51ABF;
}
</style>