Html Css Color HEX #D931F4 Psychedelic Purple

📋 copy color: '#D931F4'

red 217 ◦ green 49 ◦ blue 244

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

Shades of Psychedelic Purple #D931F4

Tints of Psychedelic Purple #D931F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.84%

R = 42.55%
G = 9.61%
B = 47.84%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D931F4 (or 0xD931F4) is known color: Psychedelic Purple. HEX triplet: D9, 31 and F4. RGB value is (217,49,244). Sum of RGB (Red+Green+Blue) = 217+49+244=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #D931F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D931F4 is #26CE0B. Grayscale: #787878. Windows color (decimal): -2543116 or 16003545. OLE color: 16003545.

HSL color Cylindrical-coordinate representation of color #D931F4: hue angle of 291.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D931F4 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 49 244 -
CMYK 0.11 0.80 0 0.04
HSL 291.69º 0.9% 0.57% -
HSV(B) 291.69º 0.8% 0.96% -
XYZ 46.04 23.48 87.69 -
YUV 121.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 217 49 244 0.11 0.80 0 0.04 291.69 0.9 0.57
Hex D9 31 F4 B 50 0 4 124 5A 39
Octal 331 61 364 13 120 0 4 444 132 71
Binary 11011001 110001 11110100 1011 1010000 0 100 100100100 1011010 111001

Color Harmonies of #D931F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D931F4

Black with #D931F4

Text Example


Text Example

White with #D931F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D931F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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