Html Css Color HEX #DA0EE5 Psychedelic Purple

📋 copy color: '#DA0EE5'

red 218 ◦ green 14 ◦ blue 229

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

Shades of Psychedelic Purple #DA0EE5

Tints of Psychedelic Purple #DA0EE5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.04%

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

R = 47.29%
G = 3.04%
B = 49.67%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA0EE5 (or 0xDA0EE5) is known color: Psychedelic Purple. HEX triplet: DA, 0E and E5. RGB value is (218,14,229). Sum of RGB (Red+Green+Blue) = 218+14+229=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA0EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EE5 is #25F11A. Grayscale: #626262. Windows color (decimal): -2486555 or 15011546. OLE color: 15011546.

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

Color convert

RGB 218 14 229 -
CMYK 0.05 0.94 0 0.10
HSL 296.93º 0.88% 0.48% -
HSV(B) 296.93º 0.94% 0.9% -
XYZ 43.21 20.88 75.88 -
YUV 99.51 201.09 212.52 -
System Red Green Blue C M Y K H S L
Decimal 218 14 229 0.05 0.94 0 0.10 296.93 0.88 0.48
Hex DA E E5 5 5E 0 A 129 58 30
Octal 332 16 345 5 136 0 12 451 130 60
Binary 11011010 1110 11100101 101 1011110 0 1010 100101001 1011000 110000

Color Harmonies of #DA0EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0EE5

Black with #DA0EE5

Text Example


Text Example

White with #DA0EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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