Html Css Color HEX #D620FD Psychedelic Purple

📋 copy color: '#D620FD'

red 214 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #D620FD

Tints of Psychedelic Purple #D620FD

RGB

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

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

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

R = 42.89%
G = 6.41%
B = 50.7%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D620FD (or 0xD620FD) is known color: Psychedelic Purple. HEX triplet: D6, 20 and FD. RGB value is (214,32,253). Sum of RGB (Red+Green+Blue) = 214+32+253=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #D620FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620FD is #29DF02. Grayscale: #6E6E6E. Windows color (decimal): -2744067 or 16589014. OLE color: 16589014.

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

Color convert

RGB 214 32 253 -
CMYK 0.15 0.87 0 0.01
HSL 289.41º 0.98% 0.56% -
HSV(B) 289.41º 0.87% 0.99% -
XYZ 45.98 22.42 94.83 -
YUV 111.61 207.8 201.03 -
System Red Green Blue C M Y K H S L
Decimal 214 32 253 0.15 0.87 0 0.01 289.41 0.98 0.56
Hex D6 20 FD F 57 0 1 121 62 38
Octal 326 40 375 17 127 0 1 441 142 70
Binary 11010110 100000 11111101 1111 1010111 0 1 100100001 1100010 111000

Color Harmonies of #D620FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620FD

Black with #D620FD

Text Example


Text Example

White with #D620FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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