Html Css Color HEX #DA20FF Psychedelic Purple

📋 copy color: '#DA20FF'

red 218 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #DA20FF

Tints of Psychedelic Purple #DA20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.34%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 43.17%
G = 6.34%
B = 50.5%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA20FF (or 0xDA20FF) is known color: Psychedelic Purple. HEX triplet: DA, 20 and FF. RGB value is (218,32,255). Sum of RGB (Red+Green+Blue) = 218+32+255=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20FF is #25DF00. Grayscale: #707070. Windows color (decimal): -2481921 or 16720090. OLE color: 16720090.

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

Color convert

RGB 218 32 255 -
CMYK 0.15 0.87 0 0
HSL 290.04º 1% 0.56% -
HSV(B) 290.04º 0.87% 1% -
XYZ 47.48 23.16 96.58 -
YUV 113.04 208.12 202.87 -
System Red Green Blue C M Y K H S L
Decimal 218 32 255 0.15 0.87 0 0 290.04 1 0.56
Hex DA 20 FF F 57 0 0 122 64 38
Octal 332 40 377 17 127 0 0 442 144 70
Binary 11011010 100000 11111111 1111 1010111 0 0 100100010 1100100 111000

Color Harmonies of #DA20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA20FF

Black with #DA20FF

Text Example


Text Example

White with #DA20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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