Html Css Color HEX #D620F6 Psychedelic Purple

📋 copy color: '#D620F6'

red 214 ◦ green 32 ◦ blue 246

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

Shades of Psychedelic Purple #D620F6

Tints of Psychedelic Purple #D620F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50%

R = 43.5%
G = 6.5%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D620F6 (or 0xD620F6) is known color: Psychedelic Purple. HEX triplet: D6, 20 and F6. RGB value is (214,32,246). Sum of RGB (Red+Green+Blue) = 214+32+246=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #D620F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620F6 is #29DF09. Grayscale: #6E6E6E. Windows color (decimal): -2744074 or 16130262. OLE color: 16130262.

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

Color convert

RGB 214 32 246 -
CMYK 0.13 0.87 0 0.04
HSL 291.03º 0.92% 0.55% -
HSV(B) 291.03º 0.87% 0.96% -
XYZ 44.88 21.98 89.07 -
YUV 110.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 214 32 246 0.13 0.87 0 0.04 291.03 0.92 0.55
Hex D6 20 F6 D 57 0 4 123 5C 37
Octal 326 40 366 15 127 0 4 443 134 67
Binary 11010110 100000 11110110 1101 1010111 0 100 100100011 1011100 110111

Color Harmonies of #D620F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620F6

Black with #D620F6

Text Example


Text Example

White with #D620F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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