Shades of Deep Magenta #D721BA
Tints of Deep Magenta #D721BA
RGB
CMYK
RGB Variations
Color information
#D721BA (or 0xD721BA) is known color: Deep Magenta. HEX triplet: D7, 21 and BA. RGB value is (215,33,186). Sum of RGB (Red+Green+Blue) = 215+33+186=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D721BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721BA is #28DE45. Grayscale: #686868. Windows color (decimal): -2678342 or 12198359. OLE color: 12198359.
HSL color Cylindrical-coordinate representation of color #D721BA: hue angle of 309.56º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D721BA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 186 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.16 |
| HSL | 309.56º | 0.73% | 0.49% | - |
| HSV(B) | 309.56º | 0.85% | 0.84% | - |
| XYZ | 37.43 | 19.08 | 48.16 | - |
| YUV | 104.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 186 | 0 | 0.85 | 0.13 | 0.16 | 309.56 | 0.73 | 0.49 |
| Hex | D7 | 21 | BA | 0 | 55 | D | 10 | 136 | 49 | 31 |
| Octal | 327 | 41 | 272 | 0 | 125 | 15 | 20 | 466 | 111 | 61 |
| Binary | 11010111 | 100001 | 10111010 | 0 | 1010101 | 1101 | 10000 | 100110110 | 1001001 | 110001 |
Color Harmonies of #D721BA
Complementary color
Monochromatic Colors of #D721BA
Black with #D721BA
Text Example
Text Example
White with #D721BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D721BA; }
p { color: rgb(215,33,186); }
H1.HeaderClassName
{
color: #D721BA;
}
.AnyTagClassName
{
color: #D721BA;
}
</style>
background-color css
<style>
a { background-color: #D721BA; }
a { background-color: rgb(215,33,186); }
div.DivClassName
{
background-color: #D721BA;
}
.BgClassName
{
background-color: #D721BA;
}
</style>
border-color css
<style>
span { border-color: #D721BA; }
span { border-color: rgb(215,33,186); }
td.TdClassName
{
border-color: #D721BA;
}
.TagClassName
{
border-color: #D721BA;
}
</style>