Shades of Deep Magenta #D721B9
Tints of Deep Magenta #D721B9
RGB
CMYK
RGB Variations
Color information
#D721B9 (or 0xD721B9) is known color: Deep Magenta. HEX triplet: D7, 21 and B9. RGB value is (215,33,185). Sum of RGB (Red+Green+Blue) = 215+33+185=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D721B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721B9 is #28DE46. Grayscale: #686868. Windows color (decimal): -2678343 or 12132823. OLE color: 12132823.
HSL color Cylindrical-coordinate representation of color #D721B9: hue angle of 309.89º 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 #D721B9 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 185 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.16 |
| HSL | 309.89º | 0.73% | 0.49% | - |
| HSV(B) | 309.89º | 0.85% | 0.84% | - |
| XYZ | 37.33 | 19.04 | 47.61 | - |
| YUV | 104.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 185 | 0 | 0.85 | 0.14 | 0.16 | 309.89 | 0.73 | 0.49 |
| Hex | D7 | 21 | B9 | 0 | 55 | E | 10 | 136 | 49 | 31 |
| Octal | 327 | 41 | 271 | 0 | 125 | 16 | 20 | 466 | 111 | 61 |
| Binary | 11010111 | 100001 | 10111001 | 0 | 1010101 | 1110 | 10000 | 100110110 | 1001001 | 110001 |
Color Harmonies of #D721B9
Complementary color
Monochromatic Colors of #D721B9
Black with #D721B9
Text Example
Text Example
White with #D721B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D721B9; }
p { color: rgb(215,33,185); }
H1.HeaderClassName
{
color: #D721B9;
}
.AnyTagClassName
{
color: #D721B9;
}
</style>
background-color css
<style>
a { background-color: #D721B9; }
a { background-color: rgb(215,33,185); }
div.DivClassName
{
background-color: #D721B9;
}
.BgClassName
{
background-color: #D721B9;
}
</style>
border-color css
<style>
span { border-color: #D721B9; }
span { border-color: rgb(215,33,185); }
td.TdClassName
{
border-color: #D721B9;
}
.TagClassName
{
border-color: #D721B9;
}
</style>