Shades of Deep Magenta #D51AB3
Tints of Deep Magenta #D51AB3
RGB
CMYK
RGB Variations
Color information
#D51AB3 (or 0xD51AB3) is known color: Deep Magenta. HEX triplet: D5, 1A and B3. RGB value is (213,26,179). Sum of RGB (Red+Green+Blue) = 213+26+179=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AB3 is #2AE54C. Grayscale: #626262. Windows color (decimal): -2811213 or 11737813. OLE color: 11737813.
HSL color Cylindrical-coordinate representation of color #D51AB3: hue angle of 310.91º 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 #D51AB3 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 179 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.16 |
| HSL | 310.91º | 0.78% | 0.47% | - |
| HSV(B) | 310.91º | 0.88% | 0.84% | - |
| XYZ | 35.95 | 18.14 | 44.25 | - |
| YUV | 99.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 179 | 0 | 0.88 | 0.16 | 0.16 | 310.91 | 0.78 | 0.47 |
| Hex | D5 | 1A | B3 | 0 | 58 | 10 | 10 | 137 | 4E | 2F |
| Octal | 325 | 32 | 263 | 0 | 130 | 20 | 20 | 467 | 116 | 57 |
| Binary | 11010101 | 11010 | 10110011 | 0 | 1011000 | 10000 | 10000 | 100110111 | 1001110 | 101111 |
Color Harmonies of #D51AB3
Complementary color
Monochromatic Colors of #D51AB3
Black with #D51AB3
Text Example
Text Example
White with #D51AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51AB3; }
p { color: rgb(213,26,179); }
H1.HeaderClassName
{
color: #D51AB3;
}
.AnyTagClassName
{
color: #D51AB3;
}
</style>
background-color css
<style>
a { background-color: #D51AB3; }
a { background-color: rgb(213,26,179); }
div.DivClassName
{
background-color: #D51AB3;
}
.BgClassName
{
background-color: #D51AB3;
}
</style>
border-color css
<style>
span { border-color: #D51AB3; }
span { border-color: rgb(213,26,179); }
td.TdClassName
{
border-color: #D51AB3;
}
.TagClassName
{
border-color: #D51AB3;
}
</style>