Html Css Color HEX #D71EF6 Psychedelic Purple

📋 copy color: '#D71EF6'

red 215 ◦ green 30 ◦ blue 246

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

Shades of Psychedelic Purple #D71EF6

Tints of Psychedelic Purple #D71EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 43.79%
G = 6.11%
B = 50.1%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D71EF6 (or 0xD71EF6) is known color: Psychedelic Purple. HEX triplet: D7, 1E and F6. RGB value is (215,30,246). Sum of RGB (Red+Green+Blue) = 215+30+246=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #D71EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EF6 is #28E109. Grayscale: #6D6D6D. Windows color (decimal): -2679050 or 16129751. OLE color: 16129751.

HSL color Cylindrical-coordinate representation of color #D71EF6: hue angle of 291.39º degrees, saturation: 0.92, 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 #D71EF6 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 30 246 -
CMYK 0.13 0.88 0 0.04
HSL 291.39º 0.92% 0.54% -
HSV(B) 291.39º 0.88% 0.96% -
XYZ 45.12 22.03 89.06 -
YUV 109.94 204.79 202.94 -
System Red Green Blue C M Y K H S L
Decimal 215 30 246 0.13 0.88 0 0.04 291.39 0.92 0.54
Hex D7 1E F6 D 58 0 4 123 5C 36
Octal 327 36 366 15 130 0 4 443 134 66
Binary 11010111 11110 11110110 1101 1011000 0 100 100100011 1011100 110110

Color Harmonies of #D71EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EF6

Black with #D71EF6

Text Example


Text Example

White with #D71EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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