Html Css Color HEX #DA20E5 Psychedelic Purple

📋 copy color: '#DA20E5'

red 218 ◦ green 32 ◦ blue 229

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

Shades of Psychedelic Purple #DA20E5

Tints of Psychedelic Purple #DA20E5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.68%

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

R = 45.51%
G = 6.68%
B = 47.81%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA20E5 (or 0xDA20E5) is known color: Psychedelic Purple. HEX triplet: DA, 20 and E5. RGB value is (218,32,229). Sum of RGB (Red+Green+Blue) = 218+32+229=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA20E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20E5 is #25DF1A. Grayscale: #6D6D6D. Windows color (decimal): -2481947 or 15016154. OLE color: 15016154.

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

Color convert

RGB 218 32 229 -
CMYK 0.05 0.86 0 0.10
HSL 296.65º 0.79% 0.51% -
HSV(B) 296.65º 0.86% 0.9% -
XYZ 43.57 21.6 76 -
YUV 110.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 218 32 229 0.05 0.86 0 0.10 296.65 0.79 0.51
Hex DA 20 E5 5 56 0 A 129 4F 33
Octal 332 40 345 5 126 0 12 451 117 63
Binary 11011010 100000 11100101 101 1010110 0 1010 100101001 1001111 110011

Color Harmonies of #DA20E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA20E5

Black with #DA20E5

Text Example


Text Example

White with #DA20E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA20E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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