Shades of Deep Magenta #D511BA
Tints of Deep Magenta #D511BA
RGB
CMYK
RGB Variations
Color information
#D511BA (or 0xD511BA) is known color: Deep Magenta. HEX triplet: D5, 11 and BA. RGB value is (213,17,186). Sum of RGB (Red+Green+Blue) = 213+17+186=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D511BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511BA is #2AEE45. Grayscale: #5E5E5E. Windows color (decimal): -2813510 or 12194261. OLE color: 12194261.
HSL color Cylindrical-coordinate representation of color #D511BA: hue angle of 308.27º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511BA is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 186 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.16 |
| HSL | 308.27º | 0.85% | 0.45% | - |
| HSV(B) | 308.27º | 0.92% | 0.84% | - |
| XYZ | 36.5 | 18.09 | 48.02 | - |
| YUV | 94.87 | 179.43 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 186 | 0 | 0.92 | 0.13 | 0.16 | 308.27 | 0.85 | 0.45 |
| Hex | D5 | 11 | BA | 0 | 5C | D | 10 | 134 | 55 | 2D |
| Octal | 325 | 21 | 272 | 0 | 134 | 15 | 20 | 464 | 125 | 55 |
| Binary | 11010101 | 10001 | 10111010 | 0 | 1011100 | 1101 | 10000 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D511BA
Complementary color
Monochromatic Colors of #D511BA
Black with #D511BA
Text Example
Text Example
White with #D511BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511BA; }
p { color: rgb(213,17,186); }
H1.HeaderClassName
{
color: #D511BA;
}
.AnyTagClassName
{
color: #D511BA;
}
</style>
background-color css
<style>
a { background-color: #D511BA; }
a { background-color: rgb(213,17,186); }
div.DivClassName
{
background-color: #D511BA;
}
.BgClassName
{
background-color: #D511BA;
}
</style>
border-color css
<style>
span { border-color: #D511BA; }
span { border-color: rgb(213,17,186); }
td.TdClassName
{
border-color: #D511BA;
}
.TagClassName
{
border-color: #D511BA;
}
</style>