Shades of Deep Magenta #D501BA
Tints of Deep Magenta #D501BA
RGB
CMYK
RGB Variations
Color information
#D501BA (or 0xD501BA) is known color: Deep Magenta. HEX triplet: D5, 01 and BA. RGB value is (213,1,186). Sum of RGB (Red+Green+Blue) = 213+1+186=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D501BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501BA is #2AFE45. Grayscale: #545454. Windows color (decimal): -2817606 or 12190165. OLE color: 12190165.
HSL color Cylindrical-coordinate representation of color #D501BA: hue angle of 307.64º 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 #D501BA is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.16 |
| HSL | 307.64º | 0.99% | 0.42% | - |
| HSV(B) | 307.64º | 1% | 0.84% | - |
| XYZ | 36.31 | 17.71 | 47.96 | - |
| YUV | 85.48 | 184.74 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 186 | 0 | 1.00 | 0.13 | 0.16 | 307.64 | 0.99 | 0.42 |
| Hex | D5 | 1 | BA | 0 | 64 | D | 10 | 134 | 63 | 2A |
| Octal | 325 | 1 | 272 | 0 | 144 | 15 | 20 | 464 | 143 | 52 |
| Binary | 11010101 | 1 | 10111010 | 0 | 1100100 | 1101 | 10000 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D501BA
Complementary color
Monochromatic Colors of #D501BA
Black with #D501BA
Text Example
Text Example
White with #D501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501BA; }
p { color: rgb(213,1,186); }
H1.HeaderClassName
{
color: #D501BA;
}
.AnyTagClassName
{
color: #D501BA;
}
</style>
background-color css
<style>
a { background-color: #D501BA; }
a { background-color: rgb(213,1,186); }
div.DivClassName
{
background-color: #D501BA;
}
.BgClassName
{
background-color: #D501BA;
}
</style>
border-color css
<style>
span { border-color: #D501BA; }
span { border-color: rgb(213,1,186); }
td.TdClassName
{
border-color: #D501BA;
}
.TagClassName
{
border-color: #D501BA;
}
</style>