Shades of Deep Magenta #D328CD
Tints of Deep Magenta #D328CD
RGB
CMYK
RGB Variations
Color information
#D328CD (or 0xD328CD) is known color: Deep Magenta. HEX triplet: D3, 28 and CD. RGB value is (211,40,205). Sum of RGB (Red+Green+Blue) = 211+40+205=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D328CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328CD is #2CD732. Grayscale: #6D6D6D. Windows color (decimal): -2938675 or 13445331. OLE color: 13445331.
HSL color Cylindrical-coordinate representation of color #D328CD: hue angle of 302.11º degrees, saturation: 0.68, 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 #D328CD is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 205 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.17 |
| HSL | 302.11º | 0.68% | 0.49% | - |
| HSV(B) | 302.11º | 0.81% | 0.83% | - |
| XYZ | 38.64 | 19.77 | 59.54 | - |
| YUV | 109.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 205 | 0 | 0.81 | 0.03 | 0.17 | 302.11 | 0.68 | 0.49 |
| Hex | D3 | 28 | CD | 0 | 51 | 3 | 11 | 12E | 44 | 31 |
| Octal | 323 | 50 | 315 | 0 | 121 | 3 | 21 | 456 | 104 | 61 |
| Binary | 11010011 | 101000 | 11001101 | 0 | 1010001 | 11 | 10001 | 100101110 | 1000100 | 110001 |
Color Harmonies of #D328CD
Complementary color
Monochromatic Colors of #D328CD
Black with #D328CD
Text Example
Text Example
White with #D328CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328CD; }
p { color: rgb(211,40,205); }
H1.HeaderClassName
{
color: #D328CD;
}
.AnyTagClassName
{
color: #D328CD;
}
</style>
background-color css
<style>
a { background-color: #D328CD; }
a { background-color: rgb(211,40,205); }
div.DivClassName
{
background-color: #D328CD;
}
.BgClassName
{
background-color: #D328CD;
}
</style>
border-color css
<style>
span { border-color: #D328CD; }
span { border-color: rgb(211,40,205); }
td.TdClassName
{
border-color: #D328CD;
}
.TagClassName
{
border-color: #D328CD;
}
</style>