Html Css Color HEX #D324ED Psychedelic Purple

📋 copy color: '#D324ED'

red 211 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #D324ED

Tints of Psychedelic Purple #D324ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 43.6%
G = 7.44%
B = 48.97%

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

#D324ED (or 0xD324ED) is known color: Psychedelic Purple. HEX triplet: D3, 24 and ED. RGB value is (211,36,237). Sum of RGB (Red+Green+Blue) = 211+36+237=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D324ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324ED is #2CDB12. Grayscale: #6E6E6E. Windows color (decimal): -2939667 or 15541459. OLE color: 15541459.

HSL color Cylindrical-coordinate representation of color #D324ED: hue angle of 292.24º degrees, saturation: 0.85, 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 #D324ED is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 36 237 -
CMYK 0.11 0.85 0 0.07
HSL 292.24º 0.85% 0.54% -
HSV(B) 292.24º 0.85% 0.93% -
XYZ 42.78 21.23 81.96 -
YUV 111.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 211 36 237 0.11 0.85 0 0.07 292.24 0.85 0.54
Hex D3 24 ED B 55 0 7 124 55 36
Octal 323 44 355 13 125 0 7 444 125 66
Binary 11010011 100100 11101101 1011 1010101 0 111 100100100 1010101 110110

Color Harmonies of #D324ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324ED

Black with #D324ED

Text Example


Text Example

White with #D324ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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