Shades of Psychedelic Purple #D329E9
Tints of Psychedelic Purple #D329E9
RGB
CMYK
RGB Variations
Color information
#D329E9 (or 0xD329E9) is known color: Psychedelic Purple. HEX triplet: D3, 29 and E9. RGB value is (211,41,233). Sum of RGB (Red+Green+Blue) = 211+41+233=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #D329E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329E9 is #2CD616. Grayscale: #717171. Windows color (decimal): -2938391 or 15280595. OLE color: 15280595.
HSL color Cylindrical-coordinate representation of color #D329E9: hue angle of 293.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D329E9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 41 | 233 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.09 |
| HSL | 293.13º | 0.81% | 0.54% | - |
| HSV(B) | 293.13º | 0.82% | 0.91% | - |
| XYZ | 42.36 | 21.32 | 78.97 | - |
| YUV | 113.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 233 | 0.09 | 0.82 | 0 | 0.09 | 293.13 | 0.81 | 0.54 |
| Hex | D3 | 29 | E9 | 9 | 52 | 0 | 9 | 125 | 51 | 36 |
| Octal | 323 | 51 | 351 | 11 | 122 | 0 | 11 | 445 | 121 | 66 |
| Binary | 11010011 | 101001 | 11101001 | 1001 | 1010010 | 0 | 1001 | 100100101 | 1010001 | 110110 |
Color Harmonies of #D329E9
Complementary color
Monochromatic Colors of #D329E9
Black with #D329E9
Text Example
Text Example
White with #D329E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329E9; }
p { color: rgb(211,41,233); }
H1.HeaderClassName
{
color: #D329E9;
}
.AnyTagClassName
{
color: #D329E9;
}
</style>
background-color css
<style>
a { background-color: #D329E9; }
a { background-color: rgb(211,41,233); }
div.DivClassName
{
background-color: #D329E9;
}
.BgClassName
{
background-color: #D329E9;
}
</style>
border-color css
<style>
span { border-color: #D329E9; }
span { border-color: rgb(211,41,233); }
td.TdClassName
{
border-color: #D329E9;
}
.TagClassName
{
border-color: #D329E9;
}
</style>