Html Css Color HEX #D71FE7 Psychedelic Purple

📋 copy color: '#D71FE7'

red 215 ◦ green 31 ◦ blue 231

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

Shades of Psychedelic Purple #D71FE7

Tints of Psychedelic Purple #D71FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 45.07%
G = 6.5%
B = 48.43%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D71FE7 (or 0xD71FE7) is known color: Psychedelic Purple. HEX triplet: D7, 1F and E7. RGB value is (215,31,231). Sum of RGB (Red+Green+Blue) = 215+31+231=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #D71FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FE7 is #28E018. Grayscale: #6C6C6C. Windows color (decimal): -2678809 or 15146967. OLE color: 15146967.

HSL color Cylindrical-coordinate representation of color #D71FE7: hue angle of 295.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FE7 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 31 231 -
CMYK 0.07 0.87 0 0.09
HSL 295.2º 0.81% 0.51% -
HSV(B) 295.2º 0.87% 0.91% -
XYZ 42.94 21.2 77.43 -
YUV 108.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 215 31 231 0.07 0.87 0 0.09 295.2 0.81 0.51
Hex D7 1F E7 7 57 0 9 127 51 33
Octal 327 37 347 7 127 0 11 447 121 63
Binary 11010111 11111 11100111 111 1010111 0 1001 100100111 1010001 110011

Color Harmonies of #D71FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FE7

Black with #D71FE7

Text Example


Text Example

White with #D71FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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