Html Css Color HEX #D71EF4 Psychedelic Purple

📋 copy color: '#D71EF4'

red 215 ◦ green 30 ◦ blue 244

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

Shades of Psychedelic Purple #D71EF4

Tints of Psychedelic Purple #D71EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.9%

R = 43.97%
G = 6.13%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D71EF4 (or 0xD71EF4) is known color: Psychedelic Purple. HEX triplet: D7, 1E and F4. RGB value is (215,30,244). Sum of RGB (Red+Green+Blue) = 215+30+244=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #D71EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EF4 is #28E10B. Grayscale: #6D6D6D. Windows color (decimal): -2679052 or 15998679. OLE color: 15998679.

HSL color Cylindrical-coordinate representation of color #D71EF4: hue angle of 291.87º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71EF4 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 30 244 -
CMYK 0.12 0.88 0 0.04
HSL 291.87º 0.91% 0.54% -
HSV(B) 291.87º 0.88% 0.96% -
XYZ 44.82 21.91 87.45 -
YUV 109.71 203.79 203.1 -
System Red Green Blue C M Y K H S L
Decimal 215 30 244 0.12 0.88 0 0.04 291.87 0.91 0.54
Hex D7 1E F4 C 58 0 4 124 5B 36
Octal 327 36 364 14 130 0 4 444 133 66
Binary 11010111 11110 11110100 1100 1011000 0 100 100100100 1011011 110110

Color Harmonies of #D71EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EF4

Black with #D71EF4

Text Example


Text Example

White with #D71EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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