Shades of Deep Magenta #D72BDF
Tints of Deep Magenta #D72BDF
RGB
CMYK
RGB Variations
Color information
#D72BDF (or 0xD72BDF) is known color: Deep Magenta. HEX triplet: D7, 2B and DF. RGB value is (215,43,223). Sum of RGB (Red+Green+Blue) = 215+43+223=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #D72BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BDF is #28D420. Grayscale: #727272. Windows color (decimal): -2675745 or 14625751. OLE color: 14625751.
HSL color Cylindrical-coordinate representation of color #D72BDF: hue angle of 297.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72BDF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 43 | 223 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 297.33º | 0.74% | 0.52% | - |
| HSV(B) | 297.33º | 0.81% | 0.87% | - |
| XYZ | 42.21 | 21.5 | 71.74 | - |
| YUV | 114.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 223 | 0.04 | 0.81 | 0 | 0.13 | 297.33 | 0.74 | 0.52 |
| Hex | D7 | 2B | DF | 4 | 51 | 0 | D | 129 | 4A | 34 |
| Octal | 327 | 53 | 337 | 4 | 121 | 0 | 15 | 451 | 112 | 64 |
| Binary | 11010111 | 101011 | 11011111 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001010 | 110100 |
Color Harmonies of #D72BDF
Complementary color
Monochromatic Colors of #D72BDF
Black with #D72BDF
Text Example
Text Example
White with #D72BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BDF; }
p { color: rgb(215,43,223); }
H1.HeaderClassName
{
color: #D72BDF;
}
.AnyTagClassName
{
color: #D72BDF;
}
</style>
background-color css
<style>
a { background-color: #D72BDF; }
a { background-color: rgb(215,43,223); }
div.DivClassName
{
background-color: #D72BDF;
}
.BgClassName
{
background-color: #D72BDF;
}
</style>
border-color css
<style>
span { border-color: #D72BDF; }
span { border-color: rgb(215,43,223); }
td.TdClassName
{
border-color: #D72BDF;
}
.TagClassName
{
border-color: #D72BDF;
}
</style>