Shades of Psychedelic Purple #D328ED
Tints of Psychedelic Purple #D328ED
RGB
CMYK
RGB Variations
Color information
#D328ED (or 0xD328ED) is known color: Psychedelic Purple. HEX triplet: D3, 28 and ED. RGB value is (211,40,237). Sum of RGB (Red+Green+Blue) = 211+40+237=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #D328ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328ED is #2CD712. Grayscale: #707070. Windows color (decimal): -2938643 or 15542483. OLE color: 15542483.
HSL color Cylindrical-coordinate representation of color #D328ED: hue angle of 292.08º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D328ED is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 40 | 237 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.07 |
| HSL | 292.08º | 0.85% | 0.54% | - |
| HSV(B) | 292.08º | 0.83% | 0.93% | - |
| XYZ | 42.91 | 21.48 | 82.01 | - |
| YUV | 113.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 237 | 0.11 | 0.83 | 0 | 0.07 | 292.08 | 0.85 | 0.54 |
| Hex | D3 | 28 | ED | B | 53 | 0 | 7 | 124 | 55 | 36 |
| Octal | 323 | 50 | 355 | 13 | 123 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010011 | 101000 | 11101101 | 1011 | 1010011 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D328ED
Complementary color
Monochromatic Colors of #D328ED
Black with #D328ED
Text Example
Text Example
White with #D328ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328ED; }
p { color: rgb(211,40,237); }
H1.HeaderClassName
{
color: #D328ED;
}
.AnyTagClassName
{
color: #D328ED;
}
</style>
background-color css
<style>
a { background-color: #D328ED; }
a { background-color: rgb(211,40,237); }
div.DivClassName
{
background-color: #D328ED;
}
.BgClassName
{
background-color: #D328ED;
}
</style>
border-color css
<style>
span { border-color: #D328ED; }
span { border-color: rgb(211,40,237); }
td.TdClassName
{
border-color: #D328ED;
}
.TagClassName
{
border-color: #D328ED;
}
</style>