Shades of Deep Magenta #D501BD
Tints of Deep Magenta #D501BD
RGB
CMYK
RGB Variations
Color information
#D501BD (or 0xD501BD) is known color: Deep Magenta. HEX triplet: D5, 01 and BD. RGB value is (213,1,189). Sum of RGB (Red+Green+Blue) = 213+1+189=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D501BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501BD is #2AFE42. Grayscale: #555555. Windows color (decimal): -2817603 or 12386773. OLE color: 12386773.
HSL color Cylindrical-coordinate representation of color #D501BD: hue angle of 306.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501BD is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.16 |
| HSL | 306.79º | 0.99% | 0.42% | - |
| HSV(B) | 306.79º | 1% | 0.84% | - |
| XYZ | 36.64 | 17.84 | 49.66 | - |
| YUV | 85.82 | 186.24 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 189 | 0 | 1.00 | 0.11 | 0.16 | 306.79 | 0.99 | 0.42 |
| Hex | D5 | 1 | BD | 0 | 64 | B | 10 | 133 | 63 | 2A |
| Octal | 325 | 1 | 275 | 0 | 144 | 13 | 20 | 463 | 143 | 52 |
| Binary | 11010101 | 1 | 10111101 | 0 | 1100100 | 1011 | 10000 | 100110011 | 1100011 | 101010 |
Color Harmonies of #D501BD
Complementary color
Monochromatic Colors of #D501BD
Black with #D501BD
Text Example
Text Example
White with #D501BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501BD; }
p { color: rgb(213,1,189); }
H1.HeaderClassName
{
color: #D501BD;
}
.AnyTagClassName
{
color: #D501BD;
}
</style>
background-color css
<style>
a { background-color: #D501BD; }
a { background-color: rgb(213,1,189); }
div.DivClassName
{
background-color: #D501BD;
}
.BgClassName
{
background-color: #D501BD;
}
</style>
border-color css
<style>
span { border-color: #D501BD; }
span { border-color: rgb(213,1,189); }
td.TdClassName
{
border-color: #D501BD;
}
.TagClassName
{
border-color: #D501BD;
}
</style>