Html Css Color HEX #D329EB Psychedelic Purple

📋 copy color: '#D329EB'

red 211 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #D329EB

Tints of Psychedelic Purple #D329EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 43.33%
G = 8.42%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D329EB (or 0xD329EB) is known color: Psychedelic Purple. HEX triplet: D3, 29 and EB. RGB value is (211,41,235). Sum of RGB (Red+Green+Blue) = 211+41+235=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #D329EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329EB is #2CD614. Grayscale: #717171. Windows color (decimal): -2938389 or 15411667. OLE color: 15411667.

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

Color convert

RGB 211 41 235 -
CMYK 0.10 0.83 0 0.08
HSL 292.58º 0.83% 0.54% -
HSV(B) 292.58º 0.83% 0.92% -
XYZ 42.65 21.43 80.49 -
YUV 113.95 196.32 197.23 -
System Red Green Blue C M Y K H S L
Decimal 211 41 235 0.10 0.83 0 0.08 292.58 0.83 0.54
Hex D3 29 EB A 53 0 8 125 53 36
Octal 323 51 353 12 123 0 10 445 123 66
Binary 11010011 101001 11101011 1010 1010011 0 1000 100100101 1010011 110110

Color Harmonies of #D329EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329EB

Black with #D329EB

Text Example


Text Example

White with #D329EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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