#D328E9

Color #D328E9 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D328E9

Tints of Psychedelic Purple #D328E9

Color information

#D328E9 (or 0xD328E9) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 28 and E9. RGB value is (211,40,233). Sum of RGB (Red+Green+Blue) = 211+40+233=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #D328E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328E9 is #2CD716. Grayscale: #707070. Windows color (decimal): -2938647 or 15280339. OLE color: 15280339.

HSL color Cylindrical-coordinate representation of color #D328E9: hue angle of 293.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D328E9 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21140233-
CMYK0.090.8300.09
HSL293.16º81.43%53.53%-
HSV(B)293.16º82.83%91.37%-
XYZ42.3321.2578.96-
YUV113.13195.65197.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 40 (16.02% from 255) = 8.26%
BLUE value IS 233 (91.41% from 255) = 48.14%
R=43.60%
G=8.26%
B=48.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211402330.090.8300.09293.1681.4353.53
HexD328E9953091255136
Octal323503511112301144512166
Binary110100111010001110100110011010011010011001001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D328E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D328E9; }

 p { color: rgb(211,40,233); }

 H1.HeaderClassName
 {
   color: #D328E9;
 }
 .AnyTagClassName
 {
   color: #D328E9;
 }
</style>
background-color css

<style>
 a { background-color: #D328E9; }

 a { background-color: rgb(211,40,233); }

 div.DivClassName
 {
   background-color: #D328E9;
 }
 .BgClassName
 {
   background-color: #D328E9;
 }
</style>
border-color css

<style>
 span { border-color: #D328E9; }

 span { border-color: rgb(211,40,233); }

 td.TdClassName
 {
   border-color: #D328E9;
 }
 .TagClassName
 {
   border-color: #D328E9;
 }
</style>