Shades of Deep Magenta #D72BD3
Tints of Deep Magenta #D72BD3
RGB
CMYK
RGB Variations
Color information
#D72BD3 (or 0xD72BD3) is known color: Deep Magenta. HEX triplet: D7, 2B and D3. RGB value is (215,43,211). Sum of RGB (Red+Green+Blue) = 215+43+211=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BD3 is #28D42C. Grayscale: #717171. Windows color (decimal): -2675757 or 13839319. OLE color: 13839319.
HSL color Cylindrical-coordinate representation of color #D72BD3: hue angle of 301.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72BD3 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 211 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.16 |
| HSL | 301.4º | 0.68% | 0.51% | - |
| HSV(B) | 301.4º | 0.8% | 0.84% | - |
| XYZ | 40.65 | 20.88 | 63.52 | - |
| YUV | 113.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 211 | 0 | 0.8 | 0.02 | 0.16 | 301.4 | 0.68 | 0.51 |
| Hex | D7 | 2B | D3 | 0 | 50 | 2 | 10 | 12D | 44 | 33 |
| Octal | 327 | 53 | 323 | 0 | 120 | 2 | 20 | 455 | 104 | 63 |
| Binary | 11010111 | 101011 | 11010011 | 0 | 1010000 | 10 | 10000 | 100101101 | 1000100 | 110011 |
Color Harmonies of #D72BD3
Complementary color
Monochromatic Colors of #D72BD3
Black with #D72BD3
Text Example
Text Example
White with #D72BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BD3; }
p { color: rgb(215,43,211); }
H1.HeaderClassName
{
color: #D72BD3;
}
.AnyTagClassName
{
color: #D72BD3;
}
</style>
background-color css
<style>
a { background-color: #D72BD3; }
a { background-color: rgb(215,43,211); }
div.DivClassName
{
background-color: #D72BD3;
}
.BgClassName
{
background-color: #D72BD3;
}
</style>
border-color css
<style>
span { border-color: #D72BD3; }
span { border-color: rgb(215,43,211); }
td.TdClassName
{
border-color: #D72BD3;
}
.TagClassName
{
border-color: #D72BD3;
}
</style>