Shades of Deep Magenta #D51ABB
Tints of Deep Magenta #D51ABB
RGB
CMYK
RGB Variations
Color information
#D51ABB (or 0xD51ABB) is known color: Deep Magenta. HEX triplet: D5, 1A and BB. RGB value is (213,26,187). Sum of RGB (Red+Green+Blue) = 213+26+187=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ABB is #2AE544. Grayscale: #636363. Windows color (decimal): -2811205 or 12262101. OLE color: 12262101.
HSL color Cylindrical-coordinate representation of color #D51ABB: hue angle of 308.34º 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 #D51ABB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.16 |
| HSL | 308.34º | 0.78% | 0.47% | - |
| HSV(B) | 308.34º | 0.88% | 0.84% | - |
| XYZ | 36.78 | 18.47 | 48.64 | - |
| YUV | 100.27 | 176.95 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 187 | 0 | 0.88 | 0.12 | 0.16 | 308.34 | 0.78 | 0.47 |
| Hex | D5 | 1A | BB | 0 | 58 | C | 10 | 134 | 4E | 2F |
| Octal | 325 | 32 | 273 | 0 | 130 | 14 | 20 | 464 | 116 | 57 |
| Binary | 11010101 | 11010 | 10111011 | 0 | 1011000 | 1100 | 10000 | 100110100 | 1001110 | 101111 |
Color Harmonies of #D51ABB
Complementary color
Monochromatic Colors of #D51ABB
Black with #D51ABB
Text Example
Text Example
White with #D51ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51ABB; }
p { color: rgb(213,26,187); }
H1.HeaderClassName
{
color: #D51ABB;
}
.AnyTagClassName
{
color: #D51ABB;
}
</style>
background-color css
<style>
a { background-color: #D51ABB; }
a { background-color: rgb(213,26,187); }
div.DivClassName
{
background-color: #D51ABB;
}
.BgClassName
{
background-color: #D51ABB;
}
</style>
border-color css
<style>
span { border-color: #D51ABB; }
span { border-color: rgb(213,26,187); }
td.TdClassName
{
border-color: #D51ABB;
}
.TagClassName
{
border-color: #D51ABB;
}
</style>