Html Css Color HEX #D71FED Psychedelic Purple

📋 copy color: '#D71FED'

red 215 ◦ green 31 ◦ blue 237

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

Shades of Psychedelic Purple #D71FED

Tints of Psychedelic Purple #D71FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 44.51%
G = 6.42%
B = 49.07%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D71FED (or 0xD71FED) is known color: Psychedelic Purple. HEX triplet: D7, 1F and ED. RGB value is (215,31,237). Sum of RGB (Red+Green+Blue) = 215+31+237=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D71FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FED is #28E012. Grayscale: #6C6C6C. Windows color (decimal): -2678803 or 15540183. OLE color: 15540183.

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

Color convert

RGB 215 31 237 -
CMYK 0.09 0.87 0 0.07
HSL 293.59º 0.85% 0.53% -
HSV(B) 293.59º 0.87% 0.93% -
XYZ 43.8 21.54 81.97 -
YUV 109.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 215 31 237 0.09 0.87 0 0.07 293.59 0.85 0.53
Hex D7 1F ED 9 57 0 7 126 55 35
Octal 327 37 355 11 127 0 7 446 125 65
Binary 11010111 11111 11101101 1001 1010111 0 111 100100110 1010101 110101

Color Harmonies of #D71FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FED

Black with #D71FED

Text Example


Text Example

White with #D71FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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