Html Css Color HEX #D31FFE Psychedelic Purple

📋 copy color: '#D31FFE'

red 211 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #D31FFE

Tints of Psychedelic Purple #D31FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 42.54%
G = 6.25%
B = 51.21%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D31FFE (or 0xD31FFE) is known color: Psychedelic Purple. HEX triplet: D3, 1F and FE. RGB value is (211,31,254). Sum of RGB (Red+Green+Blue) = 211+31+254=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #D31FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FFE is #2CE001. Grayscale: #6D6D6D. Windows color (decimal): -2940930 or 16654291. OLE color: 16654291.

HSL color Cylindrical-coordinate representation of color #D31FFE: hue angle of 288.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31FFE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 31 254 -
CMYK 0.17 0.88 0 0.00
HSL 288.43º 0.99% 0.56% -
HSV(B) 288.43º 0.88% 1% -
XYZ 45.24 21.98 95.62 -
YUV 110.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 211 31 254 0.17 0.88 0 0.00 288.43 0.99 0.56
Hex D3 1F FE 11 58 0 0 120 63 38
Octal 323 37 376 21 130 0 0 440 143 70
Binary 11010011 11111 11111110 10001 1011000 0 0 100100000 1100011 111000

Color Harmonies of #D31FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FFE

Black with #D31FFE

Text Example


Text Example

White with #D31FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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