#DA30FF

Color #DA30FF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DA30FF

Tints of Psychedelic Purple #DA30FF

Color information

#DA30FF (or 0xDA30FF) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 30 and FF. RGB value is (218,48,255). Sum of RGB (Red+Green+Blue) = 218+48+255=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30FF is #25CF00. Grayscale: #797979. Windows color (decimal): -2477825 or 16724186. OLE color: 16724186.

HSL color Cylindrical-coordinate representation of color #DA30FF: hue angle of 289.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA30FF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21848255-
CMYK0.150.8100
HSL289.28º100%59.41%-
HSV(B)289.28º81.18%100%-
XYZ48.0224.2496.76-
YUV122.43202.82196.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 48 (19.14% from 255) = 9.21%
BLUE value IS 255 (100% from 255) = 48.94%
R=41.84%
G=9.21%
B=48.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218482550.150.8100289.2810059.41
HexDA30FFF5100121643b
Octal33260377171210044114473
Binary110110101100001111111111111010001001001000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA30FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA30FF; }

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

 H1.HeaderClassName
 {
   color: #DA30FF;
 }
 .AnyTagClassName
 {
   color: #DA30FF;
 }
</style>
background-color css

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

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

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

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

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

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