Html Css Color HEX #D71EEC Psychedelic Purple

📋 copy color: '#D71EEC'

red 215 ◦ green 30 ◦ blue 236

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

Shades of Psychedelic Purple #D71EEC

Tints of Psychedelic Purple #D71EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 44.7%
G = 6.24%
B = 49.06%

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

#D71EEC (or 0xD71EEC) is known color: Psychedelic Purple. HEX triplet: D7, 1E and EC. RGB value is (215,30,236). Sum of RGB (Red+Green+Blue) = 215+30+236=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #D71EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EEC is #28E113. Grayscale: #6C6C6C. Windows color (decimal): -2679060 or 15474391. OLE color: 15474391.

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

Color convert

RGB 215 30 236 -
CMYK 0.09 0.87 0 0.07
HSL 293.88º 0.84% 0.52% -
HSV(B) 293.88º 0.87% 0.93% -
XYZ 43.63 21.43 81.19 -
YUV 108.8 199.79 203.75 -
System Red Green Blue C M Y K H S L
Decimal 215 30 236 0.09 0.87 0 0.07 293.88 0.84 0.52
Hex D7 1E EC 9 57 0 7 126 54 34
Octal 327 36 354 11 127 0 7 446 124 64
Binary 11010111 11110 11101100 1001 1010111 0 111 100100110 1010100 110100

Color Harmonies of #D71EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EEC

Black with #D71EEC

Text Example


Text Example

White with #D71EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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