Shades of Deep Magenta #D500BA
Tints of Deep Magenta #D500BA
RGB
CMYK
RGB Variations
Color information
#D500BA (or 0xD500BA) is known color: Deep Magenta. HEX triplet: D5, 00 and BA. RGB value is (213,0,186). Sum of RGB (Red+Green+Blue) = 213+0+186=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D500BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500BA is #2AFF45. Grayscale: #545454. Windows color (decimal): -2817862 or 12189909. OLE color: 12189909.
HSL color Cylindrical-coordinate representation of color #D500BA: hue angle of 307.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500BA is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.13 | 0.16 |
| HSL | 307.61º | 1% | 0.42% | - |
| HSV(B) | 307.61º | 1% | 0.84% | - |
| XYZ | 36.3 | 17.69 | 47.96 | - |
| YUV | 84.89 | 185.07 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 186 | 0 | 1 | 0.13 | 0.16 | 307.61 | 1 | 0.42 |
| Hex | D5 | 0 | BA | 0 | 64 | D | 10 | 134 | 64 | 2A |
| Octal | 325 | 0 | 272 | 0 | 144 | 15 | 20 | 464 | 144 | 52 |
| Binary | 11010101 | 0 | 10111010 | 0 | 1100100 | 1101 | 10000 | 100110100 | 1100100 | 101010 |
Color Harmonies of #D500BA
Complementary color
Monochromatic Colors of #D500BA
Black with #D500BA
Text Example
Text Example
White with #D500BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500BA; }
p { color: rgb(213,0,186); }
H1.HeaderClassName
{
color: #D500BA;
}
.AnyTagClassName
{
color: #D500BA;
}
</style>
background-color css
<style>
a { background-color: #D500BA; }
a { background-color: rgb(213,0,186); }
div.DivClassName
{
background-color: #D500BA;
}
.BgClassName
{
background-color: #D500BA;
}
</style>
border-color css
<style>
span { border-color: #D500BA; }
span { border-color: rgb(213,0,186); }
td.TdClassName
{
border-color: #D500BA;
}
.TagClassName
{
border-color: #D500BA;
}
</style>