Html Css Color HEX #D324EC Psychedelic Purple

📋 copy color: '#D324EC'

red 211 ◦ green 36 ◦ blue 236

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

Shades of Psychedelic Purple #D324EC

Tints of Psychedelic Purple #D324EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 43.69%
G = 7.45%
B = 48.86%

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

#D324EC (or 0xD324EC) is known color: Psychedelic Purple. HEX triplet: D3, 24 and EC. RGB value is (211,36,236). Sum of RGB (Red+Green+Blue) = 211+36+236=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #D324EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324EC is #2CDB13. Grayscale: #6E6E6E. Windows color (decimal): -2939668 or 15475923. OLE color: 15475923.

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

Color convert

RGB 211 36 236 -
CMYK 0.11 0.85 0 0.07
HSL 292.5º 0.84% 0.53% -
HSV(B) 292.5º 0.85% 0.93% -
XYZ 42.64 21.17 81.2 -
YUV 111.13 198.48 199.24 -
System Red Green Blue C M Y K H S L
Decimal 211 36 236 0.11 0.85 0 0.07 292.5 0.84 0.53
Hex D3 24 EC B 55 0 7 124 54 35
Octal 323 44 354 13 125 0 7 444 124 65
Binary 11010011 100100 11101100 1011 1010101 0 111 100100100 1010100 110101

Color Harmonies of #D324EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324EC

Black with #D324EC

Text Example


Text Example

White with #D324EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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