Shades of Deep Magenta #D500BE
Tints of Deep Magenta #D500BE
RGB
CMYK
RGB Variations
Color information
#D500BE (or 0xD500BE) is known color: Deep Magenta. HEX triplet: D5, 00 and BE. RGB value is (213,0,190). Sum of RGB (Red+Green+Blue) = 213+0+190=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D500BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500BE is #2AFF41. Grayscale: #545454. Windows color (decimal): -2817858 or 12452053. OLE color: 12452053.
HSL color Cylindrical-coordinate representation of color #D500BE: hue angle of 306.48º 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 #D500BE is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.11 | 0.16 |
| HSL | 306.48º | 1% | 0.42% | - |
| HSV(B) | 306.48º | 1% | 0.84% | - |
| XYZ | 36.73 | 17.86 | 50.23 | - |
| YUV | 85.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 190 | 0 | 1 | 0.11 | 0.16 | 306.48 | 1 | 0.42 |
| Hex | D5 | 0 | BE | 0 | 64 | B | 10 | 132 | 64 | 2A |
| Octal | 325 | 0 | 276 | 0 | 144 | 13 | 20 | 462 | 144 | 52 |
| Binary | 11010101 | 0 | 10111110 | 0 | 1100100 | 1011 | 10000 | 100110010 | 1100100 | 101010 |
Color Harmonies of #D500BE
Complementary color
Monochromatic Colors of #D500BE
Black with #D500BE
Text Example
Text Example
White with #D500BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500BE; }
p { color: rgb(213,0,190); }
H1.HeaderClassName
{
color: #D500BE;
}
.AnyTagClassName
{
color: #D500BE;
}
</style>
background-color css
<style>
a { background-color: #D500BE; }
a { background-color: rgb(213,0,190); }
div.DivClassName
{
background-color: #D500BE;
}
.BgClassName
{
background-color: #D500BE;
}
</style>
border-color css
<style>
span { border-color: #D500BE; }
span { border-color: rgb(213,0,190); }
td.TdClassName
{
border-color: #D500BE;
}
.TagClassName
{
border-color: #D500BE;
}
</style>