Html Css Color HEX #DA29E5 Psychedelic Purple

📋 copy color: '#DA29E5'

red 218 ◦ green 41 ◦ blue 229

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

Shades of Psychedelic Purple #DA29E5

Tints of Psychedelic Purple #DA29E5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.4%

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 44.67%
G = 8.4%
B = 46.93%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA29E5 (or 0xDA29E5) is known color: Psychedelic Purple. HEX triplet: DA, 29 and E5. RGB value is (218,41,229). Sum of RGB (Red+Green+Blue) = 218+41+229=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA29E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29E5 is #25D61A. Grayscale: #727272. Windows color (decimal): -2479643 or 15018458. OLE color: 15018458.

HSL color Cylindrical-coordinate representation of color #DA29E5: hue angle of 296.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA29E5 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 41 229 -
CMYK 0.05 0.82 0 0.10
HSL 296.49º 0.78% 0.53% -
HSV(B) 296.49º 0.82% 0.9% -
XYZ 43.85 22.15 76.09 -
YUV 115.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 218 41 229 0.05 0.82 0 0.10 296.49 0.78 0.53
Hex DA 29 E5 5 52 0 A 128 4E 35
Octal 332 51 345 5 122 0 12 450 116 65
Binary 11011010 101001 11100101 101 1010010 0 1010 100101000 1001110 110101

Color Harmonies of #DA29E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29E5

Black with #DA29E5

Text Example


Text Example

White with #DA29E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29E5; }

 p { color: rgb(218,41,229); }

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

background-color css

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

 a { background-color: rgb(218,41,229); }

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

border-color css

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

 span { border-color: rgb(218,41,229); }

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