Shades of Deep Magenta #D729DD
Tints of Deep Magenta #D729DD
RGB
CMYK
RGB Variations
Color information
#D729DD (or 0xD729DD) is known color: Deep Magenta. HEX triplet: D7, 29 and DD. RGB value is (215,41,221). Sum of RGB (Red+Green+Blue) = 215+41+221=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #D729DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729DD is #28D622. Grayscale: #717171. Windows color (decimal): -2676259 or 14494167. OLE color: 14494167.
HSL color Cylindrical-coordinate representation of color #D729DD: hue angle of 298º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729DD is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 41 | 221 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.13 |
| HSL | 298º | 0.73% | 0.51% | - |
| HSV(B) | 298º | 0.81% | 0.87% | - |
| XYZ | 41.87 | 21.25 | 70.3 | - |
| YUV | 113.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 221 | 0.03 | 0.81 | 0 | 0.13 | 298 | 0.73 | 0.51 |
| Hex | D7 | 29 | DD | 3 | 51 | 0 | D | 12A | 49 | 33 |
| Octal | 327 | 51 | 335 | 3 | 121 | 0 | 15 | 452 | 111 | 63 |
| Binary | 11010111 | 101001 | 11011101 | 11 | 1010001 | 0 | 1101 | 100101010 | 1001001 | 110011 |
Color Harmonies of #D729DD
Complementary color
Monochromatic Colors of #D729DD
Black with #D729DD
Text Example
Text Example
White with #D729DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729DD; }
p { color: rgb(215,41,221); }
H1.HeaderClassName
{
color: #D729DD;
}
.AnyTagClassName
{
color: #D729DD;
}
</style>
background-color css
<style>
a { background-color: #D729DD; }
a { background-color: rgb(215,41,221); }
div.DivClassName
{
background-color: #D729DD;
}
.BgClassName
{
background-color: #D729DD;
}
</style>
border-color css
<style>
span { border-color: #D729DD; }
span { border-color: rgb(215,41,221); }
td.TdClassName
{
border-color: #D729DD;
}
.TagClassName
{
border-color: #D729DD;
}
</style>