Html Css Color HEX #DA25EA Psychedelic Purple

📋 copy color: '#DA25EA'

red 218 ◦ green 37 ◦ blue 234

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

Shades of Psychedelic Purple #DA25EA

Tints of Psychedelic Purple #DA25EA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.57%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 44.58%
G = 7.57%
B = 47.85%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA25EA (or 0xDA25EA) is known color: Psychedelic Purple. HEX triplet: DA, 25 and EA. RGB value is (218,37,234). Sum of RGB (Red+Green+Blue) = 218+37+234=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25EA is #25DA15. Grayscale: #707070. Windows color (decimal): -2480662 or 15345114. OLE color: 15345114.

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

Color convert

RGB 218 37 234 -
CMYK 0.07 0.84 0 0.08
HSL 295.13º 0.82% 0.53% -
HSV(B) 295.13º 0.84% 0.92% -
XYZ 44.43 22.17 79.78 -
YUV 113.58 195.97 202.48 -
System Red Green Blue C M Y K H S L
Decimal 218 37 234 0.07 0.84 0 0.08 295.13 0.82 0.53
Hex DA 25 EA 7 54 0 8 127 52 35
Octal 332 45 352 7 124 0 10 447 122 65
Binary 11011010 100101 11101010 111 1010100 0 1000 100100111 1010010 110101

Color Harmonies of #DA25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25EA

Black with #DA25EA

Text Example


Text Example

White with #DA25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25EA; }

 p { color: rgb(218,37,234); }

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

background-color css

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

 a { background-color: rgb(218,37,234); }

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

border-color css

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

 span { border-color: rgb(218,37,234); }

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