Html Css Color HEX #D71EFE Psychedelic Purple

📋 copy color: '#D71EFE'

red 215 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #D71EFE

Tints of Psychedelic Purple #D71EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.01%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 43.09%
G = 6.01%
B = 50.9%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D71EFE (or 0xD71EFE) is known color: Psychedelic Purple. HEX triplet: D7, 1E and FE. RGB value is (215,30,254). Sum of RGB (Red+Green+Blue) = 215+30+254=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #D71EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EFE is #28E101. Grayscale: #6E6E6E. Windows color (decimal): -2679042 or 16654039. OLE color: 16654039.

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

Color convert

RGB 215 30 254 -
CMYK 0.15 0.88 0 0.00
HSL 289.55º 0.99% 0.56% -
HSV(B) 289.55º 0.88% 1% -
XYZ 46.38 22.53 95.67 -
YUV 110.85 208.79 202.29 -
System Red Green Blue C M Y K H S L
Decimal 215 30 254 0.15 0.88 0 0.00 289.55 0.99 0.56
Hex D7 1E FE F 58 0 0 122 63 38
Octal 327 36 376 17 130 0 0 442 143 70
Binary 11010111 11110 11111110 1111 1011000 0 0 100100010 1100011 111000

Color Harmonies of #D71EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EFE

Black with #D71EFE

Text Example


Text Example

White with #D71EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EFE; }

 p { color: rgb(215,30,254); }

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

background-color css

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

 a { background-color: rgb(215,30,254); }

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

border-color css

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

 span { border-color: rgb(215,30,254); }

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