Html Css Color HEX #D328EF Psychedelic Purple

📋 copy color: '#D328EF'

red 211 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #D328EF

Tints of Psychedelic Purple #D328EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 43.06%
G = 8.16%
B = 48.78%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D328EF (or 0xD328EF) is known color: Psychedelic Purple. HEX triplet: D3, 28 and EF. RGB value is (211,40,239). Sum of RGB (Red+Green+Blue) = 211+40+239=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D328EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328EF is #2CD710. Grayscale: #717171. Windows color (decimal): -2938641 or 15673555. OLE color: 15673555.

HSL color Cylindrical-coordinate representation of color #D328EF: hue angle of 291.56º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D328EF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 40 239 -
CMYK 0.12 0.83 0 0.06
HSL 291.56º 0.86% 0.55% -
HSV(B) 291.56º 0.83% 0.94% -
XYZ 43.2 21.6 83.55 -
YUV 113.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 211 40 239 0.12 0.83 0 0.06 291.56 0.86 0.55
Hex D3 28 EF C 53 0 6 124 56 37
Octal 323 50 357 14 123 0 6 444 126 67
Binary 11010011 101000 11101111 1100 1010011 0 110 100100100 1010110 110111

Color Harmonies of #D328EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328EF

Black with #D328EF

Text Example


Text Example

White with #D328EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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