Shades of Deep Magenta #D329DF
Tints of Deep Magenta #D329DF
RGB
CMYK
RGB Variations
Color information
#D329DF (or 0xD329DF) is known color: Deep Magenta. HEX triplet: D3, 29 and DF. RGB value is (211,41,223). Sum of RGB (Red+Green+Blue) = 211+41+223=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D329DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329DF is #2CD620. Grayscale: #707070. Windows color (decimal): -2938401 or 14625235. OLE color: 14625235.
HSL color Cylindrical-coordinate representation of color #D329DF: hue angle of 296.04º 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 #D329DF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 41 | 223 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.13 |
| HSL | 296.04º | 0.74% | 0.52% | - |
| HSV(B) | 296.04º | 0.82% | 0.87% | - |
| XYZ | 40.98 | 20.76 | 71.66 | - |
| YUV | 112.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 223 | 0.05 | 0.82 | 0 | 0.13 | 296.04 | 0.74 | 0.52 |
| Hex | D3 | 29 | DF | 5 | 52 | 0 | D | 128 | 4A | 34 |
| Octal | 323 | 51 | 337 | 5 | 122 | 0 | 15 | 450 | 112 | 64 |
| Binary | 11010011 | 101001 | 11011111 | 101 | 1010010 | 0 | 1101 | 100101000 | 1001010 | 110100 |
Color Harmonies of #D329DF
Complementary color
Monochromatic Colors of #D329DF
Black with #D329DF
Text Example
Text Example
White with #D329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329DF; }
p { color: rgb(211,41,223); }
H1.HeaderClassName
{
color: #D329DF;
}
.AnyTagClassName
{
color: #D329DF;
}
</style>
background-color css
<style>
a { background-color: #D329DF; }
a { background-color: rgb(211,41,223); }
div.DivClassName
{
background-color: #D329DF;
}
.BgClassName
{
background-color: #D329DF;
}
</style>
border-color css
<style>
span { border-color: #D329DF; }
span { border-color: rgb(211,41,223); }
td.TdClassName
{
border-color: #D329DF;
}
.TagClassName
{
border-color: #D329DF;
}
</style>