Html Css Color HEX #DA35FF Psychedelic Purple

📋 copy color: '#DA35FF'

red 218 ◦ green 53 ◦ blue 255

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

Shades of Psychedelic Purple #DA35FF

Tints of Psychedelic Purple #DA35FF

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 value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA35FF (or 0xDA35FF) is known color: 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

RGB 218 53 255 -
CMYK 0.15 0.79 0 0
HSL 289.01º 1% 0.6% -
HSV(B) 289.01º 0.79% 1% -
XYZ 48.24 24.67 96.83 -
YUV 125.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 218 53 255 0.15 0.79 0 0 289.01 1 0.6
Hex DA 35 FF F 4F 0 0 121 64 3C
Octal 332 65 377 17 117 0 0 441 144 74
Binary 11011010 110101 11111111 1111 1001111 0 0 100100001 1100100 111100

Color Harmonies of #DA35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA35FF

Black with #DA35FF

Text Example


Text Example

White with #DA35FF

Text Example


Text Example

HTML Codes & Css Web 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>