Html Css Color HEX #D931F9 Psychedelic Purple

📋 copy color: '#D931F9'

red 217 ◦ green 49 ◦ blue 249

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

Shades of Psychedelic Purple #D931F9

Tints of Psychedelic Purple #D931F9

RGB

 RED value IS 217 (85.16% from 255) = 42.14%

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

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

R = 42.14%
G = 9.51%
B = 48.35%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D931F9 (or 0xD931F9) is known color: Psychedelic Purple. HEX triplet: D9, 31 and F9. RGB value is (217,49,249). Sum of RGB (Red+Green+Blue) = 217+49+249=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #D931F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D931F9 is #26CE06. Grayscale: #797979. Windows color (decimal): -2543111 or 16331225. OLE color: 16331225.

HSL color Cylindrical-coordinate representation of color #D931F9: hue angle of 290.4º 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 #D931F9 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 49 249 -
CMYK 0.13 0.80 0 0.02
HSL 290.4º 0.94% 0.58% -
HSV(B) 290.4º 0.8% 0.98% -
XYZ 46.81 23.79 91.75 -
YUV 122.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 217 49 249 0.13 0.80 0 0.02 290.4 0.94 0.58
Hex D9 31 F9 D 50 0 2 122 5E 3A
Octal 331 61 371 15 120 0 2 442 136 72
Binary 11011001 110001 11111001 1101 1010000 0 10 100100010 1011110 111010

Color Harmonies of #D931F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D931F9

Black with #D931F9

Text Example


Text Example

White with #D931F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D931F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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