Html Css Color HEX #D620F4 Psychedelic Purple

📋 copy color: '#D620F4'

red 214 ◦ green 32 ◦ blue 244

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

Shades of Psychedelic Purple #D620F4

Tints of Psychedelic Purple #D620F4

RGB

 RED value IS 214 (83.98% from 255) = 43.67%

 GREEN value IS 32 (12.89% from 255) = 6.53%

 BLUE value IS 244 (95.7% from 255) = 49.8%

R = 43.67%
G = 6.53%
B = 49.8%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D620F4 (or 0xD620F4) is known color: Psychedelic Purple. HEX triplet: D6, 20 and F4. RGB value is (214,32,244). Sum of RGB (Red+Green+Blue) = 214+32+244=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #D620F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620F4 is #29DF0B. Grayscale: #6D6D6D. Windows color (decimal): -2744076 or 15999190. OLE color: 15999190.

HSL color Cylindrical-coordinate representation of color #D620F4: hue angle of 291.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D620F4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 32 244 -
CMYK 0.12 0.87 0 0.04
HSL 291.51º 0.91% 0.54% -
HSV(B) 291.51º 0.87% 0.96% -
XYZ 44.58 21.86 87.46 -
YUV 110.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 214 32 244 0.12 0.87 0 0.04 291.51 0.91 0.54
Hex D6 20 F4 C 57 0 4 124 5B 36
Octal 326 40 364 14 127 0 4 444 133 66
Binary 11010110 100000 11110100 1100 1010111 0 100 100100100 1011011 110110

Color Harmonies of #D620F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620F4

Black with #D620F4

Text Example


Text Example

White with #D620F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620F4; }

 p { color: rgb(214,32,244); }

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

background-color css

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

 a { background-color: rgb(214,32,244); }

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

border-color css

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

 span { border-color: rgb(214,32,244); }

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