Html Css Color HEX #D62EFA Psychedelic Purple

📋 copy color: '#D62EFA'

red 214 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #D62EFA

Tints of Psychedelic Purple #D62EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.02%

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

R = 41.96%
G = 9.02%
B = 49.02%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D62EFA (or 0xD62EFA) is known color: Psychedelic Purple. HEX triplet: D6, 2E and FA. RGB value is (214,46,250). Sum of RGB (Red+Green+Blue) = 214+46+250=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D62EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62EFA is #29D105. Grayscale: #767676. Windows color (decimal): -2740486 or 16395990. OLE color: 16395990.

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

Color convert

RGB 214 46 250 -
CMYK 0.14 0.82 0 0.02
HSL 289.41º 0.95% 0.58% -
HSV(B) 289.41º 0.82% 0.98% -
XYZ 45.96 23.15 92.49 -
YUV 119.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 214 46 250 0.14 0.82 0 0.02 289.41 0.95 0.58
Hex D6 2E FA E 52 0 2 121 5F 3A
Octal 326 56 372 16 122 0 2 441 137 72
Binary 11010110 101110 11111010 1110 1010010 0 10 100100001 1011111 111010

Color Harmonies of #D62EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EFA

Black with #D62EFA

Text Example


Text Example

White with #D62EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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