Html Css Color HEX #D324EF Psychedelic Purple

📋 copy color: '#D324EF'

red 211 ◦ green 36 ◦ blue 239

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

Shades of Psychedelic Purple #D324EF

Tints of Psychedelic Purple #D324EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.41%

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

R = 43.42%
G = 7.41%
B = 49.18%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D324EF (or 0xD324EF) is known color: Psychedelic Purple. HEX triplet: D3, 24 and EF. RGB value is (211,36,239). Sum of RGB (Red+Green+Blue) = 211+36+239=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #D324EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324EF is #2CDB10. Grayscale: #6E6E6E. Windows color (decimal): -2939665 or 15672531. OLE color: 15672531.

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

Color convert

RGB 211 36 239 -
CMYK 0.12 0.85 0 0.06
HSL 291.72º 0.86% 0.54% -
HSV(B) 291.72º 0.85% 0.94% -
XYZ 43.07 21.34 83.51 -
YUV 111.47 199.98 198.99 -
System Red Green Blue C M Y K H S L
Decimal 211 36 239 0.12 0.85 0 0.06 291.72 0.86 0.54
Hex D3 24 EF C 55 0 6 124 56 36
Octal 323 44 357 14 125 0 6 444 126 66
Binary 11010011 100100 11101111 1100 1010101 0 110 100100100 1010110 110110

Color Harmonies of #D324EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324EF

Black with #D324EF

Text Example


Text Example

White with #D324EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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