Html Css Color HEX #D71EED Psychedelic Purple

📋 copy color: '#D71EED'

red 215 ◦ green 30 ◦ blue 237

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

Shades of Psychedelic Purple #D71EED

Tints of Psychedelic Purple #D71EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 44.61%
G = 6.22%
B = 49.17%

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

#D71EED (or 0xD71EED) is known color: Psychedelic Purple. HEX triplet: D7, 1E and ED. RGB value is (215,30,237). Sum of RGB (Red+Green+Blue) = 215+30+237=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #D71EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EED is #28E112. Grayscale: #6C6C6C. Windows color (decimal): -2679059 or 15539927. OLE color: 15539927.

HSL color Cylindrical-coordinate representation of color #D71EED: hue angle of 293.62º degrees, saturation: 0.85, 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 #D71EED is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 30 237 -
CMYK 0.09 0.87 0 0.07
HSL 293.62º 0.85% 0.52% -
HSV(B) 293.62º 0.87% 0.93% -
XYZ 43.77 21.49 81.96 -
YUV 108.91 200.29 203.67 -
System Red Green Blue C M Y K H S L
Decimal 215 30 237 0.09 0.87 0 0.07 293.62 0.85 0.52
Hex D7 1E ED 9 57 0 7 126 55 34
Octal 327 36 355 11 127 0 7 446 125 64
Binary 11010111 11110 11101101 1001 1010111 0 111 100100110 1010101 110100

Color Harmonies of #D71EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EED

Black with #D71EED

Text Example


Text Example

White with #D71EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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