#d31fe8

Color #D31FE8 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D31FE8

Tints of Psychedelic Purple #D31FE8

Color information

#D31FE8 (or 0xD31FE8) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 1F and E8. RGB value is (211,31,232). Sum of RGB (Red+Green+Blue) = 211+31+232=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #D31FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FE8 is #2CE017. Grayscale: #6B6B6B. Windows color (decimal): -2940952 or 15212499. OLE color: 15212499.

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

Color convert

RGB21131232-
CMYK0.090.8700.09
HSL293.73º81.38%51.57%-
HSV(B)293.73º86.64%90.98%-
XYZ41.9220.6678.12-
YUV107.73198.13201.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.51%
GREEN value IS 31 (12.5% from 255) = 6.54%
BLUE value IS 232 (91.02% from 255) = 48.95%
R=44.51%
G=6.54%
B=48.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211312320.090.8700.09293.7381.3851.57
HexD31FE8957091265134
Octal323373501112701144612164
Binary11010011111111110100010011010111010011001001101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d31fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d31fe8; }

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

 H1.HeaderClassName
 {
   color: #d31fe8;
 }
 .AnyTagClassName
 {
   color: #d31fe8;
 }
</style>
background-color css

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

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

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

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

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

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