Html Css Color HEX #D71FEB Psychedelic Purple

📋 copy color: '#D71FEB'

red 215 ◦ green 31 ◦ blue 235

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

Shades of Psychedelic Purple #D71FEB

Tints of Psychedelic Purple #D71FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.44%

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

R = 44.7%
G = 6.44%
B = 48.86%

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

#D71FEB (or 0xD71FEB) is known color: Psychedelic Purple. HEX triplet: D7, 1F and EB. RGB value is (215,31,235). Sum of RGB (Red+Green+Blue) = 215+31+235=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #D71FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FEB is #28E014. Grayscale: #6C6C6C. Windows color (decimal): -2678805 or 15409111. OLE color: 15409111.

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

Color convert

RGB 215 31 235 -
CMYK 0.09 0.87 0 0.08
HSL 294.12º 0.84% 0.52% -
HSV(B) 294.12º 0.87% 0.92% -
XYZ 43.51 21.43 80.44 -
YUV 109.27 198.96 203.41 -
System Red Green Blue C M Y K H S L
Decimal 215 31 235 0.09 0.87 0 0.08 294.12 0.84 0.52
Hex D7 1F EB 9 57 0 8 126 54 34
Octal 327 37 353 11 127 0 10 446 124 64
Binary 11010111 11111 11101011 1001 1010111 0 1000 100100110 1010100 110100

Color Harmonies of #D71FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FEB

Black with #D71FEB

Text Example


Text Example

White with #D71FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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