Html Css Color HEX #DA20F7 Psychedelic Purple

📋 copy color: '#DA20F7'

red 218 ◦ green 32 ◦ blue 247

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

Shades of Psychedelic Purple #DA20F7

Tints of Psychedelic Purple #DA20F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 43.86%
G = 6.44%
B = 49.7%

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

#DA20F7 (or 0xDA20F7) is known color: Psychedelic Purple. HEX triplet: DA, 20 and F7. RGB value is (218,32,247). Sum of RGB (Red+Green+Blue) = 218+32+247=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA20F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20F7 is #25DF08. Grayscale: #6F6F6F. Windows color (decimal): -2481929 or 16195802. OLE color: 16195802.

HSL color Cylindrical-coordinate representation of color #DA20F7: hue angle of 291.91º degrees, saturation: 0.93, 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 #DA20F7 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 32 247 -
CMYK 0.12 0.87 0 0.03
HSL 291.91º 0.93% 0.55% -
HSV(B) 291.91º 0.87% 0.97% -
XYZ 46.22 22.65 89.93 -
YUV 112.12 204.12 203.52 -
System Red Green Blue C M Y K H S L
Decimal 218 32 247 0.12 0.87 0 0.03 291.91 0.93 0.55
Hex DA 20 F7 C 57 0 3 124 5D 37
Octal 332 40 367 14 127 0 3 444 135 67
Binary 11011010 100000 11110111 1100 1010111 0 11 100100100 1011101 110111

Color Harmonies of #DA20F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA20F7

Black with #DA20F7

Text Example


Text Example

White with #DA20F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA20F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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