Shades of Deep Magenta #D515BA
Tints of Deep Magenta #D515BA
RGB
CMYK
RGB Variations
Color information
#D515BA (or 0xD515BA) is known color: Deep Magenta. HEX triplet: D5, 15 and BA. RGB value is (213,21,186). Sum of RGB (Red+Green+Blue) = 213+21+186=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D515BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515BA is #2AEA45. Grayscale: #606060. Windows color (decimal): -2812486 or 12195285. OLE color: 12195285.
HSL color Cylindrical-coordinate representation of color #D515BA: hue angle of 308.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D515BA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.16 |
| HSL | 308.44º | 0.82% | 0.46% | - |
| HSV(B) | 308.44º | 0.9% | 0.84% | - |
| XYZ | 36.57 | 18.23 | 48.05 | - |
| YUV | 97.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 186 | 0 | 0.90 | 0.13 | 0.16 | 308.44 | 0.82 | 0.46 |
| Hex | D5 | 15 | BA | 0 | 5A | D | 10 | 134 | 52 | 2E |
| Octal | 325 | 25 | 272 | 0 | 132 | 15 | 20 | 464 | 122 | 56 |
| Binary | 11010101 | 10101 | 10111010 | 0 | 1011010 | 1101 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D515BA
Complementary color
Monochromatic Colors of #D515BA
Black with #D515BA
Text Example
Text Example
White with #D515BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515BA; }
p { color: rgb(213,21,186); }
H1.HeaderClassName
{
color: #D515BA;
}
.AnyTagClassName
{
color: #D515BA;
}
</style>
background-color css
<style>
a { background-color: #D515BA; }
a { background-color: rgb(213,21,186); }
div.DivClassName
{
background-color: #D515BA;
}
.BgClassName
{
background-color: #D515BA;
}
</style>
border-color css
<style>
span { border-color: #D515BA; }
span { border-color: rgb(213,21,186); }
td.TdClassName
{
border-color: #D515BA;
}
.TagClassName
{
border-color: #D515BA;
}
</style>