#D325EA

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

Shades of Psychedelic Purple #D325EA

Tints of Psychedelic Purple #D325EA

Color information

#D325EA (or 0xD325EA) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 25 and EA. RGB value is (211,37,234). Sum of RGB (Red+Green+Blue) = 211+37+234=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #D325EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325EA is #2CDA15. Grayscale: #6E6E6E. Windows color (decimal): -2939414 or 15345107. OLE color: 15345107.

HSL color Cylindrical-coordinate representation of color #D325EA: hue angle of 292.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D325EA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21137234-
CMYK0.100.8400.08
HSL292.99º82.43%53.14%-
HSV(B)292.99º84.19%91.76%-
XYZ42.3821.1179.68-
YUV111.48197.15198.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 37 (14.84% from 255) = 7.68%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=43.78%
G=7.68%
B=48.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal211372340.100.8400.08292.9982.4353.14
HexD325EAA54081255235
Octal323453521212401044512265
Binary110100111001011110101010101010100010001001001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D325EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D325EA; }

 p { color: rgb(211,37,234); }

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

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

 a { background-color: rgb(211,37,234); }

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

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

 span { border-color: rgb(211,37,234); }

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