Shades of Deep Magenta #D329DA
Tints of Deep Magenta #D329DA
RGB
CMYK
RGB Variations
Color information
#D329DA (or 0xD329DA) is known color: Deep Magenta. HEX triplet: D3, 29 and DA. RGB value is (211,41,218). Sum of RGB (Red+Green+Blue) = 211+41+218=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #D329DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329DA is #2CD625. Grayscale: #6F6F6F. Windows color (decimal): -2938406 or 14297555. OLE color: 14297555.
HSL color Cylindrical-coordinate representation of color #D329DA: hue angle of 297.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D329DA is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 41 | 218 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.15 |
| HSL | 297.63º | 0.71% | 0.51% | - |
| HSV(B) | 297.63º | 0.81% | 0.85% | - |
| XYZ | 40.31 | 20.5 | 68.16 | - |
| YUV | 112.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 218 | 0.03 | 0.81 | 0 | 0.15 | 297.63 | 0.71 | 0.51 |
| Hex | D3 | 29 | DA | 3 | 51 | 0 | F | 12A | 47 | 33 |
| Octal | 323 | 51 | 332 | 3 | 121 | 0 | 17 | 452 | 107 | 63 |
| Binary | 11010011 | 101001 | 11011010 | 11 | 1010001 | 0 | 1111 | 100101010 | 1000111 | 110011 |
Color Harmonies of #D329DA
Complementary color
Monochromatic Colors of #D329DA
Black with #D329DA
Text Example
Text Example
White with #D329DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329DA; }
p { color: rgb(211,41,218); }
H1.HeaderClassName
{
color: #D329DA;
}
.AnyTagClassName
{
color: #D329DA;
}
</style>
background-color css
<style>
a { background-color: #D329DA; }
a { background-color: rgb(211,41,218); }
div.DivClassName
{
background-color: #D329DA;
}
.BgClassName
{
background-color: #D329DA;
}
</style>
border-color css
<style>
span { border-color: #D329DA; }
span { border-color: rgb(211,41,218); }
td.TdClassName
{
border-color: #D329DA;
}
.TagClassName
{
border-color: #D329DA;
}
</style>