Html Css Color HEX #D329EF Psychedelic Purple

📋 copy color: '#D329EF'

red 211 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #D329EF

Tints of Psychedelic Purple #D329EF

RGB

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

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

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

R = 42.97%
G = 8.35%
B = 48.68%

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

#D329EF (or 0xD329EF) is known color: Psychedelic Purple. HEX triplet: D3, 29 and EF. RGB value is (211,41,239). Sum of RGB (Red+Green+Blue) = 211+41+239=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #D329EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329EF is #2CD610. Grayscale: #717171. Windows color (decimal): -2938385 or 15673811. OLE color: 15673811.

HSL color Cylindrical-coordinate representation of color #D329EF: hue angle of 291.52º 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 #D329EF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 41 239 -
CMYK 0.12 0.83 0 0.06
HSL 291.52º 0.86% 0.55% -
HSV(B) 291.52º 0.83% 0.94% -
XYZ 43.24 21.67 83.56 -
YUV 114.4 198.32 196.9 -
System Red Green Blue C M Y K H S L
Decimal 211 41 239 0.12 0.83 0 0.06 291.52 0.86 0.55
Hex D3 29 EF C 53 0 6 124 56 37
Octal 323 51 357 14 123 0 6 444 126 67
Binary 11010011 101001 11101111 1100 1010011 0 110 100100100 1010110 110111

Color Harmonies of #D329EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329EF

Black with #D329EF

Text Example


Text Example

White with #D329EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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