Shades of Deep Magenta #D329CE
Tints of Deep Magenta #D329CE
RGB
CMYK
RGB Variations
Color information
#D329CE (or 0xD329CE) is known color: Deep Magenta. HEX triplet: D3, 29 and CE. RGB value is (211,41,206). Sum of RGB (Red+Green+Blue) = 211+41+206=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D329CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329CE is #2CD631. Grayscale: #6E6E6E. Windows color (decimal): -2938418 or 13511123. OLE color: 13511123.
HSL color Cylindrical-coordinate representation of color #D329CE: hue angle of 301.76º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D329CE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 206 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.17 |
| HSL | 301.76º | 0.67% | 0.49% | - |
| HSV(B) | 301.76º | 0.81% | 0.83% | - |
| XYZ | 38.8 | 19.89 | 60.19 | - |
| YUV | 110.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 206 | 0 | 0.81 | 0.02 | 0.17 | 301.76 | 0.67 | 0.49 |
| Hex | D3 | 29 | CE | 0 | 51 | 2 | 11 | 12E | 43 | 31 |
| Octal | 323 | 51 | 316 | 0 | 121 | 2 | 21 | 456 | 103 | 61 |
| Binary | 11010011 | 101001 | 11001110 | 0 | 1010001 | 10 | 10001 | 100101110 | 1000011 | 110001 |
Color Harmonies of #D329CE
Complementary color
Monochromatic Colors of #D329CE
Black with #D329CE
Text Example
Text Example
White with #D329CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329CE; }
p { color: rgb(211,41,206); }
H1.HeaderClassName
{
color: #D329CE;
}
.AnyTagClassName
{
color: #D329CE;
}
</style>
background-color css
<style>
a { background-color: #D329CE; }
a { background-color: rgb(211,41,206); }
div.DivClassName
{
background-color: #D329CE;
}
.BgClassName
{
background-color: #D329CE;
}
</style>
border-color css
<style>
span { border-color: #D329CE; }
span { border-color: rgb(211,41,206); }
td.TdClassName
{
border-color: #D329CE;
}
.TagClassName
{
border-color: #D329CE;
}
</style>