#D32DE8

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

Shades of Psychedelic Purple #D32DE8

Tints of Psychedelic Purple #D32DE8

Color information

#D32DE8 (or 0xD32DE8) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 2D and E8. RGB value is (211,45,232). Sum of RGB (Red+Green+Blue) = 211+45+232=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #D32DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DE8 is #2CD217. Grayscale: #737373. Windows color (decimal): -2937368 or 15216083. OLE color: 15216083.

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

Color convert

RGB21145232-
CMYK0.090.8100.09
HSL293.26º80.26%54.31%-
HSV(B)293.26º80.6%90.98%-
XYZ42.3721.5578.27-
YUV115.95193.5195.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.24%
GREEN value IS 45 (17.97% from 255) = 9.22%
BLUE value IS 232 (91.02% from 255) = 47.54%
R=43.24%
G=9.22%
B=47.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211452320.090.8100.09293.2680.2654.31
HexD32DE8951091255036
Octal323553501112101144512066
Binary110100111011011110100010011010001010011001001011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32DE8; }

 p { color: rgb(211,45,232); }

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

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

 a { background-color: rgb(211,45,232); }

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

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

 span { border-color: rgb(211,45,232); }

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