Shades of Deep Magenta #D500BF
Tints of Deep Magenta #D500BF
RGB
CMYK
RGB Variations
Color information
#D500BF (or 0xD500BF) is known color: Deep Magenta. HEX triplet: D5, 00 and BF. RGB value is (213,0,191). Sum of RGB (Red+Green+Blue) = 213+0+191=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D500BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500BF is #2AFF40. Grayscale: #545454. Windows color (decimal): -2817857 or 12517589. OLE color: 12517589.
HSL color Cylindrical-coordinate representation of color #D500BF: hue angle of 306.2º 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 #D500BF is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.10 | 0.16 |
| HSL | 306.2º | 1% | 0.42% | - |
| HSV(B) | 306.2º | 1% | 0.84% | - |
| XYZ | 36.84 | 17.91 | 50.8 | - |
| YUV | 85.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 191 | 0 | 1 | 0.10 | 0.16 | 306.2 | 1 | 0.42 |
| Hex | D5 | 0 | BF | 0 | 64 | A | 10 | 132 | 64 | 2A |
| Octal | 325 | 0 | 277 | 0 | 144 | 12 | 20 | 462 | 144 | 52 |
| Binary | 11010101 | 0 | 10111111 | 0 | 1100100 | 1010 | 10000 | 100110010 | 1100100 | 101010 |
Color Harmonies of #D500BF
Complementary color
Monochromatic Colors of #D500BF
Black with #D500BF
Text Example
Text Example
White with #D500BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500BF; }
p { color: rgb(213,0,191); }
H1.HeaderClassName
{
color: #D500BF;
}
.AnyTagClassName
{
color: #D500BF;
}
</style>
background-color css
<style>
a { background-color: #D500BF; }
a { background-color: rgb(213,0,191); }
div.DivClassName
{
background-color: #D500BF;
}
.BgClassName
{
background-color: #D500BF;
}
</style>
border-color css
<style>
span { border-color: #D500BF; }
span { border-color: rgb(213,0,191); }
td.TdClassName
{
border-color: #D500BF;
}
.TagClassName
{
border-color: #D500BF;
}
</style>