Shades of Deep Magenta #D720BF
Tints of Deep Magenta #D720BF
RGB
CMYK
RGB Variations
Color information
#D720BF (or 0xD720BF) is known color: Deep Magenta. HEX triplet: D7, 20 and BF. RGB value is (215,32,191). Sum of RGB (Red+Green+Blue) = 215+32+191=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D720BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720BF is #28DF40. Grayscale: #686868. Windows color (decimal): -2678593 or 12525783. OLE color: 12525783.
HSL color Cylindrical-coordinate representation of color #D720BF: hue angle of 307.87º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720BF is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 191 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.16 |
| HSL | 307.87º | 0.74% | 0.48% | - |
| HSV(B) | 307.87º | 0.85% | 0.84% | - |
| XYZ | 37.94 | 19.24 | 51 | - |
| YUV | 104.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 191 | 0 | 0.85 | 0.11 | 0.16 | 307.87 | 0.74 | 0.48 |
| Hex | D7 | 20 | BF | 0 | 55 | B | 10 | 134 | 4A | 30 |
| Octal | 327 | 40 | 277 | 0 | 125 | 13 | 20 | 464 | 112 | 60 |
| Binary | 11010111 | 100000 | 10111111 | 0 | 1010101 | 1011 | 10000 | 100110100 | 1001010 | 110000 |
Color Harmonies of #D720BF
Complementary color
Monochromatic Colors of #D720BF
Black with #D720BF
Text Example
Text Example
White with #D720BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720BF; }
p { color: rgb(215,32,191); }
H1.HeaderClassName
{
color: #D720BF;
}
.AnyTagClassName
{
color: #D720BF;
}
</style>
background-color css
<style>
a { background-color: #D720BF; }
a { background-color: rgb(215,32,191); }
div.DivClassName
{
background-color: #D720BF;
}
.BgClassName
{
background-color: #D720BF;
}
</style>
border-color css
<style>
span { border-color: #D720BF; }
span { border-color: rgb(215,32,191); }
td.TdClassName
{
border-color: #D720BF;
}
.TagClassName
{
border-color: #D720BF;
}
</style>