Html Css Color HEX #D324FD Psychedelic Purple

📋 copy color: '#D324FD'

red 211 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #D324FD

Tints of Psychedelic Purple #D324FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 42.2%
G = 7.2%
B = 50.6%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D324FD (or 0xD324FD) is known color: Psychedelic Purple. HEX triplet: D3, 24 and FD. RGB value is (211,36,253). Sum of RGB (Red+Green+Blue) = 211+36+253=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #D324FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324FD is #2CDB02. Grayscale: #707070. Windows color (decimal): -2939651 or 16590035. OLE color: 16590035.

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

Color convert

RGB 211 36 253 -
CMYK 0.17 0.86 0 0.01
HSL 288.39º 0.98% 0.57% -
HSV(B) 288.39º 0.86% 0.99% -
XYZ 45.22 22.2 94.83 -
YUV 113.06 206.98 197.86 -
System Red Green Blue C M Y K H S L
Decimal 211 36 253 0.17 0.86 0 0.01 288.39 0.98 0.57
Hex D3 24 FD 11 56 0 1 120 62 39
Octal 323 44 375 21 126 0 1 440 142 71
Binary 11010011 100100 11111101 10001 1010110 0 1 100100000 1100010 111001

Color Harmonies of #D324FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324FD

Black with #D324FD

Text Example


Text Example

White with #D324FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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