Html Css Color HEX #DA2EEB Psychedelic Purple

📋 copy color: '#DA2EEB'

red 218 ◦ green 46 ◦ blue 235

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

Shades of Psychedelic Purple #DA2EEB

Tints of Psychedelic Purple #DA2EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 43.69%
G = 9.22%
B = 47.09%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA2EEB (or 0xDA2EEB) is known color: Psychedelic Purple. HEX triplet: DA, 2E and EB. RGB value is (218,46,235). Sum of RGB (Red+Green+Blue) = 218+46+235=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2EEB is #25D114. Grayscale: #767676. Windows color (decimal): -2478357 or 15412954. OLE color: 15412954.

HSL color Cylindrical-coordinate representation of color #DA2EEB: hue angle of 294.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2EEB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 46 235 -
CMYK 0.07 0.80 0 0.08
HSL 294.6º 0.83% 0.55% -
HSV(B) 294.6º 0.8% 0.92% -
XYZ 44.89 22.86 80.64 -
YUV 118.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 218 46 235 0.07 0.80 0 0.08 294.6 0.83 0.55
Hex DA 2E EB 7 50 0 8 127 53 37
Octal 332 56 353 7 120 0 10 447 123 67
Binary 11011010 101110 11101011 111 1010000 0 1000 100100111 1010011 110111

Color Harmonies of #DA2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2EEB

Black with #DA2EEB

Text Example


Text Example

White with #DA2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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