Html Css Color HEX #D71FFF Psychedelic Purple

📋 copy color: '#D71FFF'

red 215 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #D71FFF

Tints of Psychedelic Purple #D71FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 42.91%
G = 6.19%
B = 50.9%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D71FFF (or 0xD71FFF) is known color: Psychedelic Purple. HEX triplet: D7, 1F and FF. RGB value is (215,31,255). Sum of RGB (Red+Green+Blue) = 215+31+255=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 31 (12.5% from 255 or 6.19% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #D71FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FFF is #28E000. Grayscale: #6E6E6E. Windows color (decimal): -2678785 or 16719831. OLE color: 16719831.

HSL color Cylindrical-coordinate representation of color #D71FFF: hue angle of 289.29º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71FFF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 31 255 -
CMYK 0.16 0.88 0 0
HSL 289.29º 1% 0.56% -
HSV(B) 289.29º 0.88% 1% -
XYZ 46.56 22.65 96.52 -
YUV 111.55 208.96 201.79 -
System Red Green Blue C M Y K H S L
Decimal 215 31 255 0.16 0.88 0 0 289.29 1 0.56
Hex D7 1F FF 10 58 0 0 121 64 38
Octal 327 37 377 20 130 0 0 441 144 70
Binary 11010111 11111 11111111 10000 1011000 0 0 100100001 1100100 111000

Color Harmonies of #D71FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FFF

Black with #D71FFF

Text Example


Text Example

White with #D71FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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