Html Css Color HEX #DA20F9 Psychedelic Purple

📋 copy color: '#DA20F9'

red 218 ◦ green 32 ◦ blue 249

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

Shades of Psychedelic Purple #DA20F9

Tints of Psychedelic Purple #DA20F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 43.69%
G = 6.41%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA20F9 (or 0xDA20F9) is known color: Psychedelic Purple. HEX triplet: DA, 20 and F9. RGB value is (218,32,249). Sum of RGB (Red+Green+Blue) = 218+32+249=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA20F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20F9 is #25DF06. Grayscale: #6F6F6F. Windows color (decimal): -2481927 or 16326874. OLE color: 16326874.

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

Color convert

RGB 218 32 249 -
CMYK 0.12 0.87 0 0.02
HSL 291.43º 0.95% 0.55% -
HSV(B) 291.43º 0.87% 0.98% -
XYZ 46.53 22.78 91.57 -
YUV 112.35 205.12 203.36 -
System Red Green Blue C M Y K H S L
Decimal 218 32 249 0.12 0.87 0 0.02 291.43 0.95 0.55
Hex DA 20 F9 C 57 0 2 123 5F 37
Octal 332 40 371 14 127 0 2 443 137 67
Binary 11011010 100000 11111001 1100 1010111 0 10 100100011 1011111 110111

Color Harmonies of #DA20F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA20F9

Black with #DA20F9

Text Example


Text Example

White with #DA20F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA20F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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