Html Css Color HEX #D71EE8 Psychedelic Purple

📋 copy color: '#D71EE8'

red 215 ◦ green 30 ◦ blue 232

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

Shades of Psychedelic Purple #D71EE8

Tints of Psychedelic Purple #D71EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 45.07%
G = 6.29%
B = 48.64%

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

#D71EE8 (or 0xD71EE8) is known color: Psychedelic Purple. HEX triplet: D7, 1E and E8. RGB value is (215,30,232). Sum of RGB (Red+Green+Blue) = 215+30+232=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #D71EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EE8 is #28E117. Grayscale: #6B6B6B. Windows color (decimal): -2679064 or 15212247. OLE color: 15212247.

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

Color convert

RGB 215 30 232 -
CMYK 0.07 0.87 0 0.09
HSL 294.95º 0.81% 0.51% -
HSV(B) 294.95º 0.87% 0.91% -
XYZ 43.05 21.2 78.17 -
YUV 108.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 215 30 232 0.07 0.87 0 0.09 294.95 0.81 0.51
Hex D7 1E E8 7 57 0 9 127 51 33
Octal 327 36 350 7 127 0 11 447 121 63
Binary 11010111 11110 11101000 111 1010111 0 1001 100100111 1010001 110011

Color Harmonies of #D71EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EE8

Black with #D71EE8

Text Example


Text Example

White with #D71EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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