Html Css Color HEX #D71EEB Psychedelic Purple

📋 copy color: '#D71EEB'

red 215 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #D71EEB

Tints of Psychedelic Purple #D71EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 44.79%
G = 6.25%
B = 48.96%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D71EEB (or 0xD71EEB) is known color: Psychedelic Purple. HEX triplet: D7, 1E and EB. RGB value is (215,30,235). Sum of RGB (Red+Green+Blue) = 215+30+235=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #D71EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EEB is #28E114. Grayscale: #6C6C6C. Windows color (decimal): -2679061 or 15408855. OLE color: 15408855.

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

Color convert

RGB 215 30 235 -
CMYK 0.09 0.87 0 0.08
HSL 294.15º 0.84% 0.52% -
HSV(B) 294.15º 0.87% 0.92% -
XYZ 43.48 21.37 80.43 -
YUV 108.69 199.29 203.83 -
System Red Green Blue C M Y K H S L
Decimal 215 30 235 0.09 0.87 0 0.08 294.15 0.84 0.52
Hex D7 1E EB 9 57 0 8 126 54 34
Octal 327 36 353 11 127 0 10 446 124 64
Binary 11010111 11110 11101011 1001 1010111 0 1000 100100110 1010100 110100

Color Harmonies of #D71EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EEB

Black with #D71EEB

Text Example


Text Example

White with #D71EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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