Html Css Color HEX #D71FF1 Psychedelic Purple

📋 copy color: '#D71FF1'

red 215 ◦ green 31 ◦ blue 241

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

Shades of Psychedelic Purple #D71FF1

Tints of Psychedelic Purple #D71FF1

RGB

 RED value IS 215 (84.38% from 255) = 44.15%

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

 BLUE value IS 241 (94.53% from 255) = 49.49%

R = 44.15%
G = 6.37%
B = 49.49%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D71FF1 (or 0xD71FF1) is known color: Psychedelic Purple. HEX triplet: D7, 1F and F1. RGB value is (215,31,241). Sum of RGB (Red+Green+Blue) = 215+31+241=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #D71FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FF1 is #28E00E. Grayscale: #6D6D6D. Windows color (decimal): -2678799 or 15802327. OLE color: 15802327.

HSL color Cylindrical-coordinate representation of color #D71FF1: hue angle of 292.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FF1 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 31 241 -
CMYK 0.11 0.87 0 0.05
HSL 292.57º 0.88% 0.53% -
HSV(B) 292.57º 0.87% 0.95% -
XYZ 44.39 21.78 85.08 -
YUV 109.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 215 31 241 0.11 0.87 0 0.05 292.57 0.88 0.53
Hex D7 1F F1 B 57 0 5 125 58 35
Octal 327 37 361 13 127 0 5 445 130 65
Binary 11010111 11111 11110001 1011 1010111 0 101 100100101 1011000 110101

Color Harmonies of #D71FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FF1

Black with #D71FF1

Text Example


Text Example

White with #D71FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FF1; }

 p { color: rgb(215,31,241); }

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

background-color css

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

 a { background-color: rgb(215,31,241); }

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

border-color css

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

 span { border-color: rgb(215,31,241); }

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