Shades of Deep Magenta #D500BC
Tints of Deep Magenta #D500BC
RGB
CMYK
RGB Variations
Color information
#D500BC (or 0xD500BC) is known color: Deep Magenta. HEX triplet: D5, 00 and BC. RGB value is (213,0,188). Sum of RGB (Red+Green+Blue) = 213+0+188=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D500BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500BC is #2AFF43. Grayscale: #545454. Windows color (decimal): -2817860 or 12320981. OLE color: 12320981.
HSL color Cylindrical-coordinate representation of color #D500BC: hue angle of 307.04º 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 #D500BC is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.12 | 0.16 |
| HSL | 307.04º | 1% | 0.42% | - |
| HSV(B) | 307.04º | 1% | 0.84% | - |
| XYZ | 36.52 | 17.78 | 49.08 | - |
| YUV | 85.12 | 186.07 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 188 | 0 | 1 | 0.12 | 0.16 | 307.04 | 1 | 0.42 |
| Hex | D5 | 0 | BC | 0 | 64 | C | 10 | 133 | 64 | 2A |
| Octal | 325 | 0 | 274 | 0 | 144 | 14 | 20 | 463 | 144 | 52 |
| Binary | 11010101 | 0 | 10111100 | 0 | 1100100 | 1100 | 10000 | 100110011 | 1100100 | 101010 |
Color Harmonies of #D500BC
Complementary color
Monochromatic Colors of #D500BC
Black with #D500BC
Text Example
Text Example
White with #D500BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500BC; }
p { color: rgb(213,0,188); }
H1.HeaderClassName
{
color: #D500BC;
}
.AnyTagClassName
{
color: #D500BC;
}
</style>
background-color css
<style>
a { background-color: #D500BC; }
a { background-color: rgb(213,0,188); }
div.DivClassName
{
background-color: #D500BC;
}
.BgClassName
{
background-color: #D500BC;
}
</style>
border-color css
<style>
span { border-color: #D500BC; }
span { border-color: rgb(213,0,188); }
td.TdClassName
{
border-color: #D500BC;
}
.TagClassName
{
border-color: #D500BC;
}
</style>