Html Css Color HEX #D324EE Psychedelic Purple

📋 copy color: '#D324EE'

red 211 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D324EE

Tints of Psychedelic Purple #D324EE

RGB

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

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

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

R = 43.51%
G = 7.42%
B = 49.07%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D324EE (or 0xD324EE) is known color: Psychedelic Purple. HEX triplet: D3, 24 and EE. RGB value is (211,36,238). Sum of RGB (Red+Green+Blue) = 211+36+238=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #D324EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324EE is #2CDB11. Grayscale: #6E6E6E. Windows color (decimal): -2939666 or 15606995. OLE color: 15606995.

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

Color convert

RGB 211 36 238 -
CMYK 0.11 0.85 0 0.07
HSL 291.98º 0.86% 0.54% -
HSV(B) 291.98º 0.85% 0.93% -
XYZ 42.93 21.28 82.73 -
YUV 111.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 211 36 238 0.11 0.85 0 0.07 291.98 0.86 0.54
Hex D3 24 EE B 55 0 7 124 56 36
Octal 323 44 356 13 125 0 7 444 126 66
Binary 11010011 100100 11101110 1011 1010101 0 111 100100100 1010110 110110

Color Harmonies of #D324EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324EE

Black with #D324EE

Text Example


Text Example

White with #D324EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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