Html Css Color HEX #DA2EFA Psychedelic Purple

📋 copy color: '#DA2EFA'

red 218 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #DA2EFA

Tints of Psychedelic Purple #DA2EFA

RGB

 RED value IS 218 (85.55% from 255) = 42.41%

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

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

R = 42.41%
G = 8.95%
B = 48.64%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA2EFA (or 0xDA2EFA) is known color: Psychedelic Purple. HEX triplet: DA, 2E and FA. RGB value is (218,46,250). Sum of RGB (Red+Green+Blue) = 218+46+250=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2EFA is #25D105. Grayscale: #787878. Windows color (decimal): -2478342 or 16395994. OLE color: 16395994.

HSL color Cylindrical-coordinate representation of color #DA2EFA: hue angle of 290.59º 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 #DA2EFA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 46 250 -
CMYK 0.13 0.82 0 0.02
HSL 290.59º 0.95% 0.58% -
HSV(B) 290.59º 0.82% 0.98% -
XYZ 47.15 23.76 92.54 -
YUV 120.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 218 46 250 0.13 0.82 0 0.02 290.59 0.95 0.58
Hex DA 2E FA D 52 0 2 123 5F 3A
Octal 332 56 372 15 122 0 2 443 137 72
Binary 11011010 101110 11111010 1101 1010010 0 10 100100011 1011111 111010

Color Harmonies of #DA2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2EFA

Black with #DA2EFA

Text Example


Text Example

White with #DA2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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