Html Css Color HEX #D91FEF Psychedelic Purple

📋 copy color: '#D91FEF'

red 217 ◦ green 31 ◦ blue 239

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

Shades of Psychedelic Purple #D91FEF

Tints of Psychedelic Purple #D91FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.37%

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 44.56%
G = 6.37%
B = 49.08%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D91FEF (or 0xD91FEF) is known color: Psychedelic Purple. HEX triplet: D9, 1F and EF. RGB value is (217,31,239). Sum of RGB (Red+Green+Blue) = 217+31+239=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #D91FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91FEF is #26E010. Grayscale: #6D6D6D. Windows color (decimal): -2547729 or 15671257. OLE color: 15671257.

HSL color Cylindrical-coordinate representation of color #D91FEF: hue angle of 293.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91FEF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 31 239 -
CMYK 0.09 0.87 0 0.06
HSL 293.65º 0.87% 0.53% -
HSV(B) 293.65º 0.87% 0.94% -
XYZ 44.69 21.96 83.55 -
YUV 110.33 200.62 204.09 -
System Red Green Blue C M Y K H S L
Decimal 217 31 239 0.09 0.87 0 0.06 293.65 0.87 0.53
Hex D9 1F EF 9 57 0 6 126 57 35
Octal 331 37 357 11 127 0 6 446 127 65
Binary 11011001 11111 11101111 1001 1010111 0 110 100100110 1010111 110101

Color Harmonies of #D91FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91FEF

Black with #D91FEF

Text Example


Text Example

White with #D91FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91FEF; }

 p { color: rgb(217,31,239); }

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

background-color css

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

 a { background-color: rgb(217,31,239); }

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

border-color css

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

 span { border-color: rgb(217,31,239); }

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