Html Css Color HEX #D324EB Psychedelic Purple

📋 copy color: '#D324EB'

red 211 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #D324EB

Tints of Psychedelic Purple #D324EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 43.78%
G = 7.47%
B = 48.76%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D324EB (or 0xD324EB) is known color: Psychedelic Purple. HEX triplet: D3, 24 and EB. RGB value is (211,36,235). Sum of RGB (Red+Green+Blue) = 211+36+235=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D324EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324EB is #2CDB14. Grayscale: #6E6E6E. Windows color (decimal): -2939669 or 15410387. OLE color: 15410387.

HSL color Cylindrical-coordinate representation of color #D324EB: hue angle of 292.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D324EB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 36 235 -
CMYK 0.10 0.85 0 0.08
HSL 292.76º 0.83% 0.53% -
HSV(B) 292.76º 0.85% 0.92% -
XYZ 42.49 21.11 80.43 -
YUV 111.01 197.98 199.32 -
System Red Green Blue C M Y K H S L
Decimal 211 36 235 0.10 0.85 0 0.08 292.76 0.83 0.53
Hex D3 24 EB A 55 0 8 125 53 35
Octal 323 44 353 12 125 0 10 445 123 65
Binary 11010011 100100 11101011 1010 1010101 0 1000 100100101 1010011 110101

Color Harmonies of #D324EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324EB

Black with #D324EB

Text Example


Text Example

White with #D324EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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