Html Css Color HEX #D71EEA Psychedelic Purple

📋 copy color: '#D71EEA'

red 215 ◦ green 30 ◦ blue 234

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

Shades of Psychedelic Purple #D71EEA

Tints of Psychedelic Purple #D71EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 44.89%
G = 6.26%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D71EEA (or 0xD71EEA) is known color: Psychedelic Purple. HEX triplet: D7, 1E and EA. RGB value is (215,30,234). Sum of RGB (Red+Green+Blue) = 215+30+234=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #D71EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EEA is #28E115. Grayscale: #6B6B6B. Windows color (decimal): -2679062 or 15343319. OLE color: 15343319.

HSL color Cylindrical-coordinate representation of color #D71EEA: hue angle of 294.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71EEA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 30 234 -
CMYK 0.08 0.87 0 0.08
HSL 294.41º 0.83% 0.52% -
HSV(B) 294.41º 0.87% 0.92% -
XYZ 43.34 21.32 79.67 -
YUV 108.57 198.79 203.91 -
System Red Green Blue C M Y K H S L
Decimal 215 30 234 0.08 0.87 0 0.08 294.41 0.83 0.52
Hex D7 1E EA 8 57 0 8 126 53 34
Octal 327 36 352 10 127 0 10 446 123 64
Binary 11010111 11110 11101010 1000 1010111 0 1000 100100110 1010011 110100

Color Harmonies of #D71EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EEA

Black with #D71EEA

Text Example


Text Example

White with #D71EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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