Shades of Deep Magenta #D328CE
Tints of Deep Magenta #D328CE
RGB
CMYK
RGB Variations
Color information
#D328CE (or 0xD328CE) is known color: Deep Magenta. HEX triplet: D3, 28 and CE. RGB value is (211,40,206). Sum of RGB (Red+Green+Blue) = 211+40+206=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D328CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328CE is #2CD731. Grayscale: #6D6D6D. Windows color (decimal): -2938674 or 13510867. OLE color: 13510867.
HSL color Cylindrical-coordinate representation of color #D328CE: hue angle of 301.75º 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 #D328CE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 206 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.17 |
| HSL | 301.75º | 0.68% | 0.49% | - |
| HSV(B) | 301.75º | 0.81% | 0.83% | - |
| XYZ | 38.76 | 19.82 | 60.18 | - |
| YUV | 110.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 206 | 0 | 0.81 | 0.02 | 0.17 | 301.75 | 0.68 | 0.49 |
| Hex | D3 | 28 | CE | 0 | 51 | 2 | 11 | 12E | 44 | 31 |
| Octal | 323 | 50 | 316 | 0 | 121 | 2 | 21 | 456 | 104 | 61 |
| Binary | 11010011 | 101000 | 11001110 | 0 | 1010001 | 10 | 10001 | 100101110 | 1000100 | 110001 |
Color Harmonies of #D328CE
Complementary color
Monochromatic Colors of #D328CE
Black with #D328CE
Text Example
Text Example
White with #D328CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328CE; }
p { color: rgb(211,40,206); }
H1.HeaderClassName
{
color: #D328CE;
}
.AnyTagClassName
{
color: #D328CE;
}
</style>
background-color css
<style>
a { background-color: #D328CE; }
a { background-color: rgb(211,40,206); }
div.DivClassName
{
background-color: #D328CE;
}
.BgClassName
{
background-color: #D328CE;
}
</style>
border-color css
<style>
span { border-color: #D328CE; }
span { border-color: rgb(211,40,206); }
td.TdClassName
{
border-color: #D328CE;
}
.TagClassName
{
border-color: #D328CE;
}
</style>