Html Css Color HEX #DA2EED Psychedelic Purple

📋 copy color: '#DA2EED'

red 218 ◦ green 46 ◦ blue 237

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

Shades of Psychedelic Purple #DA2EED

Tints of Psychedelic Purple #DA2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 43.51%
G = 9.18%
B = 47.31%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA2EED (or 0xDA2EED) is known color: Psychedelic Purple. HEX triplet: DA, 2E and ED. RGB value is (218,46,237). Sum of RGB (Red+Green+Blue) = 218+46+237=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2EED is #25D112. Grayscale: #767676. Windows color (decimal): -2478355 or 15544026. OLE color: 15544026.

HSL color Cylindrical-coordinate representation of color #DA2EED: hue angle of 294.03º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2EED is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 46 237 -
CMYK 0.08 0.81 0 0.07
HSL 294.03º 0.84% 0.55% -
HSV(B) 294.03º 0.81% 0.93% -
XYZ 45.18 22.97 82.17 -
YUV 119.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 218 46 237 0.08 0.81 0 0.07 294.03 0.84 0.55
Hex DA 2E ED 8 51 0 7 126 54 37
Octal 332 56 355 10 121 0 7 446 124 67
Binary 11011010 101110 11101101 1000 1010001 0 111 100100110 1010100 110111

Color Harmonies of #DA2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2EED

Black with #DA2EED

Text Example


Text Example

White with #DA2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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