Html Css Color HEX #DA30EE Psychedelic Purple

📋 copy color: '#DA30EE'

red 218 ◦ green 48 ◦ blue 238

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

Shades of Psychedelic Purple #DA30EE

Tints of Psychedelic Purple #DA30EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.52%

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 43.25%
G = 9.52%
B = 47.22%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA30EE (or 0xDA30EE) is known color: Psychedelic Purple. HEX triplet: DA, 30 and EE. RGB value is (218,48,238). Sum of RGB (Red+Green+Blue) = 218+48+238=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30EE is #25CF11. Grayscale: #777777. Windows color (decimal): -2477842 or 15610074. OLE color: 15610074.

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

Color convert

RGB 218 48 238 -
CMYK 0.08 0.80 0 0.07
HSL 293.68º 0.85% 0.56% -
HSV(B) 293.68º 0.8% 0.93% -
XYZ 45.4 23.19 82.97 -
YUV 120.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 218 48 238 0.08 0.80 0 0.07 293.68 0.85 0.56
Hex DA 30 EE 8 50 0 7 126 55 38
Octal 332 60 356 10 120 0 7 446 125 70
Binary 11011010 110000 11101110 1000 1010000 0 111 100100110 1010101 111000

Color Harmonies of #DA30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA30EE

Black with #DA30EE

Text Example


Text Example

White with #DA30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA30EE; }

 p { color: rgb(218,48,238); }

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

background-color css

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

 a { background-color: rgb(218,48,238); }

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

border-color css

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

 span { border-color: rgb(218,48,238); }

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