Html Css Color HEX #D324FF Psychedelic Purple

📋 copy color: '#D324FF'

red 211 ◦ green 36 ◦ blue 255

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

Shades of Psychedelic Purple #D324FF

Tints of Psychedelic Purple #D324FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 42.03%
G = 7.17%
B = 50.8%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D324FF (or 0xD324FF) is known color: Psychedelic Purple. HEX triplet: D3, 24 and FF. RGB value is (211,36,255). Sum of RGB (Red+Green+Blue) = 211+36+255=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D324FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324FF is #2CDB00. Grayscale: #707070. Windows color (decimal): -2939649 or 16721107. OLE color: 16721107.

HSL color Cylindrical-coordinate representation of color #D324FF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D324FF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 36 255 -
CMYK 0.17 0.86 0 0
HSL 287.95º 1% 0.57% -
HSV(B) 287.95º 0.86% 1% -
XYZ 45.54 22.33 96.52 -
YUV 113.29 207.98 197.69 -
System Red Green Blue C M Y K H S L
Decimal 211 36 255 0.17 0.86 0 0 287.95 1 0.57
Hex D3 24 FF 11 56 0 0 120 64 39
Octal 323 44 377 21 126 0 0 440 144 71
Binary 11010011 100100 11111111 10001 1010110 0 0 100100000 1100100 111001

Color Harmonies of #D324FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324FF

Black with #D324FF

Text Example


Text Example

White with #D324FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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