Shades of Deep Magenta #D329CD
Tints of Deep Magenta #D329CD
RGB
CMYK
RGB Variations
Color information
#D329CD (or 0xD329CD) is known color: Deep Magenta. HEX triplet: D3, 29 and CD. RGB value is (211,41,205). Sum of RGB (Red+Green+Blue) = 211+41+205=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D329CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329CD is #2CD632. Grayscale: #6E6E6E. Windows color (decimal): -2938419 or 13445587. OLE color: 13445587.
HSL color Cylindrical-coordinate representation of color #D329CD: hue angle of 302.12º 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 #D329CD is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 205 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.17 |
| HSL | 302.12º | 0.67% | 0.49% | - |
| HSV(B) | 302.12º | 0.81% | 0.83% | - |
| XYZ | 38.68 | 19.84 | 59.55 | - |
| YUV | 110.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 205 | 0 | 0.81 | 0.03 | 0.17 | 302.12 | 0.67 | 0.49 |
| Hex | D3 | 29 | CD | 0 | 51 | 3 | 11 | 12E | 43 | 31 |
| Octal | 323 | 51 | 315 | 0 | 121 | 3 | 21 | 456 | 103 | 61 |
| Binary | 11010011 | 101001 | 11001101 | 0 | 1010001 | 11 | 10001 | 100101110 | 1000011 | 110001 |
Color Harmonies of #D329CD
Complementary color
Monochromatic Colors of #D329CD
Black with #D329CD
Text Example
Text Example
White with #D329CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329CD; }
p { color: rgb(211,41,205); }
H1.HeaderClassName
{
color: #D329CD;
}
.AnyTagClassName
{
color: #D329CD;
}
</style>
background-color css
<style>
a { background-color: #D329CD; }
a { background-color: rgb(211,41,205); }
div.DivClassName
{
background-color: #D329CD;
}
.BgClassName
{
background-color: #D329CD;
}
</style>
border-color css
<style>
span { border-color: #D329CD; }
span { border-color: rgb(211,41,205); }
td.TdClassName
{
border-color: #D329CD;
}
.TagClassName
{
border-color: #D329CD;
}
</style>