Html Css Color HEX #DA31F9 Psychedelic Purple

📋 copy color: '#DA31F9'

red 218 ◦ green 49 ◦ blue 249

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

Shades of Psychedelic Purple #DA31F9

Tints of Psychedelic Purple #DA31F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.5%

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

R = 42.25%
G = 9.5%
B = 48.26%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA31F9 (or 0xDA31F9) is known color: Psychedelic Purple. HEX triplet: DA, 31 and F9. RGB value is (218,49,249). Sum of RGB (Red+Green+Blue) = 218+49+249=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA31F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA31F9 is #25CE06. Grayscale: #797979. Windows color (decimal): -2477575 or 16331226. OLE color: 16331226.

HSL color Cylindrical-coordinate representation of color #DA31F9: hue angle of 290.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA31F9 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 49 249 -
CMYK 0.12 0.80 0 0.02
HSL 290.7º 0.94% 0.58% -
HSV(B) 290.7º 0.8% 0.98% -
XYZ 47.11 23.94 91.76 -
YUV 122.33 199.49 196.24 -
System Red Green Blue C M Y K H S L
Decimal 218 49 249 0.12 0.80 0 0.02 290.7 0.94 0.58
Hex DA 31 F9 C 50 0 2 123 5E 3A
Octal 332 61 371 14 120 0 2 443 136 72
Binary 11011010 110001 11111001 1100 1010000 0 10 100100011 1011110 111010

Color Harmonies of #DA31F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31F9

Black with #DA31F9

Text Example


Text Example

White with #DA31F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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