Shades of Deep Magenta #D500BB
Tints of Deep Magenta #D500BB
RGB
CMYK
RGB Variations
Color information
#D500BB (or 0xD500BB) is known color: Deep Magenta. HEX triplet: D5, 00 and BB. RGB value is (213,0,187). Sum of RGB (Red+Green+Blue) = 213+0+187=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D500BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500BB is #2AFF44. Grayscale: #545454. Windows color (decimal): -2817861 or 12255445. OLE color: 12255445.
HSL color Cylindrical-coordinate representation of color #D500BB: hue angle of 307.32º 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 #D500BB is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.12 | 0.16 |
| HSL | 307.32º | 1% | 0.42% | - |
| HSV(B) | 307.32º | 1% | 0.84% | - |
| XYZ | 36.41 | 17.73 | 48.52 | - |
| YUV | 85.01 | 185.57 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 187 | 0 | 1 | 0.12 | 0.16 | 307.32 | 1 | 0.42 |
| Hex | D5 | 0 | BB | 0 | 64 | C | 10 | 133 | 64 | 2A |
| Octal | 325 | 0 | 273 | 0 | 144 | 14 | 20 | 463 | 144 | 52 |
| Binary | 11010101 | 0 | 10111011 | 0 | 1100100 | 1100 | 10000 | 100110011 | 1100100 | 101010 |
Color Harmonies of #D500BB
Complementary color
Monochromatic Colors of #D500BB
Black with #D500BB
Text Example
Text Example
White with #D500BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500BB; }
p { color: rgb(213,0,187); }
H1.HeaderClassName
{
color: #D500BB;
}
.AnyTagClassName
{
color: #D500BB;
}
</style>
background-color css
<style>
a { background-color: #D500BB; }
a { background-color: rgb(213,0,187); }
div.DivClassName
{
background-color: #D500BB;
}
.BgClassName
{
background-color: #D500BB;
}
</style>
border-color css
<style>
span { border-color: #D500BB; }
span { border-color: rgb(213,0,187); }
td.TdClassName
{
border-color: #D500BB;
}
.TagClassName
{
border-color: #D500BB;
}
</style>