Html Css Color HEX #D71EE7 Psychedelic Purple

📋 copy color: '#D71EE7'

red 215 ◦ green 30 ◦ blue 231

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

Shades of Psychedelic Purple #D71EE7

Tints of Psychedelic Purple #D71EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.53%

R = 45.17%
G = 6.3%
B = 48.53%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D71EE7 (or 0xD71EE7) is known color: Psychedelic Purple. HEX triplet: D7, 1E and E7. RGB value is (215,30,231). Sum of RGB (Red+Green+Blue) = 215+30+231=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #D71EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EE7 is #28E118. Grayscale: #6B6B6B. Windows color (decimal): -2679065 or 15146711. OLE color: 15146711.

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

Color convert

RGB 215 30 231 -
CMYK 0.07 0.87 0 0.09
HSL 295.22º 0.81% 0.51% -
HSV(B) 295.22º 0.87% 0.91% -
XYZ 42.91 21.15 77.42 -
YUV 108.23 197.29 204.16 -
System Red Green Blue C M Y K H S L
Decimal 215 30 231 0.07 0.87 0 0.09 295.22 0.81 0.51
Hex D7 1E E7 7 57 0 9 127 51 33
Octal 327 36 347 7 127 0 11 447 121 63
Binary 11010111 11110 11100111 111 1010111 0 1001 100100111 1010001 110011

Color Harmonies of #D71EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EE7

Black with #D71EE7

Text Example


Text Example

White with #D71EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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