Shades of Deep Magenta #D729DC
Tints of Deep Magenta #D729DC
RGB
CMYK
RGB Variations
Color information
#D729DC (or 0xD729DC) is known color: Deep Magenta. HEX triplet: D7, 29 and DC. RGB value is (215,41,220). Sum of RGB (Red+Green+Blue) = 215+41+220=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #D729DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729DC is #28D623. Grayscale: #707070. Windows color (decimal): -2676260 or 14428631. OLE color: 14428631.
HSL color Cylindrical-coordinate representation of color #D729DC: hue angle of 298.32º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729DC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 41 | 220 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.14 |
| HSL | 298.32º | 0.72% | 0.51% | - |
| HSV(B) | 298.32º | 0.81% | 0.86% | - |
| XYZ | 41.74 | 21.2 | 69.6 | - |
| YUV | 113.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 220 | 0.02 | 0.81 | 0 | 0.14 | 298.32 | 0.72 | 0.51 |
| Hex | D7 | 29 | DC | 2 | 51 | 0 | E | 12A | 48 | 33 |
| Octal | 327 | 51 | 334 | 2 | 121 | 0 | 16 | 452 | 110 | 63 |
| Binary | 11010111 | 101001 | 11011100 | 10 | 1010001 | 0 | 1110 | 100101010 | 1001000 | 110011 |
Color Harmonies of #D729DC
Complementary color
Monochromatic Colors of #D729DC
Black with #D729DC
Text Example
Text Example
White with #D729DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729DC; }
p { color: rgb(215,41,220); }
H1.HeaderClassName
{
color: #D729DC;
}
.AnyTagClassName
{
color: #D729DC;
}
</style>
background-color css
<style>
a { background-color: #D729DC; }
a { background-color: rgb(215,41,220); }
div.DivClassName
{
background-color: #D729DC;
}
.BgClassName
{
background-color: #D729DC;
}
</style>
border-color css
<style>
span { border-color: #D729DC; }
span { border-color: rgb(215,41,220); }
td.TdClassName
{
border-color: #D729DC;
}
.TagClassName
{
border-color: #D729DC;
}
</style>