Html Css Color HEX #D931FD Psychedelic Purple

📋 copy color: '#D931FD'

red 217 ◦ green 49 ◦ blue 253

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

Shades of Psychedelic Purple #D931FD

Tints of Psychedelic Purple #D931FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 41.81%
G = 9.44%
B = 48.75%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D931FD (or 0xD931FD) is known color: Psychedelic Purple. HEX triplet: D9, 31 and FD. RGB value is (217,49,253). Sum of RGB (Red+Green+Blue) = 217+49+253=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 49 (19.53% from 255 or 9.44% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D931FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D931FD is #26CE02. Grayscale: #797979. Windows color (decimal): -2543107 or 16593369. OLE color: 16593369.

HSL color Cylindrical-coordinate representation of color #D931FD: hue angle of 289.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D931FD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 49 253 -
CMYK 0.14 0.81 0 0.01
HSL 289.41º 0.98% 0.59% -
HSV(B) 289.41º 0.81% 0.99% -
XYZ 47.44 24.04 95.07 -
YUV 122.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 217 49 253 0.14 0.81 0 0.01 289.41 0.98 0.59
Hex D9 31 FD E 51 0 1 121 62 3B
Octal 331 61 375 16 121 0 1 441 142 73
Binary 11011001 110001 11111101 1110 1010001 0 1 100100001 1100010 111011

Color Harmonies of #D931FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D931FD

Black with #D931FD

Text Example


Text Example

White with #D931FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D931FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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