Shades of Deep Magenta #D328CC
Tints of Deep Magenta #D328CC
RGB
CMYK
RGB Variations
Color information
#D328CC (or 0xD328CC) is known color: Deep Magenta. HEX triplet: D3, 28 and CC. RGB value is (211,40,204). Sum of RGB (Red+Green+Blue) = 211+40+204=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D328CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328CC is #2CD733. Grayscale: #6D6D6D. Windows color (decimal): -2938676 or 13379795. OLE color: 13379795.
HSL color Cylindrical-coordinate representation of color #D328CC: hue angle of 302.46º 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 #D328CC is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 204 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.17 |
| HSL | 302.46º | 0.68% | 0.49% | - |
| HSV(B) | 302.46º | 0.81% | 0.83% | - |
| XYZ | 38.52 | 19.73 | 58.9 | - |
| YUV | 109.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 204 | 0 | 0.81 | 0.03 | 0.17 | 302.46 | 0.68 | 0.49 |
| Hex | D3 | 28 | CC | 0 | 51 | 3 | 11 | 12E | 44 | 31 |
| Octal | 323 | 50 | 314 | 0 | 121 | 3 | 21 | 456 | 104 | 61 |
| Binary | 11010011 | 101000 | 11001100 | 0 | 1010001 | 11 | 10001 | 100101110 | 1000100 | 110001 |
Color Harmonies of #D328CC
Complementary color
Monochromatic Colors of #D328CC
Black with #D328CC
Text Example
Text Example
White with #D328CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328CC; }
p { color: rgb(211,40,204); }
H1.HeaderClassName
{
color: #D328CC;
}
.AnyTagClassName
{
color: #D328CC;
}
</style>
background-color css
<style>
a { background-color: #D328CC; }
a { background-color: rgb(211,40,204); }
div.DivClassName
{
background-color: #D328CC;
}
.BgClassName
{
background-color: #D328CC;
}
</style>
border-color css
<style>
span { border-color: #D328CC; }
span { border-color: rgb(211,40,204); }
td.TdClassName
{
border-color: #D328CC;
}
.TagClassName
{
border-color: #D328CC;
}
</style>