Html Css Color HEX #D31FEA Psychedelic Purple

📋 copy color: '#D31FEA'

red 211 ◦ green 31 ◦ blue 234

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

Shades of Psychedelic Purple #D31FEA

Tints of Psychedelic Purple #D31FEA

RGB

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

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

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

R = 44.33%
G = 6.51%
B = 49.16%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D31FEA (or 0xD31FEA) is known color: Psychedelic Purple. HEX triplet: D3, 1F and EA. RGB value is (211,31,234). Sum of RGB (Red+Green+Blue) = 211+31+234=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #D31FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FEA is #2CE015. Grayscale: #6B6B6B. Windows color (decimal): -2940950 or 15343571. OLE color: 15343571.

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

Color convert

RGB 211 31 234 -
CMYK 0.10 0.87 0 0.08
HSL 293.2º 0.83% 0.52% -
HSV(B) 293.2º 0.87% 0.92% -
XYZ 42.21 20.77 79.63 -
YUV 107.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 211 31 234 0.10 0.87 0 0.08 293.2 0.83 0.52
Hex D3 1F EA A 57 0 8 125 53 34
Octal 323 37 352 12 127 0 10 445 123 64
Binary 11010011 11111 11101010 1010 1010111 0 1000 100100101 1010011 110100

Color Harmonies of #D31FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FEA

Black with #D31FEA

Text Example


Text Example

White with #D31FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FEA; }

 p { color: rgb(211,31,234); }

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

background-color css

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

 a { background-color: rgb(211,31,234); }

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

border-color css

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

 span { border-color: rgb(211,31,234); }

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