Shades of Deep Magenta #D729CE
Tints of Deep Magenta #D729CE
RGB
CMYK
RGB Variations
Color information
#D729CE (or 0xD729CE) is known color: Deep Magenta. HEX triplet: D7, 29 and CE. RGB value is (215,41,206). Sum of RGB (Red+Green+Blue) = 215+41+206=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D729CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729CE is #28D631. Grayscale: #6F6F6F. Windows color (decimal): -2676274 or 13511127. OLE color: 13511127.
HSL color Cylindrical-coordinate representation of color #D729CE: hue angle of 303.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729CE is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 206 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.16 |
| HSL | 303.1º | 0.69% | 0.5% | - |
| HSV(B) | 303.1º | 0.81% | 0.84% | - |
| XYZ | 39.96 | 20.49 | 60.24 | - |
| YUV | 111.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 206 | 0 | 0.81 | 0.04 | 0.16 | 303.1 | 0.69 | 0.5 |
| Hex | D7 | 29 | CE | 0 | 51 | 4 | 10 | 12F | 45 | 32 |
| Octal | 327 | 51 | 316 | 0 | 121 | 4 | 20 | 457 | 105 | 62 |
| Binary | 11010111 | 101001 | 11001110 | 0 | 1010001 | 100 | 10000 | 100101111 | 1000101 | 110010 |
Color Harmonies of #D729CE
Complementary color
Monochromatic Colors of #D729CE
Black with #D729CE
Text Example
Text Example
White with #D729CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729CE; }
p { color: rgb(215,41,206); }
H1.HeaderClassName
{
color: #D729CE;
}
.AnyTagClassName
{
color: #D729CE;
}
</style>
background-color css
<style>
a { background-color: #D729CE; }
a { background-color: rgb(215,41,206); }
div.DivClassName
{
background-color: #D729CE;
}
.BgClassName
{
background-color: #D729CE;
}
</style>
border-color css
<style>
span { border-color: #D729CE; }
span { border-color: rgb(215,41,206); }
td.TdClassName
{
border-color: #D729CE;
}
.TagClassName
{
border-color: #D729CE;
}
</style>