Shades of Deep Magenta #D328DD
Tints of Deep Magenta #D328DD
RGB
CMYK
RGB Variations
Color information
#D328DD (or 0xD328DD) is known color: Deep Magenta. HEX triplet: D3, 28 and DD. RGB value is (211,40,221). Sum of RGB (Red+Green+Blue) = 211+40+221=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D328DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328DD is #2CD722. Grayscale: #6F6F6F. Windows color (decimal): -2938659 or 14493907. OLE color: 14493907.
HSL color Cylindrical-coordinate representation of color #D328DD: hue angle of 296.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D328DD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 40 | 221 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.13 |
| HSL | 296.69º | 0.73% | 0.51% | - |
| HSV(B) | 296.69º | 0.82% | 0.87% | - |
| XYZ | 40.67 | 20.59 | 70.24 | - |
| YUV | 111.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 221 | 0.05 | 0.82 | 0 | 0.13 | 296.69 | 0.73 | 0.51 |
| Hex | D3 | 28 | DD | 5 | 52 | 0 | D | 129 | 49 | 33 |
| Octal | 323 | 50 | 335 | 5 | 122 | 0 | 15 | 451 | 111 | 63 |
| Binary | 11010011 | 101000 | 11011101 | 101 | 1010010 | 0 | 1101 | 100101001 | 1001001 | 110011 |
Color Harmonies of #D328DD
Complementary color
Monochromatic Colors of #D328DD
Black with #D328DD
Text Example
Text Example
White with #D328DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328DD; }
p { color: rgb(211,40,221); }
H1.HeaderClassName
{
color: #D328DD;
}
.AnyTagClassName
{
color: #D328DD;
}
</style>
background-color css
<style>
a { background-color: #D328DD; }
a { background-color: rgb(211,40,221); }
div.DivClassName
{
background-color: #D328DD;
}
.BgClassName
{
background-color: #D328DD;
}
</style>
border-color css
<style>
span { border-color: #D328DD; }
span { border-color: rgb(211,40,221); }
td.TdClassName
{
border-color: #D328DD;
}
.TagClassName
{
border-color: #D328DD;
}
</style>