Html Css Color HEX #D620FA Psychedelic Purple

📋 copy color: '#D620FA'

red 214 ◦ green 32 ◦ blue 250

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

Shades of Psychedelic Purple #D620FA

Tints of Psychedelic Purple #D620FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 43.15%
G = 6.45%
B = 50.4%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D620FA (or 0xD620FA) is known color: Psychedelic Purple. HEX triplet: D6, 20 and FA. RGB value is (214,32,250). Sum of RGB (Red+Green+Blue) = 214+32+250=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #D620FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620FA is #29DF05. Grayscale: #6E6E6E. Windows color (decimal): -2744070 or 16392406. OLE color: 16392406.

HSL color Cylindrical-coordinate representation of color #D620FA: hue angle of 290.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D620FA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 32 250 -
CMYK 0.14 0.87 0 0.02
HSL 290.09º 0.96% 0.55% -
HSV(B) 290.09º 0.87% 0.98% -
XYZ 45.5 22.23 92.34 -
YUV 111.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 214 32 250 0.14 0.87 0 0.02 290.09 0.96 0.55
Hex D6 20 FA E 57 0 2 122 60 37
Octal 326 40 372 16 127 0 2 442 140 67
Binary 11010110 100000 11111010 1110 1010111 0 10 100100010 1100000 110111

Color Harmonies of #D620FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620FA

Black with #D620FA

Text Example


Text Example

White with #D620FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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