Shades of Deep Magenta #D901BA
Tints of Deep Magenta #D901BA
RGB
CMYK
RGB Variations
Color information
#D901BA (or 0xD901BA) is known color: Deep Magenta. HEX triplet: D9, 01 and BA. RGB value is (217,1,186). Sum of RGB (Red+Green+Blue) = 217+1+186=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D901BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901BA is #26FE45. Grayscale: #565656. Windows color (decimal): -2555462 or 12190169. OLE color: 12190169.
HSL color Cylindrical-coordinate representation of color #D901BA: hue angle of 308.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901BA is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.15 |
| HSL | 308.61º | 0.99% | 0.43% | - |
| HSV(B) | 308.61º | 1% | 0.85% | - |
| XYZ | 37.49 | 18.32 | 48.01 | - |
| YUV | 86.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 186 | 0 | 1.00 | 0.14 | 0.15 | 308.61 | 0.99 | 0.43 |
| Hex | D9 | 1 | BA | 0 | 64 | E | F | 135 | 63 | 2B |
| Octal | 331 | 1 | 272 | 0 | 144 | 16 | 17 | 465 | 143 | 53 |
| Binary | 11011001 | 1 | 10111010 | 0 | 1100100 | 1110 | 1111 | 100110101 | 1100011 | 101011 |
Color Harmonies of #D901BA
Complementary color
Monochromatic Colors of #D901BA
Black with #D901BA
Text Example
Text Example
White with #D901BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901BA; }
p { color: rgb(217,1,186); }
H1.HeaderClassName
{
color: #D901BA;
}
.AnyTagClassName
{
color: #D901BA;
}
</style>
background-color css
<style>
a { background-color: #D901BA; }
a { background-color: rgb(217,1,186); }
div.DivClassName
{
background-color: #D901BA;
}
.BgClassName
{
background-color: #D901BA;
}
</style>
border-color css
<style>
span { border-color: #D901BA; }
span { border-color: rgb(217,1,186); }
td.TdClassName
{
border-color: #D901BA;
}
.TagClassName
{
border-color: #D901BA;
}
</style>