Html Css Color HEX #D31EFE Psychedelic Purple

📋 copy color: '#D31EFE'

red 211 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #D31EFE

Tints of Psychedelic Purple #D31EFE

RGB

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

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

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

R = 42.63%
G = 6.06%
B = 51.31%

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

#D31EFE (or 0xD31EFE) is known color: Psychedelic Purple. HEX triplet: D3, 1E and FE. RGB value is (211,30,254). Sum of RGB (Red+Green+Blue) = 211+30+254=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #D31EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EFE is #2CE101. Grayscale: #6C6C6C. Windows color (decimal): -2941186 or 16654035. OLE color: 16654035.

HSL color Cylindrical-coordinate representation of color #D31EFE: hue angle of 288.48º 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 #D31EFE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 30 254 -
CMYK 0.17 0.88 0 0.00
HSL 288.48º 0.99% 0.56% -
HSV(B) 288.48º 0.88% 1% -
XYZ 45.22 21.93 95.62 -
YUV 109.66 209.47 200.29 -
System Red Green Blue C M Y K H S L
Decimal 211 30 254 0.17 0.88 0 0.00 288.48 0.99 0.56
Hex D3 1E FE 11 58 0 0 120 63 38
Octal 323 36 376 21 130 0 0 440 143 70
Binary 11010011 11110 11111110 10001 1011000 0 0 100100000 1100011 111000

Color Harmonies of #D31EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EFE

Black with #D31EFE

Text Example


Text Example

White with #D31EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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