Html Css Color HEX #D31EF1 Psychedelic Purple

📋 copy color: '#D31EF1'

red 211 ◦ green 30 ◦ blue 241

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

Shades of Psychedelic Purple #D31EF1

Tints of Psychedelic Purple #D31EF1

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 43.78%
G = 6.22%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D31EF1 (or 0xD31EF1) is known color: Psychedelic Purple. HEX triplet: D3, 1E and F1. RGB value is (211,30,241). Sum of RGB (Red+Green+Blue) = 211+30+241=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #D31EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EF1 is #2CE10E. Grayscale: #6B6B6B. Windows color (decimal): -2941199 or 15802067. OLE color: 15802067.

HSL color Cylindrical-coordinate representation of color #D31EF1: hue angle of 291.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31EF1 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 30 241 -
CMYK 0.12 0.88 0 0.05
HSL 291.47º 0.88% 0.53% -
HSV(B) 291.47º 0.88% 0.95% -
XYZ 43.21 21.13 85.02 -
YUV 108.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 211 30 241 0.12 0.88 0 0.05 291.47 0.88 0.53
Hex D3 1E F1 C 58 0 5 123 58 35
Octal 323 36 361 14 130 0 5 443 130 65
Binary 11010011 11110 11110001 1100 1011000 0 101 100100011 1011000 110101

Color Harmonies of #D31EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EF1

Black with #D31EF1

Text Example


Text Example

White with #D31EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EF1; }

 p { color: rgb(211,30,241); }

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

background-color css

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

 a { background-color: rgb(211,30,241); }

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

border-color css

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

 span { border-color: rgb(211,30,241); }

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