Html Css Color HEX #D324E6 Psychedelic Purple

📋 copy color: '#D324E6'

red 211 ◦ green 36 ◦ blue 230

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

Shades of Psychedelic Purple #D324E6

Tints of Psychedelic Purple #D324E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.22%

R = 44.23%
G = 7.55%
B = 48.22%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D324E6 (or 0xD324E6) is known color: Psychedelic Purple. HEX triplet: D3, 24 and E6. RGB value is (211,36,230). Sum of RGB (Red+Green+Blue) = 211+36+230=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #D324E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324E6 is #2CDB19. Grayscale: #6D6D6D. Windows color (decimal): -2939674 or 15082707. OLE color: 15082707.

HSL color Cylindrical-coordinate representation of color #D324E6: hue angle of 294.12º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D324E6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 36 230 -
CMYK 0.08 0.84 0 0.10
HSL 294.12º 0.8% 0.52% -
HSV(B) 294.12º 0.84% 0.9% -
XYZ 41.78 20.82 76.68 -
YUV 110.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 211 36 230 0.08 0.84 0 0.10 294.12 0.8 0.52
Hex D3 24 E6 8 54 0 A 126 50 34
Octal 323 44 346 10 124 0 12 446 120 64
Binary 11010011 100100 11100110 1000 1010100 0 1010 100100110 1010000 110100

Color Harmonies of #D324E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324E6

Black with #D324E6

Text Example


Text Example

White with #D324E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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