#DA35FF

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

Shades of Psychedelic Purple #DA35FF

Tints of Psychedelic Purple #DA35FF

Color information

#DA35FF (or 0xDA35FF) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 35 and FF. RGB value is (218,53,255). Sum of RGB (Red+Green+Blue) = 218+53+255=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA35FF is #25CA00. Grayscale: #7C7C7C. Windows color (decimal): -2476545 or 16725466. OLE color: 16725466.

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

Color convert

RGB21853255-
CMYK0.150.7900
HSL289.01º100%60.39%-
HSV(B)289.01º79.22%100%-
XYZ48.2424.6796.83-
YUV125.36201.16194.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 53 (21.09% from 255) = 10.08%
BLUE value IS 255 (100% from 255) = 48.48%
R=41.44%
G=10.08%
B=48.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218532550.150.7900289.0110060.39
HexDA35FFF4F00121643c
Octal33265377171170044114474
Binary110110101101011111111111111001111001001000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA35FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA35FF; }

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

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

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

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

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

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

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

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