Html Css Color HEX #D329EA Psychedelic Purple

📋 copy color: '#D329EA'

red 211 ◦ green 41 ◦ blue 234

#D329EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D329EA

Tints of Psychedelic Purple #D329EA

RGB

 RED value IS 211 (82.81% from 255) = 43.42%

 GREEN value IS 41 (16.41% from 255) = 8.44%

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 43.42%
G = 8.44%
B = 48.15%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D329EA (or 0xD329EA) is known color: Psychedelic Purple. HEX triplet: D3, 29 and EA. RGB value is (211,41,234). Sum of RGB (Red+Green+Blue) = 211+41+234=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #D329EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329EA is #2CD615. Grayscale: #717171. Windows color (decimal): -2938390 or 15346131. OLE color: 15346131.

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

Color convert

RGB 211 41 234 -
CMYK 0.10 0.82 0 0.08
HSL 292.85º 0.82% 0.54% -
HSV(B) 292.85º 0.82% 0.92% -
XYZ 42.51 21.38 79.73 -
YUV 113.83 195.82 197.31 -
System Red Green Blue C M Y K H S L
Decimal 211 41 234 0.10 0.82 0 0.08 292.85 0.82 0.54
Hex D3 29 EA A 52 0 8 125 52 36
Octal 323 51 352 12 122 0 10 445 122 66
Binary 11010011 101001 11101010 1010 1010010 0 1000 100100101 1010010 110110

Color Harmonies of #D329EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329EA

Black with #D329EA

Text Example


Text Example

White with #D329EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329EA; }

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

 H1.HeaderClassName
 {
   color: #D329EA;
 }
 .AnyTagClassName
 {
   color: #D329EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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