Shades of Psychedelic Purple #D328EB
Tints of Psychedelic Purple #D328EB
RGB
CMYK
RGB Variations
Color information
#D328EB (or 0xD328EB) is known color: Psychedelic Purple. HEX triplet: D3, 28 and EB. RGB value is (211,40,235). Sum of RGB (Red+Green+Blue) = 211+40+235=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #D328EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328EB is #2CD714. Grayscale: #707070. Windows color (decimal): -2938645 or 15411411. OLE color: 15411411.
HSL color Cylindrical-coordinate representation of color #D328EB: hue angle of 292.62º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D328EB is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 40 | 235 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.08 |
| HSL | 292.62º | 0.83% | 0.54% | - |
| HSV(B) | 292.62º | 0.83% | 0.92% | - |
| XYZ | 42.62 | 21.36 | 80.47 | - |
| YUV | 113.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 235 | 0.10 | 0.83 | 0 | 0.08 | 292.62 | 0.83 | 0.54 |
| Hex | D3 | 28 | EB | A | 53 | 0 | 8 | 125 | 53 | 36 |
| Octal | 323 | 50 | 353 | 12 | 123 | 0 | 10 | 445 | 123 | 66 |
| Binary | 11010011 | 101000 | 11101011 | 1010 | 1010011 | 0 | 1000 | 100100101 | 1010011 | 110110 |
Color Harmonies of #D328EB
Complementary color
Monochromatic Colors of #D328EB
Black with #D328EB
Text Example
Text Example
White with #D328EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328EB; }
p { color: rgb(211,40,235); }
H1.HeaderClassName
{
color: #D328EB;
}
.AnyTagClassName
{
color: #D328EB;
}
</style>
background-color css
<style>
a { background-color: #D328EB; }
a { background-color: rgb(211,40,235); }
div.DivClassName
{
background-color: #D328EB;
}
.BgClassName
{
background-color: #D328EB;
}
</style>
border-color css
<style>
span { border-color: #D328EB; }
span { border-color: rgb(211,40,235); }
td.TdClassName
{
border-color: #D328EB;
}
.TagClassName
{
border-color: #D328EB;
}
</style>