Html Css Color HEX #D831F9 Psychedelic Purple

📋 copy color: '#D831F9'

red 216 ◦ green 49 ◦ blue 249

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

Shades of Psychedelic Purple #D831F9

Tints of Psychedelic Purple #D831F9

RGB

 RED value IS 216 (84.77% from 255) = 42.02%

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

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

R = 42.02%
G = 9.53%
B = 48.44%

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

#D831F9 (or 0xD831F9) is known color: Psychedelic Purple. HEX triplet: D8, 31 and F9. RGB value is (216,49,249). Sum of RGB (Red+Green+Blue) = 216+49+249=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #D831F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D831F9 is #27CE06. Grayscale: #797979. Windows color (decimal): -2608647 or 16331224. OLE color: 16331224.

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

Color convert

RGB 216 49 249 -
CMYK 0.13 0.80 0 0.02
HSL 290.1º 0.94% 0.58% -
HSV(B) 290.1º 0.8% 0.98% -
XYZ 46.52 23.64 91.73 -
YUV 121.73 199.83 195.24 -
System Red Green Blue C M Y K H S L
Decimal 216 49 249 0.13 0.80 0 0.02 290.1 0.94 0.58
Hex D8 31 F9 D 50 0 2 122 5E 3A
Octal 330 61 371 15 120 0 2 442 136 72
Binary 11011000 110001 11111001 1101 1010000 0 10 100100010 1011110 111010

Color Harmonies of #D831F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831F9

Black with #D831F9

Text Example


Text Example

White with #D831F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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