Html Css Color HEX #D328EE Psychedelic Purple

📋 copy color: '#D328EE'

red 211 ◦ green 40 ◦ blue 238

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

Shades of Psychedelic Purple #D328EE

Tints of Psychedelic Purple #D328EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.18%

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 43.15%
G = 8.18%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D328EE (or 0xD328EE) is known color: Psychedelic Purple. HEX triplet: D3, 28 and EE. RGB value is (211,40,238). Sum of RGB (Red+Green+Blue) = 211+40+238=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #D328EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328EE is #2CD711. Grayscale: #717171. Windows color (decimal): -2938642 or 15608019. OLE color: 15608019.

HSL color Cylindrical-coordinate representation of color #D328EE: hue angle of 291.82º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D328EE is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 40 238 -
CMYK 0.11 0.83 0 0.07
HSL 291.82º 0.85% 0.55% -
HSV(B) 291.82º 0.83% 0.93% -
XYZ 43.06 21.54 82.78 -
YUV 113.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 211 40 238 0.11 0.83 0 0.07 291.82 0.85 0.55
Hex D3 28 EE B 53 0 7 124 55 37
Octal 323 50 356 13 123 0 7 444 125 67
Binary 11010011 101000 11101110 1011 1010011 0 111 100100100 1010101 110111

Color Harmonies of #D328EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328EE

Black with #D328EE

Text Example


Text Example

White with #D328EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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