Html Css Color HEX #DA20F8 Psychedelic Purple

📋 copy color: '#DA20F8'

red 218 ◦ green 32 ◦ blue 248

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

Shades of Psychedelic Purple #DA20F8

Tints of Psychedelic Purple #DA20F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 43.78%
G = 6.43%
B = 49.8%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DA20F8 (or 0xDA20F8) is known color: Psychedelic Purple. HEX triplet: DA, 20 and F8. RGB value is (218,32,248). Sum of RGB (Red+Green+Blue) = 218+32+248=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA20F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20F8 is #25DF07. Grayscale: #6F6F6F. Windows color (decimal): -2481928 or 16261338. OLE color: 16261338.

HSL color Cylindrical-coordinate representation of color #DA20F8: hue angle of 291.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA20F8 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 32 248 -
CMYK 0.12 0.87 0 0.03
HSL 291.67º 0.94% 0.55% -
HSV(B) 291.67º 0.87% 0.97% -
XYZ 46.37 22.72 90.75 -
YUV 112.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 218 32 248 0.12 0.87 0 0.03 291.67 0.94 0.55
Hex DA 20 F8 C 57 0 3 124 5E 37
Octal 332 40 370 14 127 0 3 444 136 67
Binary 11011010 100000 11111000 1100 1010111 0 11 100100100 1011110 110111

Color Harmonies of #DA20F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA20F8

Black with #DA20F8

Text Example


Text Example

White with #DA20F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA20F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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