Shades of Deep Magenta #D500B0
Tints of Deep Magenta #D500B0
RGB
CMYK
RGB Variations
Color information
#D500B0 (or 0xD500B0) is known color: Deep Magenta. HEX triplet: D5, 00 and B0. RGB value is (213,0,176). Sum of RGB (Red+Green+Blue) = 213+0+176=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D500B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500B0 is #2AFF4F. Grayscale: #535353. Windows color (decimal): -2817872 or 11534549. OLE color: 11534549.
HSL color Cylindrical-coordinate representation of color #D500B0: hue angle of 310.42º 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 #D500B0 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.17 | 0.16 |
| HSL | 310.42º | 1% | 0.42% | - |
| HSV(B) | 310.42º | 1% | 0.84% | - |
| XYZ | 35.28 | 17.28 | 42.55 | - |
| YUV | 83.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 176 | 0 | 1 | 0.17 | 0.16 | 310.42 | 1 | 0.42 |
| Hex | D5 | 0 | B0 | 0 | 64 | 11 | 10 | 136 | 64 | 2A |
| Octal | 325 | 0 | 260 | 0 | 144 | 21 | 20 | 466 | 144 | 52 |
| Binary | 11010101 | 0 | 10110000 | 0 | 1100100 | 10001 | 10000 | 100110110 | 1100100 | 101010 |
Color Harmonies of #D500B0
Complementary color
Monochromatic Colors of #D500B0
Black with #D500B0
Text Example
Text Example
White with #D500B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500B0; }
p { color: rgb(213,0,176); }
H1.HeaderClassName
{
color: #D500B0;
}
.AnyTagClassName
{
color: #D500B0;
}
</style>
background-color css
<style>
a { background-color: #D500B0; }
a { background-color: rgb(213,0,176); }
div.DivClassName
{
background-color: #D500B0;
}
.BgClassName
{
background-color: #D500B0;
}
</style>
border-color css
<style>
span { border-color: #D500B0; }
span { border-color: rgb(213,0,176); }
td.TdClassName
{
border-color: #D500B0;
}
.TagClassName
{
border-color: #D500B0;
}
</style>