Shades of Psychedelic Purple #D329E8
Tints of Psychedelic Purple #D329E8
RGB
CMYK
RGB Variations
Color information
#D329E8 (or 0xD329E8) is known color: Psychedelic Purple. HEX triplet: D3, 29 and E8. RGB value is (211,41,232). Sum of RGB (Red+Green+Blue) = 211+41+232=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #D329E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329E8 is #2CD617. Grayscale: #717171. Windows color (decimal): -2938392 or 15215059. OLE color: 15215059.
HSL color Cylindrical-coordinate representation of color #D329E8: hue angle of 293.4º 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 #D329E8 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 41 | 232 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.09 |
| HSL | 293.4º | 0.81% | 0.54% | - |
| HSV(B) | 293.4º | 0.82% | 0.91% | - |
| XYZ | 42.22 | 21.26 | 78.22 | - |
| YUV | 113.6 | 194.82 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 232 | 0.09 | 0.82 | 0 | 0.09 | 293.4 | 0.81 | 0.54 |
| Hex | D3 | 29 | E8 | 9 | 52 | 0 | 9 | 125 | 51 | 36 |
| Octal | 323 | 51 | 350 | 11 | 122 | 0 | 11 | 445 | 121 | 66 |
| Binary | 11010011 | 101001 | 11101000 | 1001 | 1010010 | 0 | 1001 | 100100101 | 1010001 | 110110 |
Color Harmonies of #D329E8
Complementary color
Monochromatic Colors of #D329E8
Black with #D329E8
Text Example
Text Example
White with #D329E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329E8; }
p { color: rgb(211,41,232); }
H1.HeaderClassName
{
color: #D329E8;
}
.AnyTagClassName
{
color: #D329E8;
}
</style>
background-color css
<style>
a { background-color: #D329E8; }
a { background-color: rgb(211,41,232); }
div.DivClassName
{
background-color: #D329E8;
}
.BgClassName
{
background-color: #D329E8;
}
</style>
border-color css
<style>
span { border-color: #D329E8; }
span { border-color: rgb(211,41,232); }
td.TdClassName
{
border-color: #D329E8;
}
.TagClassName
{
border-color: #D329E8;
}
</style>