Shades of Deep Magenta #D729DF
Tints of Deep Magenta #D729DF
RGB
CMYK
RGB Variations
Color information
#D729DF (or 0xD729DF) is known color: Deep Magenta. HEX triplet: D7, 29 and DF. RGB value is (215,41,223). Sum of RGB (Red+Green+Blue) = 215+41+223=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D729DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729DF is #28D620. Grayscale: #717171. Windows color (decimal): -2676257 or 14625239. OLE color: 14625239.
HSL color Cylindrical-coordinate representation of color #D729DF: hue angle of 297.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D729DF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 41 | 223 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.13 |
| HSL | 297.36º | 0.74% | 0.52% | - |
| HSV(B) | 297.36º | 0.82% | 0.87% | - |
| XYZ | 42.14 | 21.36 | 71.71 | - |
| YUV | 113.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 223 | 0.04 | 0.82 | 0 | 0.13 | 297.36 | 0.74 | 0.52 |
| Hex | D7 | 29 | DF | 4 | 52 | 0 | D | 129 | 4A | 34 |
| Octal | 327 | 51 | 337 | 4 | 122 | 0 | 15 | 451 | 112 | 64 |
| Binary | 11010111 | 101001 | 11011111 | 100 | 1010010 | 0 | 1101 | 100101001 | 1001010 | 110100 |
Color Harmonies of #D729DF
Complementary color
Monochromatic Colors of #D729DF
Black with #D729DF
Text Example
Text Example
White with #D729DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729DF; }
p { color: rgb(215,41,223); }
H1.HeaderClassName
{
color: #D729DF;
}
.AnyTagClassName
{
color: #D729DF;
}
</style>
background-color css
<style>
a { background-color: #D729DF; }
a { background-color: rgb(215,41,223); }
div.DivClassName
{
background-color: #D729DF;
}
.BgClassName
{
background-color: #D729DF;
}
</style>
border-color css
<style>
span { border-color: #D729DF; }
span { border-color: rgb(215,41,223); }
td.TdClassName
{
border-color: #D729DF;
}
.TagClassName
{
border-color: #D729DF;
}
</style>