Html Css Color HEX #D71EFA Psychedelic Purple

📋 copy color: '#D71EFA'

red 215 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #D71EFA

Tints of Psychedelic Purple #D71EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 43.43%
G = 6.06%
B = 50.51%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D71EFA (or 0xD71EFA) is known color: Psychedelic Purple. HEX triplet: D7, 1E and FA. RGB value is (215,30,250). Sum of RGB (Red+Green+Blue) = 215+30+250=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #D71EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EFA is #28E105. Grayscale: #6D6D6D. Windows color (decimal): -2679046 or 16391895. OLE color: 16391895.

HSL color Cylindrical-coordinate representation of color #D71EFA: hue angle of 290.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71EFA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 30 250 -
CMYK 0.14 0.88 0 0.02
HSL 290.45º 0.96% 0.55% -
HSV(B) 290.45º 0.88% 0.98% -
XYZ 45.74 22.28 92.33 -
YUV 110.4 206.79 202.61 -
System Red Green Blue C M Y K H S L
Decimal 215 30 250 0.14 0.88 0 0.02 290.45 0.96 0.55
Hex D7 1E FA E 58 0 2 122 60 37
Octal 327 36 372 16 130 0 2 442 140 67
Binary 11010111 11110 11111010 1110 1011000 0 10 100100010 1100000 110111

Color Harmonies of #D71EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EFA

Black with #D71EFA

Text Example


Text Example

White with #D71EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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