Html Css Color HEX #D324E9 Psychedelic Purple

📋 copy color: '#D324E9'

red 211 ◦ green 36 ◦ blue 233

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

Shades of Psychedelic Purple #D324E9

Tints of Psychedelic Purple #D324E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.54%

R = 43.96%
G = 7.5%
B = 48.54%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D324E9 (or 0xD324E9) is known color: Psychedelic Purple. HEX triplet: D3, 24 and E9. RGB value is (211,36,233). Sum of RGB (Red+Green+Blue) = 211+36+233=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #D324E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324E9 is #2CDB16. Grayscale: #6E6E6E. Windows color (decimal): -2939671 or 15279315. OLE color: 15279315.

HSL color Cylindrical-coordinate representation of color #D324E9: hue angle of 293.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D324E9 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 36 233 -
CMYK 0.09 0.85 0 0.09
HSL 293.3º 0.82% 0.53% -
HSV(B) 293.3º 0.85% 0.91% -
XYZ 42.2 20.99 78.92 -
YUV 110.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 211 36 233 0.09 0.85 0 0.09 293.3 0.82 0.53
Hex D3 24 E9 9 55 0 9 125 52 35
Octal 323 44 351 11 125 0 11 445 122 65
Binary 11010011 100100 11101001 1001 1010101 0 1001 100100101 1010010 110101

Color Harmonies of #D324E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324E9

Black with #D324E9

Text Example


Text Example

White with #D324E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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